deny-uncovered-http-methods in Servlet 3.1
        Posted  
        
            by reza_rahman
        on Oracle Blogs
        
        See other posts from Oracle Blogs
        
            or by reza_rahman
        
        
        
        Published on Tue, 25 Jun 2013 14:45:40 +0000
        Indexed on 
            2013/06/25
            16:25 UTC
        
        
        Read the original article
        Hit count: 281
        
/JavaEE
Servlet 3.1 is a relatively minor release included in Java EE 7. However, the Java EE foundational API still contains some very important changes. One such set of features are the security enhancements done in Servlet 3.1 such as the new deny-uncovered-http-methods option.
Servlet 3.1 co-spec lead Shing Wai Chan outlines the use case for the feature and shows you how to use it in a recent code example driven post. You can also check out the official specification yourself or try things out with the newly released Java EE 7 SDK.
© Oracle Blogs or respective owner