Igor Vaynberg wrote:
errr, no!

what if iswicketurl does return true? maybe you do ?bookmarkablePage=
some.FooBarPage

and FooBarPage does not exist. what to do then? we should just set the
header to 404 and let the chain continue

Hmmm. Shouldn't we leave it all alone and just let the request fall through to lower in the chain? I'm pretty sure that's what we should do. The default servlet will then look for a resource called ?bookmarkablePage=some.FooBarPage on the filesystem under the context root, fail to find it, and 404 that.

You'll need an <error-page> set up in the filter case either way, I'd have thought.

Al

Reply via email to