WAS/WebLogic

[Tips] WebLogic directory indexing

투칼론 2021. 3. 23. 13:48
반응형

 보안취약점 조치로 WebLogic에 있는 웹애플리케이션(Web Application) 호출 시에 directory indexing을 방지하기 위해서는 아래와 같이 설정하면 된다

파일 위치 : 웹애플리케이션/WEB-INF/weblogic.xml


[weblogic.xml 파일]

<container-descriptor>
    <index-directory-enabled>false</index-directory-enabled>
</container-descriptor>