Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-23 Thread Konstantin Kolinko
2013/12/23 Andrew Carr andrewlanec...@gmail.com: Wine not found?? im on a headless server, what did i do wrong? See error below... Clean setup to test: Fresh VM with Ubuntu 13.10 64 bit server Apache Ant(TM) version 1.9.2 compiled on July 14 2013 OpenJDK Runtime Environment (IcedTea

[Bug 55921] Cookie values in JSON format are not skipped correctly when parsing fails

2013-12-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55921 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- I'm pretty sure that an otherwise unencoded JSON value should be quoted when used in an HTTP header value. Tomcat might handle these cases in a more elegant way (e.g.

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-23 Thread Andrew Carr
Hello Konstantin, Thank you very much for the reply. I understand what Wine is and why you can't build the installer without it. What I don't understand is why the configuration tries to build it by default. Wine is not a prerequesite in the documentation. Maybe the default build.properties

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-23 Thread Mark Thomas
On 23/12/2013 14:54, Andrew Carr wrote: Hello Konstantin, Thank you very much for the reply. I understand what Wine is and why you can't build the installer without it. What I don't understand is why the configuration tries to build it by default. A release build needs to build the

svn commit: r1553126 - /tomcat/trunk/BUILDING.txt

2013-12-23 Thread markt
Author: markt Date: Mon Dec 23 15:14:14 2013 New Revision: 1553126 URL: http://svn.apache.org/r1553126 Log: Add a note about creating release builds on non-Windows platforms. Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL:

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-23 Thread Andrew Carr
Thank you for the clarification Mark. That all makes sense. On Mon, Dec 23, 2013 at 10:08 AM, Mark Thomas ma...@apache.org wrote: On 23/12/2013 14:54, Andrew Carr wrote: Hello Konstantin, Thank you very much for the reply. I understand what Wine is and why you can't build the installer

Re: [OT] [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-23 Thread Christopher Schultz
Konstantin, On 12/23/13, 6:31 AM, Konstantin Kolinko wrote: 2013/12/23 Andrew Carr andrewlanec...@gmail.com: Wine not found?? im on a headless server, what did i do wrong? See error below... Clean setup to test: Fresh VM with Ubuntu 13.10 64 bit server Apache Ant(TM) version 1.9.2

Re: [OT] [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-23 Thread Konstantin Kolinko
2013/12/23 Christopher Schultz ch...@christopherschultz.net: Konstantin, On 12/23/13, 6:31 AM, Konstantin Kolinko wrote: 2013/12/23 Andrew Carr andrewlanec...@gmail.com: Wine not found?? im on a headless server, what did i do wrong? See error below... Clean setup to test: Fresh VM with

Re: [OT] [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-23 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/12/2013 17:35, Christopher Schultz wrote: On 12/23/13, 6:31 AM, Konstantin Kolinko wrote: You cannot build a Windows Installer on an Unix system without wine. (The installer is built by NSIS which is a Windows executable). Does this mean

svn commit: r1553187 - in /tomcat/trunk: java/org/apache/tomcat/util/http/Cookies.java test/org/apache/tomcat/util/http/TestCookies.java webapps/docs/changelog.xml

2013-12-23 Thread jboynes
Author: jboynes Date: Mon Dec 23 19:15:35 2013 New Revision: 1553187 URL: http://svn.apache.org/r1553187 Log: fix #55917 by allowing 8-bit ISO-8859-1 characters in V0 cookie values Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Cookies.java

buildbot success in ASF Buildbot on tomcat-trunk

2013-12-23 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5356 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Support RFC6265 cookie processing

2013-12-23 Thread Jeremy Boynes
In comments on issue #55917, there was suggestion for refactoring cookie support along the lines described in RFC6265. Reading this RFC, it appears to be more of an effort to standardize the actual behaviour seen on the Internet for different browser and server implementations. The observation