Re: Session and redirect oddity

2002-12-16 Thread Gerald Richter
> > I had an EMBPERL_COOKIE_PATH entry in the httpd.conf and I changed to > reflect the specific sub directory as well just in case that was the > issue, but the problem persists. All the pages of the application > (site) are are in the same directory and %udat works correctly on all > the other p

Re: Session and redirect oddity

2002-12-16 Thread Aaron Johnson
On Sun, 2002-12-15 at 09:07, Luiz Fernando B. Ribeiro wrote: > Em 13 Dec 2002 22:32:33 -0500 > Aaron Johnson <[EMAIL PROTECTED]> escreveu: > > > I have setup an email that sends users a report URL and the URL > > contains the query string to determine which report to pull. When > > they go to the

Re: xslt and get

2002-12-16 Thread Gerald Richter
Hi! > > > Could you try > > > > http://127.0.0.1/document.html?test='test+test' > > > > (Note the quotes arround test+test) > > > > Does this work? > > > > Yes. > Also http://127.0.0.1/document.html?test='test+test+%F6%F6%E4%E4%FC%FC' > like things work. > > %fdat is feed as parameters into libx

Re: xslt and get

2002-12-16 Thread Gerald Richter
> > I'm using EmbperlLibXSLT recipie with document.xsl and when quering page > via GET I revice error: > > http://127.0.0.1/document.html?test=test+test > Could you try http://127.0.0.1/document.html?test='test+test' (Note the quotes arround test+test) Does this work? Gerald