Re: Patch to HttpEnvironment.java

2001-08-01 Thread Christian Schmitt
7;t find where "qs" is defined. May be you missed something? > > Vadim > > > -Original Message- > > From: Christian Schmitt [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, August 01, 2001 9:27 AM > > To: '[EMAIL PROTECTED]' > > Sub

RE: Patch to HttpEnvironment.java

2001-08-01 Thread Vadim Gritsenko
I can't find where "qs" is defined. May be you missed something? Vadim > -Original Message- > From: Christian Schmitt [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 9:27 AM > To: '[EMAIL PROTECTED]' > Subject: Patch to HttpEnvironm

Patch to HttpEnvironment.java

2001-08-01 Thread Christian Schmitt
. somewhere.xsp?param1=value1) the new parameter (param2=value2) is appended using the "?" character. This produces an incorrect URL in the form of: somewhere-else.xsp?param1=value1?param2=value2 The second question mark should be an ampersand (&). Now, attached is a patch to Htt