Hi Richard,

On 3/6/07, Richard G. Reyes <[EMAIL PROTECTED]> wrote:
Hi All,

Please advise on how I can expose a url, I have to save the information
passed into the url into the db but does not need the users to login to
access the url.

sample url

 http://www.domain.com/Iwashere.html?code=100023

I need to save the code value just to record that the url have been visited.


You can add an entry in WEB-INF/security.xml under
filterInvocationInterceptor to allow anonymous access to that URL:

/Iwashere.html*=ROLE_ANONYMOUS,admin,user

--
Ealden Esto E. Escañan
Software Engineer
Orange and Bronze Software Labs, Ltd. Co.
Mobile : +63 (920) 953-4539
Web    : http://software.orangeandbronze.com
Email  : [EMAIL PROTECTED]
Blog   : http://blog.ealden.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to