Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » where are request parameters in debug view tree?
where are request parameters in debug view tree? [message #176216] Thu, 03 August 2006 07:53 Go to next message
Eclipse UserFriend
easy one for 10.....
where would servlet request parameters appear in the debug tree? i have
seen them before and can print them out, but i can't seem to find them in
the debug window under request.
Re: where are request parameters in debug view tree? [message #176298 is a reply to message #176216] Fri, 04 August 2006 04:51 Go to previous messageGo to next message
Eclipse UserFriend
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?
Re: where are request parameters in debug view tree? [message #176305 is a reply to message #176298] Fri, 04 August 2006 09:06 Go to previous message
Eclipse UserFriend
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?
>
Previous Topic:getFinalPerspectiveID
Next Topic:Integration of the Javascript Editor into a FormDialog
Goto Forum:
  


Current Time: Wed Jul 23 12:28:45 EDT 2025

Powered by FUDForum. Page generated in 0.15621 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top