Re: svn commit: r1630526 - in /tomcat/trunk: build.xml res/tomcat.nsi webapps/docs/changelog.xml

2014-10-10 Thread Mark Thomas
On 09/10/2014 23:47, Konstantin Kolinko wrote: 2014-10-09 20:10 GMT+04:00 ma...@apache.org: Author: markt Date: Thu Oct 9 16:10:57 2014 New Revision: 1630526 URL: http://svn.apache.org/r1630526 Log: Sign the uninstaller as well as the installer Modified: tomcat/trunk/build.xml

[jira] [Updated] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2014-10-10 Thread Danny Trunk (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Trunk updated MTOMCAT-216: Attachment: webapp.zip I've made another minimal repro which is a complete eclipse workspace

[jira] [Comment Edited] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2014-10-10 Thread Danny Trunk (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14166564#comment-14166564 ] Danny Trunk edited comment on MTOMCAT-216 at 10/10/14 9:37 AM:

[jira] [Comment Edited] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2014-10-10 Thread Danny Trunk (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14166564#comment-14166564 ] Danny Trunk edited comment on MTOMCAT-216 at 10/10/14 9:37 AM:

[jira] [Comment Edited] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2014-10-10 Thread Danny Trunk (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14166564#comment-14166564 ] Danny Trunk edited comment on MTOMCAT-216 at 10/10/14 9:36 AM:

[jira] [Updated] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2014-10-10 Thread Danny Trunk (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Trunk updated MTOMCAT-216: Attachment: (was: webapp.zip) tomca7:run fails in multi-module project with overlays

[jira] [Issue Comment Deleted] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2014-10-10 Thread Danny Trunk (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Trunk updated MTOMCAT-216: Comment: was deleted (was: I've made another minimal repro which is a complete eclipse workspace.

[jira] [Updated] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2014-10-10 Thread Danny Trunk (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Trunk updated MTOMCAT-216: Attachment: webapp.zip I've made another minimal repro which is a complete eclipse workspace. Try

svn commit: r1630890 - in /tomcat/trunk: build.xml java/org/apache/tomcat/buildutil/SignCode.java res/tomcat.nsi

2014-10-10 Thread markt
Author: markt Date: Fri Oct 10 13:15:32 2014 New Revision: 1630890 URL: http://svn.apache.org/r1630890 Log: Updates in light of review of uninstaller signing by kkolinko - ensure the installer can be built without access to the code signing service - keep all files within the build tree

svn commit: r1630897 - /tomcat/trunk/res/tomcat.nsi

2014-10-10 Thread markt
Author: markt Date: Fri Oct 10 14:02:29 2014 New Revision: 1630897 URL: http://svn.apache.org/r1630897 Log: Ensure that elevated privs are not required to run the temporary installer used to create the uninstaller for signing Modified: tomcat/trunk/res/tomcat.nsi Modified:

svn commit: r1630906 - /tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java

2014-10-10 Thread markt
Author: markt Date: Fri Oct 10 14:20:22 2014 New Revision: 1630906 URL: http://svn.apache.org/r1630906 Log: Revert accidental change Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java URL:

svn commit: r1630910 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ test/org/apache/coyote/ajp/

2014-10-10 Thread markt
Author: markt Date: Fri Oct 10 14:28:52 2014 New Revision: 1630910 URL: http://svn.apache.org/r1630910 Log: Allow HTTP headers to be sent using encodings other than ISO-8859-1 Modified: tomcat/trunk/java/org/apache/catalina/connector/Response.java

svn commit: r1630911 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java test/org/apache/tomcat/util/http/TestCookieProcessorGenerationHttp.java webapps/docs/changelog.xml

2014-10-10 Thread markt
Author: markt Date: Fri Oct 10 14:28:59 2014 New Revision: 1630911 URL: http://svn.apache.org/r1630911 Log: Allow Set-Cookie headers to use UTF-8 Added: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieProcessorGenerationHttp.java (with props) Modified:

[Bug 55951] HTML5 specifies UTF-8 encoding for cookie values

2014-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55951 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 56079] Digitally sign the Windows binaries

2014-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56079 --- Comment #16 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Konstantin Kolinko from comment #13) (In reply to Mark Thomas from comment #12) The other question is do we want to back-port this to 7.0.x? I

[GUMP@vmgump]: Project tomcat-trunk-test-bio (in module tomcat-trunk) failed

2014-10-10 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141010-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-10-10 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141010-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-10-10 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141010-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2014-10-10 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141010-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

[GUMP@vmgump]: Project tomcat-trunk-test-bio (in module tomcat-trunk) failed

2014-10-10 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-bio has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-10-10 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio2 has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-10-10 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2014-10-10 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-apr has an issue affecting its community integration.