[VOTE] Release Apache Tomcat 7.0.63

2015-06-30 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.63 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.63/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1046/ The svn tag is:

svn commit: r9565 [1/2] - in /dev/tomcat/tomcat-7/v7.0.63: ./ bin/ bin/embed/ bin/extras/ src/

2015-06-30 Thread violetagg
Author: violetagg Date: Tue Jun 30 09:00:47 2015 New Revision: 9565 Log: Stage 7.0.63RC Added: dev/tomcat/tomcat-7/v7.0.63/ dev/tomcat/tomcat-7/v7.0.63/KEYS (with props) dev/tomcat/tomcat-7/v7.0.63/README.html (with props) dev/tomcat/tomcat-7/v7.0.63/RELEASE-NOTES

svn commit: r9565 [2/2] - in /dev/tomcat/tomcat-7/v7.0.63: ./ bin/ bin/embed/ bin/extras/ src/

2015-06-30 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.63/bin/embed/apache-tomcat-7.0.63-embed.zip.md5 == --- dev/tomcat/tomcat-7/v7.0.63/bin/embed/apache-tomcat-7.0.63-embed.zip.md5 (added) +++

svn commit: r1688407 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-06-30 Thread violetagg
Author: violetagg Date: Tue Jun 30 09:06:21 2015 New Revision: 1688407 URL: http://svn.apache.org/r1688407 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default

svn commit: r1688439 - /tomcat/trunk/java/org/apache/catalina/Context.java

2015-06-30 Thread markt
Author: markt Date: Tue Jun 30 12:14:25 2015 New Revision: 1688439 URL: http://svn.apache.org/r1688439 Log: Trivial commit to test CI system Modified: tomcat/trunk/java/org/apache/catalina/Context.java Modified: tomcat/trunk/java/org/apache/catalina/Context.java URL:

svn commit: r1688442 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

2015-06-30 Thread remm
Author: remm Date: Tue Jun 30 12:41:16 2015 New Revision: 1688442 URL: http://svn.apache.org/r1688442 Log: Remove spaces. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java Modified:

svn commit: r1688445 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java LocalStrings.properties

2015-06-30 Thread markt
Author: markt Date: Tue Jun 30 13:13:43 2015 New Revision: 1688445 URL: http://svn.apache.org/r1688445 Log: Fix some i18n TODOs Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties Modified:

svn commit: r1688478 - in /tomcat/trunk/java/org/apache: catalina/connector/ catalina/storeconfig/ coyote/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2015-06-30 Thread remm
Author: remm Date: Tue Jun 30 16:06:24 2015 New Revision: 1688478 URL: http://svn.apache.org/r1688478 Log: Add new Connector children to storeconfig (with utility methods to allow accessing the configuration). Some work remains on attributes. Added:

svn commit: r1688483 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2015-06-30 Thread remm
Author: remm Date: Tue Jun 30 16:50:26 2015 New Revision: 1688483 URL: http://svn.apache.org/r1688483 Log: Fix protocol when using APR but the NIO connector (to be able to use OpenSSL), which fixes storeconfig attribute handling. Modified:

[Bug 58086] New: Deploy WAR file using http:// throws FileNotFoundException

2015-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Bug ID: 58086 Summary: Deploy WAR file using http:// throws FileNotFoundException Product: Tomcat 7 Version: unspecified Hardware: All OS: All

[Bug 57626] IllegalStateException: zip file closed

2015-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57626 Vishal Mahajan vmaha...@zimbra.com changed: What|Removed |Added CC|

svn commit: r1688364 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_63: ./ build.properties.default

2015-06-30 Thread violetagg
Author: violetagg Date: Tue Jun 30 06:44:52 2015 New Revision: 1688364 URL: http://svn.apache.org/r1688364 Log: Tag 7.0.63 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_63/ (props changed) - copied from r1688362, tomcat/tc7.0.x/trunk/ Modified:

[Bug 58083] Duplicate property definitions compile.[source|target] in build.properties.default and build.xml

2015-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58083 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1688424 - /tomcat/trunk/build.properties.default

2015-06-30 Thread markt
Author: markt Date: Tue Jun 30 11:05:48 2015 New Revision: 1688424 URL: http://svn.apache.org/r1688424 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58083 Remove duplicates (these are defined in build.xml) Modified: tomcat/trunk/build.properties.default Modified:

svn commit: r1688521 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-06-30 Thread markt
Author: markt Date: Tue Jun 30 21:19:19 2015 New Revision: 1688521 URL: http://svn.apache.org/r1688521 Log: Replace initialized flag with simple state machine Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified:

[Bug 58083] Duplicate property definitions compile.[source|target] in build.properties.default and build.xml

2015-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58083 --- Comment #1 from Sebb s...@apache.org --- For completeness: URL: http://svn.apache.org/r1688424 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58083 Remove duplicates (these are defined in build.xml) -- You are receiving this