|
|
An asterisk (*) after an extension for a value in the objectDefinitionSource?
What is the difference between the objectDefinitionSource value:
/acegilogin.jsp*=ROLE_ANONYMOUS,ROLE_USER
verses
/acegilogin.jsp=ROLE_ANONYMOUS,ROLE_USER
By adding the asterisk (*) after the extension, what does that do?
Thanks,
It's a wildcard. You may not need it since parameters are now stripped from the ucl before attempting a match against a path. |
|