RE: Meta Refresh and jsessionid - a proposal

2001-11-03 Thread Robert Lucier
; > Saludos , > Ignacio J. Ortega > > > > -Mensaje original- > > De: craigmcc@localhost [mailto:craigmcc@localhost]En nombre > > de Craig R. > > McClanahan > > Enviado el: viernes 2 de noviembre de 2001 22:59 > > Para: Robert Lucier

Meta Refresh and jsessionid - a proposal

2001-11-02 Thread Robert Lucier
I'm having a seemingly common problem where I can't use url-rewriting with the http://careers.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Bug/Fix for HttpUtils.parseQueryString - IMPORTANT!

2001-09-03 Thread Robert Lucier
Thanks to George C. Hawkins for clearing up the specification and to Pier Fumagalli for correcting the spelling of my last name. It is now clear that interpreting b="" as I suggested earlier would be wrong. But interpreting b=null might not be. Section 8.2.1 of RFC 1866, describing the form-urlen

RE: Bug/Fix for HttpUtils.parseQueryString

2001-09-01 Thread Robert Lucier
> Thanks for the feedback.. > > Saludos , > Ignacio J. Ortega > > > > -Mensaje original- > > De: Robert Lucier [mailto:[EMAIL PROTECTED]] > > Enviado el: sábado 1 de septiembre de 2001 0:36 > > Para: [EMAIL PROTECTED] >

Re: Bug/Fix for HttpUtils.parseQueryString

2001-09-01 Thread Robert Lucier
Was this information sufficient? I would be happy to make a patch to the latest source, or better explain my rationale for the fix. --- Robert Lucier <[EMAIL PROTECTED]> wrote: > My apologies. That was against the > jarkarta-servletapi-3.2.3 source.

Re: Bug/Fix for HttpUtils.parseQueryString

2001-08-31 Thread Robert Lucier
My apologies. That was against the jarkarta-servletapi-3.2.3 source. The file is javax.servlet.http.HttpUtils.java. --- Pier Fumagalli <[EMAIL PROTECTED]> wrote: > "Robert Lucier" <[EMAIL PROTECTED]> wrote: > > > Attatched is a fix for > > HttpUtils.par

Bug/Fix for HttpUtils.parseQueryString

2001-08-31 Thread Robert Lucier
Attatched is a fix for HttpUtils.parseQueryString(String s) which allows a key-only key value pair like "b" in "a=1&b&c=2". This is necessary to work with some clients, and should not break anything else. It interprets the above as b="", instead of throwing an IllegalArgumentException like the ori

making HttpUtils of poor post args

2001-08-28 Thread Robert Lucier
This is a suggestion for a slight modification in the jakarta implementation of javax.servlet.http.HttpUtils. If this is the wrong forum for that I apologize. I'm using tomcat with a client app which has a sloppy form-urlencode. It will product a POST body like "a=1&b&c=2" - with no equal sign af