Hi,

In my app I have several mounted URLs with a simple prefix:
/city/name_of_city
/support/name_of_support_page
etc. Easy.

But now my client want to have members (yes, yet another community site
;) ) directly on the root:
/name_of_member

In addition, he want us to guess URLs. For example:
/amsterdam would redirect to /city/amsterdam.

What is the best way to catch all requests that could not be handled by
Wicket?

I was thinking about adding a filter that does database lookups and then
http redirects, but I am just very unsure if this plays well with other
app server and Wicket mechanisms.

Regards,
    Erik.


--
Erik van Oosten
http://day-to-day-stuff.blogspot.com/


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

Reply via email to