Oleg Kalnichevski (JIRA) wrote: > > I either have to add an extra > attribute 'isQuoted' to HeaderElement / NameValuePair interfaces or > duplicate the complete HTTP header parser code in the cookie specs classes.
I wasn't aware that the header parsing strips off quotes. Makes sense, of course. I'd use a 'quoteChar' attribute, so double vs. single quotes is preserved. > This is too much of a price to pay for a work-around for what is > essentially a bug in a broken CGI script. What about proxies that have to forward headers of unknown syntax unmodified? cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
