This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi, I have an doubt when more than one <url-pattern> elements overlap. If a <secutiry-constraint> element has no <auth-constraint> element, everyone can accesses the resource.
If a <secutiry-constraint> element has a empty <auth-constraint> element, no one can accesses the resource.
But if both exits ? What will happen ? Here�s a snippet.
I have an doubt when more than one <url-pattern> elements overlap. If a <secutiry-constraint> element has no <auth-constraint> element, everyone can accesses the resource.
If a <secutiry-constraint> element has a empty <auth-constraint> element, no one can accesses the resource. But if both exits ? What will happen ?
Serghei is right. In this case, nobody can access the resource!