Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Cookie values being quoted

You'll want to pay attention to the following bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315715

Work on this has been started in trunk recently as a direct result of a Customer request through the Intalio/Webtide consultation and support.

- Joakim Erdfelt
One of the Jetty experts @ Intalio
http://www.intalioworks.com/products/webtide/


On Fri, Jun 4, 2010 at 9:22 AM, Martyn Inglis <martyn.inglis@xxxxxxxxxxxxxx> wrote:
We have a web app that depends on certain cookie values. Currently we use resin and the cookie values are unaltered when the app receives them. When we try the same code in Jetty we find that the values are quoted, that is the value is bookended by quotation marks. This breaks our application.

On reading the source code: HttpFields.java - addSetCookie method explicity quotes text regardless of cookie version.

What we were wondering is:

(a) Why do the values get quoted?

(b) Is there a way we can turn this quoting off?

Thanks

Martyn
Please consider the environment before printing this email.
------------------------------------------------------------------
Visit guardian.co.uk - newspaper website of the year
www.guardian.co.uk  www.observer.co.uk

To save up to 33% when you subscribe to the Guardian and the Observer visit
http://www.guardian.co.uk/subscriber

The Guardian Public Services Awards 2010, in partnership with Hays Specialist Recruitment, recognise and reward outstanding performance from public, private and voluntary sector teams.
To find out more and to nominate a deserving team or individual, visit http://guardian.co.uk/publicservicesawards Entries close 16 July.

---------------------------------------------------------------------

This e-mail and all attachments are confidential and may also
be privileged. If you are not the named recipient, please notify
the sender and delete the e-mail and all attachments immediately.
Do not disclose the contents to another person. You may not use the information for any purpose, or store, or copy, it in any way.

Guardian News & Media Limited is not liable for any computer
viruses or other material transmitted with or as part of this
e-mail. You should employ virus checking software.

Guardian News & Media Limited
A member of Guardian Media Group PLC
Registered Office
Number 1 Scott Place, Manchester M3 3GG
Registered in England Number 908396


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top