Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:53 Go to next message
stuart mellanby is currently offline stuart mellanbyFriend
Messages: 23
Registered: July 2009
Junior Member
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 08:51 Go to previous messageGo to next message
stuart mellanby is currently offline stuart mellanbyFriend
Messages: 23
Registered: July 2009
Junior Member
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 13:06 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
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: Fri Apr 19 20:25:49 GMT 2024

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

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

Back to the top