Re: Slightly OT: web security-constraints

2005-05-07 Thread Adam Hardy
On 06/05/05 20:52 Vinicius Caldeira Carvalho wrote: usuarios permitidos Administrador Which prevents the user to access resources without being authenticated. Is it possoble to create a pattern to exclude some of them? Like login/*.do would not require the user being aut

Slightly OT: web security-constraints

2005-05-06 Thread Vinicius Caldeira Carvalho
I was wondering... I have this configuration on my web.xml: Actions Actions *.do POST GET usuarios permitidos Administrador Encryption is not required for the application in general. NONE W