All,

I had an idea the other day that I voiced on the user list, but I wanted to
hear some feedback from the real gurus!  What if we changed the way Tapestry
is implemented from an actual servlet to a servlet filter?  The
filter-mapping could be "/*" so that it would intercept ALL requests.  If
the request corresponds to a service, then the filter will delegate to the
service to handle it.  If it doesn't, then it just lets it pass right by.
That way, we could enable "friendly URLs" easily without having to change
the web.xml file.  Thoughts?

James



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

Reply via email to