> From: DIGLLOYD INC [mailto:[EMAIL PROTECTED] 
> Subject: Re: authenticated but not authorized -- blank page
> 
> Is it because there is more than one <role- 
> name> specified eg it needs to be:
> 
> <security-role>
>     <role-name>guest1</role-name>
> </security-role>
> <security-role>
>      <role-name>guest2</role-name>
> </security-role>

Yes, the javaee schema allows only one <role-name> element within a
<security-role>.  Tomcat seems to allow multiple <role-name> elements
here, but I don't know if it does anything useful with the extras.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to