[jboss-jira] [JBoss JIRA] Created: (JBAS-3825) Fix BASIC authentication
Thomas Diesler (JIRA)
jira-events at jboss.com
Sat Nov 4 12:10:41 EST 2006
Fix BASIC authentication
------------------------
Key: JBAS-3825
URL: http://jira.jboss.com/jira/browse/JBAS-3825
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: JBossAS-5.0.0.Beta
/home/tdiesler/svn/jbossws/trunk/src/test
[tdiesler at tddell test]$ ant -Dtest=jaxws/samples/jsr181ejb test
tests-main:
[junit] Running org.jboss.test.ws.jaxws.samples.jsr181ejb.JSR181WebServiceEJB3TestCase
[junit] [Fatal Error] :-1:-1: Premature end of file.
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2.338 sec
[junit] Test org.jboss.test.ws.jaxws.samples.jsr181ejb.JSR181WebServiceEJB3TestCase FAILED
2006-11-04 18:05:17,486 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing
java.lang.IllegalStateException: Authorization manager is null
at org.jboss.web.tomcat.security.JBossWebRealm.authorize(JBossWebRealm.java:690)
at org.jboss.web.tomcat.security.JBossWebRealm.hasUserDataPermission(JBossWebRealm.java:567)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:460)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:211)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:823)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:620)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:444)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list