In web.xml, <security-constraint> would it be correct to say:
* Leave off <http-method> means allow all * Leave off <auth-constraint> means allow all * Specifying element means allow one except for an empty element which means allow none.
Thanks in advnace.
-- Arthur<br /> <br />A journey of a thousand miles...
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
posted
0
Originally posted by Art Van Delay: In web.xml, <security-constraint> would it be correct to say:
* Leave off <http-method> means allow all * Leave off <auth-constraint> means allow all * Specifying element means allow one except for an empty element which means allow none.
Yes. Not sure about the second part of the third-one, though.
In web.xml, <security-constraint> would it be correct to say:
* Leave off <http-method> means apply to all Http methods * Leave off <auth-constraint> means allow all * Specifying element means allow one except for an empty element which means allow none.
AmitKumar Jain
Ranch Hand
Joined: Jun 13, 2005
Posts: 95
posted
0
I confirmed the last one too from HFSJ... I'd also like to add:
<auth-constraint>*</auth-constraint> ==> allow all <auth-constraint></auth-constraint> ==> allow none
SCJP 1.4 : 91%
SCWCD 1.4 : 95%
SCBCD 1.3 : 95%
SCJP 6 Upgrade : 95%
Next SCBCD 1.5
Man is not finished when he is defeated. He is finished when he quits.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.