[jboss-jira] [JBoss JIRA] Created: (JBAS-7702) GenericHeaderAuthenticate.authenticate doesn't override superclass method
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Feb 5 21:40:19 EST 2010
GenericHeaderAuthenticate.authenticate doesn't override superclass method
-------------------------------------------------------------------------
Key: JBAS-7702
URL: https://jira.jboss.org/jira/browse/JBAS-7702
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security, Web (Tomcat) service
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: JBossAS-6.0.0.M2
In JBossWeb 3, the types of the parameters of the Authenticator.authenticate method have changed. GenericHeaderAuthenticate overrides a superclass, and the change was made in the superclass but not in GenericHeaderAuthenticate. Effect is the method is no longer overridden, it's overloaded. Need to fix that.
This is the cause of the hudson failures in GenericHeaderAuthUnitTestCase (e.g. http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x-testSuite-sun16/545/testReport/org.jboss.test.web.security/GenericHeaderAuthUnitTestCase/testGenericHeaderBaseAuth/)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list