I am defining my guard as a bean and it's guarding the router, I want to
exclude one/some Resource that shouldn't be guarded (e.g. a Resource to
Register the user).
<bean name="root" class="org.restlet.ext.spring.SpringRouter">
...
<bean name="guard" class="ps.exalt.iywave.server.api.security.IYWaveGuard"
scope="singleton">
<property name="next" ref="root"/>
...
Thanks
--
View this message in context:
http://n2.nabble.com/Excluding-a-resource-from-Guard-tp4433527p4433527.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2440955