Tomcat 7과 8의 allowLinking 설정 차이

[ Tomcat 7과 8의 allowLinking 설정 차이 ]



$CATALINA_HOME/conf/context.xml

Tomcat 7:

<Context allowLinking="true"></Context>

Tomcat 8:

<Context>
    <Resources allowLinking="true" />
</Context>

댓글

이 블로그의 인기 게시물

Python requests 모듈 간단 정리