IT/Security

tomcat 메소드 제한

Hotman 2013. 11. 29. 16:40
web.xml 파일을 아래와 같이 수정

        default
        org.apache.catalina.servlets.DefaultServlet
        
            debug
            0
        
        
            listings
            false
         
        
            readonly
            true
        
        1
     
 

	Forbidden
		
			Protected Context
				/*
				PUT
				DELETE
				TRACE
				OPTIONS