AW: Rfc6265 cookies starting with a dot

2015-04-14 Thread Peter Schroer
on: Mark Thomas [mailto:ma...@apache.org] Gesendet: Dienstag, 14. April 2015 16:02 An: Tomcat Users List Betreff: Re: Rfc6265 cookies starting with a dot On 14/04/2015 07:53, Peter Schroer wrote: > Hello, > > I'm using tomcat 8.0.21 with the new Rfc6265 cookie processor. If > there

Rfc6265 cookies starting with a dot

2015-04-14 Thread Peter Schroer
Hello, I'm using tomcat 8.0.21 with the new Rfc6265 cookie processor. If there are cookies starting with a dot I'm getting the following error: java.lang.IllegalArgumentException: An invalid domain [.db-app.de] was specified for this cookie org.apache.tomcat.util.http.Rfc6265CookieProcessor.vali

AW: cookie containing umlaut

2015-04-01 Thread Peter Schroer
This solved my problem. Thank you!!! Greetings Peter -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Mittwoch, 1. April 2015 12:39 An: Tomcat Users List Betreff: Re: cookie containing umlaut On 01/04/2015 11:31, Peter Schroer wrote: > Version 8.0.3.0

Re: cookie containing umlaut

2015-04-01 Thread Peter Schroer
Version 8.0.3.0 Am 01.04.2015 12:30 schrieb "Mark Thomas" : > On 01/04/2015 10:38, Peter Schroer wrote: > > Hi, > > > > I've got a problem with Tomcat processing cookies which contain a umlaut. > > Tomcat version? > > Mark > > > &g

cookie containing umlaut

2015-04-01 Thread Peter Schroer
Hi, I've got a problem with Tomcat processing cookies which contain a umlaut. Tomcat will throw a 500 internal server error if a cookie containing a umlaut is set. This can be easily tested by writing "document.cookie='ä=0';" in the developer console of the browser. The tomcat log will show the fo