|
|
Re: where are request parameters in debug view tree? [message #176305 is a reply to message #176298] |
Fri, 04 August 2006 09:06  |
Eclipse User |
|
|
|
This is a detail that is left for each server implementation to solve.
So it depends on which server you are using. Also, for performance
reasons, it makes to sense to waste cycles parsing the parameters unless
required to do so. Thus, until code asks for a parameter or something
requires they be parsed, you may only find the parameters in the
original bytes comprising the request. Once they are parsed, you will
likely see this information in additional fields associated with the
request. This is the way it works in varying degrees in the various
versions of Tomcat.
Cheers,
Larry
stu wrote:
> I'm trying to see the request parameters for a servlet when debugging? i
> can print these out but i can't find them in the debug window. Any ideas
> where they would be under request?
> is it not possible?
>
|
|
|
Powered by
FUDForum. Page generated in 0.28947 seconds