Hi,

What is the difference between

<security:intercept-url pattern="/**.jsp" access="IS_AUTHENTICATED_ANONYMOUSLY" />

and

<security:intercept-url pattern="/*.jsp" access="IS_AUTHENTICATED_ANONYMOUSLY" />

are above both the same or ** says any jsps under any folder?

Thanks in advance.

Jerry