Re: Slightly OT: web security-constraints
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
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