A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Certification
»
Web Component Certification (SCWCD/OCPJWCD)
Author
Authentication
MaheshS Kumbhar
Ranch Hand
Joined: Sep 24, 2009
Posts: 188
posted
May 25, 2010 09:42:14
0
Is <auth-constraint>*<auth-constraint> same as <auth-constraint/>?
I am slow but sure
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35440
9
posted
May 25, 2010 09:47:26
0
Probably not. From an XML point of view, "<auth-constraint/>" is the same as "<auth-constraint></auth-constraint>".
But that's easy to
test
, no?
Android apps
–
ImageJ plugins
–
Java web charts
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9191
2
I like...
posted
May 25, 2010 11:58:12
0
<auth-constraint>*<auth-constraint>
This is not the right syntax to declare authentication constraint. The following is the syntax used to allow all users to access the resource on the server.
<auth-constraint> <role-name>*</role-name> </auth-constraint>
<auth-constraint/>
disallows all users to access the resource...
SCJP 6 | SCWCD 5 |
Javaranch SCJP FAQ
|
SCWCD Links
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Authentication
Similar Threads
auth-constraint
SCWCD guys
Question about security constraints
auth-contraint question
question about * and empty secutiry constraint
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter