Leandro Melo
SCJP 1.4, SCWCD 1.4
What ever is mentioned in the <http-method> </http-method> tag is CONSTRAINED since it is within the <security-constraint> tag.
<security-constraint>
<web-resource-collection>
<web-resource-name> <web-resource-name>
<url-pattern> </url-pattern>
<http-method> </http-method>
</web-resource-collection>
</security-constraint>
SCJP 1.4<br />SCWCD 1.4
Originally posted by shiva viswanathan:
And the verdict is when there is no http-method no methods are constrained
Leandro Melo
SCJP 1.4, SCWCD 1.4
------------------------------------------------------------------
And the verdict is when there is no http-method no methods are constrained
------------------------------------------------------------------
------------------------------------------------------
If no HTTP methods are specified then the security constraint applies to all HTTP methods.
----------------------------------------------------------
Originally posted by shiva viswanathan:
Hi Leandro ,
Just noticed the difference between what i specified and what you specified
I specified
------------------------------------------------------------------
And the verdict is when there is no http-method no methods are constrained
------------------------------------------------------------------
You specified
------------------------------------------------------
If no HTTP methods are specified then the security constraint applies to all HTTP methods.
----------------------------------------------------------
There is a subtle difference in words and i think both mean the same
Leandro Melo
SCJP 1.4, SCWCD 1.4