2016년 5월 17일 화요일

[TechNote] servlet Migration : serveServletsByClassnameEnabled

Possible security exposure with serveServletsByClassnameEnabled (PK52059) on IBM WebSphere Application Server V6.0 and V6.1

Error Message

[5/9/16 18:20:03:425 KST]     FFDC Exception:java.io.FileNotFoundException SourceId:com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters -IOE ProbeId:1044
java.io.FileNotFoundException: SRVE0190E: File not found: /servlet/com.~~~.~~~.~~~~Servlet) 



<webappext:WebAppExtension xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:webappext="webappext.xmi" xmlns:webapplication="webapplication.xmi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:id="WebAppExtension_1"
  reloadInterval="3"
  reloadingEnabled="true"
  additionalClassPath=""
  fileServingEnabled="true"
  directoryBrowsingEnabled="false"
  serveServletsByClassnameEnabled="true" >
 <jspAttributes xmi:id="JSPAttribute_1" name="keepgenerated" value="true"/>
        <webApp href="WEB-INF/web.xml#WebApp"/>
</webappext:WebAppExtension>
 

how to....

The most commonly used WebContainer attributes and Webcontainer custom properties


infoCenter: com.ibm.ws.webcontainer.disallowServeServletsByClassname


댓글 없음:

댓글 쓰기