Vadim,
hmmm, I must have missed a couple of weeks of updates :-(
Somehow my version of HttpEnvironment.java is waaaaaaay old and qs
has been removed for some weeks now.

Sorry for the unnecessary traffic.

Christian

On Wed, Aug 01, 2001 at 09:47:37AM -0400, Vadim Gritsenko wrote:
> 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 HttpEnvironment.java
> > 
> > 
> > Hi y'all,
> > for reasons beyond my control I have to do something like this in
> > the sitemap:
> > 
> > <map:match pattern="somewhere.xsp">
> >   <map:redirect-to url="somewhere-else.xsp?param2=value2"/>
> > </map:match>
> > 
> > Now, I know it's ugly, but I can't do anything about it right now.
> > 
> > So, that brings me to the point...
> > When there were already CGI parameters present in the original 
> > requested URL (e.g. 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 HttpEnvironment.java that should do 
> > the trick. If someon with commit rights thinks it's worthy, please
> > check it in.
> > 
> > Thanks,
> > Christian Schmitt
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

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

Reply via email to