0 Replies Latest reply on Feb 5, 2003 7:21 AM by smurf

    Authentication

    smurf

      Hi

      I am trying to access a session bean thru soap from jboss-net on jboss 3.0.4. So far it has been going pretty well, but I am having problems when I turn on authentication.

      Why does axis return an "500/Internal Server Error" and not an 403 error when no authentication information is given?

      When I look in the request log I see a lot of POST requests to /axis/services/MySession from my client, but the response is always an 500 error.

      I have probably misconfigured something, but I can not figure out what. I suspect that it has something to do with jetty, and http authentication, but I am a bit at a loss.