[ http://issues.apache.org/jira/browse/AXIS2-164?page=comments#action_12370287 ]
Sanjiva Weerawarana commented on AXIS2-164: ------------------------------------------- Doesn't this get done by the servlet container?? Basic auth is always handled by the servlet container and the servlet itself has nothing to do with it .. other than possibly the deployed indicating user/role info. But there's no code in the servlet which does any auth. I guess I should go see what exactly ServletSecurityProvider does in Axis 1.x ... > Hook up Axis services with servlet/container security > ----------------------------------------------------- > > Key: AXIS2-164 > URL: http://issues.apache.org/jira/browse/AXIS2-164 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Reporter: Davanum Srinivas > Assignee: Ruchith Udayanga Fernando > > See ServletSecurityProvider.java in Axis 1.X. So we have an equivalent in > Axis2? basically basic authentication is delegated to the container security. > thanks, > dims -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
