DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16253>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16253 Security roles in web.xml do not work with IIS Summary: Security roles in web.xml do not work with IIS Product: Tomcat 4 Version: 4.1.18 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Security roles do not work in web.xml when using tomcat with Coyote JK2 connector and Microsoft IIS. We are using IIS to perform the authentication because the target environment has requirement for NTML authentication (we have request.tomcatAuthentication=false in jk2.properties). IIS authenticates user OK and the authenticated username is visible tomcat as expected. However, it is impossble to assign any roles to this user. The Coyote JK2 connector DLL seems to retrieve windows group names - one might imagine that those are for role names. But no, on code in java side seems to process them. Also, using Realms doesn't work since they don't do role processing when Principal is not created with them. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>