Bug 53008 - New test case for Basic Authenticator
Summary: New test case for Basic Authenticator
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: trunk
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 12:21 UTC by Brian Burch
Modified: 2012-06-03 16:48 UTC (History)
0 users



Attachments
patch file for test org.apache.catalina.authenticator.TestNonLoginAndBasicAuthenticator (3.08 KB, text/plain)
2012-03-30 12:21 UTC, Brian Burch
Details

Note You need to log in before you can comment on or make changes to this bug.
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.