Hi Yuri, [...] > because I want the client to redirect to the list of all products > identified by http://server/app/product > I am trying to stay away from hardcoding url in my resources and keep > all that centralized in the RestletContainer. > any ideas?
Maybe you can attach something like the StatusChainlet to your /product/ URI. If a product key is not valid, the Chainlet redirects the client to /product/. I think, attaching a Chainlet with the desired functionality should be straight forward. Best regards, Lars -- http://semagia.com

