Path parameters are not defined in section 8 of the spec but query string handling is. The ommision of discussing path parameters leads me to believe (ok interpret) that path info is not allowed for RequestDispathers.

-Tim

John Sidney-Woollett wrote:

Tim Funk said:

Without digging, I can't say if its a bug. BUT... There is no need to
encode the URL if the action is a RequestDispatcher.forward(). Only one
session may be associated with the live of a single request so once the
session is there in the request, its there no matter how many times in
the same request you do a RequestDispatcher.forward(). Encoding the URL
is only needed for sending redirects back to the client or for links on
pages.


Thanks for the clarification - I'll remove the call to URLEncode for these
situations.

Might still be a bug though... ;)

John



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



Reply via email to