Bug 53008

Summary: New test case for Basic Authenticator
Product: Tomcat 7 Reporter: Brian Burch <Brian>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: trunk   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Attachments: patch file for test org.apache.catalina.authenticator.TestNonLoginAndBasicAuthenticator

Description Brian Burch 2012-03-30 12:21:42 UTC
Created attachment 28519 [details]
patch file for test org.apache.catalina.authenticator.TestNonLoginAndBasicAuthenticator

RFC2617 states the authentication scheme is case-insensitive. A new test case has been added which confirms that tomcat already complies with the requirement.

The attached patch file passes checkstyle and all tests run successfully against the trunk.
Comment 1 Mark Thomas 2012-06-03 16:48:05 UTC
Thanks for the additional test. Applied to trunk and 7.0.x and will included in 7.0.28 onwards.