[Bug 55537] add support for TLS1.1 and TLS1.2 excluding TLS1.0 (BEAST attack)

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55537 Ognjen Blagojevic changed: What|Removed |Added OS||All --- Comment #1 from Ognjen

[Bug 55537] add support for TLS1.1 and TLS1.2 excluding TLS1.0 (BEAST attack)

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55537 Ognjen Blagojevic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

svn commit: r1520968 - /tomcat/native/branches/1.1.x/native/srclib/VERSIONS

2013-09-09 Thread mturk
Author: mturk Date: Mon Sep 9 07:03:29 2013 New Revision: 1520968 URL: http://svn.apache.org/r1520968 Log: Update versions that will be used in next binary release Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS URL

svn commit: r1520969 - /tomcat/native/branches/1.1.x/native/include/tcn_version.h

2013-09-09 Thread mturk
Author: mturk Date: Mon Sep 9 07:09:41 2013 New Revision: 1520969 URL: http://svn.apache.org/r1520969 Log: Update release before tag Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h URL: http://svn.apach

[Bug 54522] Add patch binary as prerequisite in BUILDING.txt

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54522 Ognjen Blagojevic changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #6 from Ogn

svn commit: r1520978 - /tomcat/native/branches/1.1.x/java/org/apache/tomcat/

2013-09-09 Thread mturk
Author: mturk Date: Mon Sep 9 07:37:25 2013 New Revision: 1520978 URL: http://svn.apache.org/r1520978 Log: Sync svn externals Modified: tomcat/native/branches/1.1.x/java/org/apache/tomcat/ (props changed) Propchange: tomcat/native/branches/1.1.x/java/org/apache/tomcat/ ---

svn commit: r1520981 - /tomcat/native/branches/1.1.x/xdocs/index.xml

2013-09-09 Thread mturk
Author: mturk Date: Mon Sep 9 07:52:08 2013 New Revision: 1520981 URL: http://svn.apache.org/r1520981 Log: Axe extra elemet breaking build and pretty format xml Modified: tomcat/native/branches/1.1.x/xdocs/index.xml Modified: tomcat/native/branches/1.1.x/xdocs/index.xml URL: http://svn.apa

svn commit: r1520986 - in /tomcat/native/branches/1.1.x/xdocs: index.xml miscellaneous/changelog.xml

2013-09-09 Thread mturk
Author: mturk Date: Mon Sep 9 08:07:16 2013 New Revision: 1520986 URL: http://svn.apache.org/r1520986 Log: More xml cleanup. Modified: tomcat/native/branches/1.1.x/xdocs/index.xml tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs

[Bug 54691] Rename HTTPS BIO/NIO connector attribute "protocols" to sslEnabledProtocols and document it.

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54691 Ralf Hauser changed: What|Removed |Added CC||hau...@acm.org --- Comment #1 from R

[Bug 55537] add support for TLS1.1 and TLS1.2 excluding TLS1.0 (BEAST attack)

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55537 --- Comment #2 from Ralf Hauser --- Cool, this makes https://www.ssllabs.com/ssltest/analyze.html?d=mysite.tld happy except for the renegotiation (bug 55536) but firefox cannot connect anymore... -- You are receiving this mail because: Yo

[Bug 55536] allow to disable Secure Client-Initiated Renegotiation - DOS risk

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55536 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55536] allow to disable Secure Client-Initiated Renegotiation in Java TLS - DOS risk

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55536 Ralf Hauser changed: What|Removed |Added Summary|allow to disable Secure |allow to disable Secure

svn commit: r1521023 - in /tomcat/trunk/java: javax/annotation/Generated.java javax/annotation/Resource.java org/apache/catalina/startup/WebAnnotationSet.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 10:09:36 2013 New Revision: 1521023 URL: http://svn.apache.org/r1521023 Log: Fix wrongly named annotation attributes Modified: tomcat/trunk/java/javax/annotation/Generated.java tomcat/trunk/java/javax/annotation/Resource.java tomcat/trunk/java/org/apache

svn commit: r1521024 - in /tomcat/trunk/modules/jdbc-pool: doc/ src/main/java/org/apache/tomcat/jdbc/pool/ src/main/java/org/apache/tomcat/jdbc/pool/jmx/ src/test/java/org/apache/tomcat/jdbc/test/

2013-09-09 Thread kfujino
Author: kfujino Date: Mon Sep 9 10:11:07 2013 New Revision: 1521024 URL: http://svn.apache.org/r1521024 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54693. - Add a validationQueryTimeout property - Avoid NPE caused by createConnection(..) returns null. (see Comment 6) Added:

svn commit: r1521025 - in /tomcat/trunk/java/javax/annotation: ./ security/

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 10:11:33 2013 New Revision: 1521025 URL: http://svn.apache.org/r1521025 Log: Remove some unnecessary whitespace. Add some @since markers prior to fixing bz 55534. Modified: tomcat/trunk/java/javax/annotation/Generated.java tomcat/trunk/java/javax/annotation

Re: svn commit: r1521023 - in /tomcat/trunk/java: javax/annotation/Generated.java javax/annotation/Resource.java org/apache/catalina/startup/WebAnnotationSet.java

2013-09-09 Thread Mark Thomas
On 09/09/2013 11:09, ma...@apache.org wrote: > Author: markt > Date: Mon Sep 9 10:09:36 2013 > New Revision: 1521023 > > URL: http://svn.apache.org/r1521023 > Log: > Fix wrongly named annotation attributes > > Modified: > tomcat/trunk/java/javax/annotation/Generated.java This one is OK. >

svn commit: r1521026 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/doc/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ mo

2013-09-09 Thread kfujino
Author: kfujino Date: Mon Sep 9 10:20:18 2013 New Revision: 1521026 URL: http://svn.apache.org/r1521026 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54693. - Add a validationQueryTimeout property - Avoid NPE caused by createConnection(..) returns null. (see Comment 6) Added:

[Bug 54693] Add a validationQueryTimeout property

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54693 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1521023 - in /tomcat/trunk/java: javax/annotation/Generated.java javax/annotation/Resource.java org/apache/catalina/startup/WebAnnotationSet.java

2013-09-09 Thread Mark Thomas
On 09/09/2013 11:20, Mark Thomas wrote: > On 09/09/2013 11:09, ma...@apache.org wrote: >> Author: markt >> Date: Mon Sep 9 10:09:36 2013 >> New Revision: 1521023 >> >> URL: http://svn.apache.org/r1521023 >> Log: >> Fix wrongly named annotation attributes >> >> Modified: >> tomcat/trunk/java/ja

svn commit: r1521027 - in /tomcat/trunk/java: javax/annotation/Resource.java org/apache/catalina/startup/WebAnnotationSet.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 10:26:16 2013 New Revision: 1521027 URL: http://svn.apache.org/r1521027 Log: Revert change to authenticationType. I was working from the Javadoc which was incorrect. The spec confirms that the correct attribute name is authenticationType Modified: tomcat/trunk

svn commit: r1521030 - /tomcat/trunk/java/javax/annotation/security/DenyAll.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 10:32:00 2013 New Revision: 1521030 URL: http://svn.apache.org/r1521030 Log: Common Annotations spec section 2.11 makes clear DenyAll is permitted at the class level. The Javadoc for JavaEE 5 does not include this but the Javadoc for JavaEE 6 does - again with no i

svn commit: r1521032 - in /tomcat/trunk/java/javax/annotation: ManagedBean.java sql/ sql/DataSourceDefinition.java sql/DataSourceDefinitions.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 10:36:09 2013 New Revision: 1521032 URL: http://svn.apache.org/r1521032 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55534 Commons Annotations 1.1 changes Added: tomcat/trunk/java/javax/annotation/ManagedBean.java (with props) to

svn commit: r1521033 - /tomcat/native/tags/TOMCAT_NATIVE_1_1_28/

2013-09-09 Thread mturk
Author: mturk Date: Mon Sep 9 10:49:45 2013 New Revision: 1521033 URL: http://svn.apache.org/r1521033 Log: Tag 1.1.28 Added: tomcat/native/tags/TOMCAT_NATIVE_1_1_28/ (props changed) - copied from r1521032, tomcat/native/branches/1.1.x/ Propchange: tomcat/native/tags/TOMCAT_NATIVE_1_

svn commit: r1521034 - /tomcat/trunk/java/javax/annotation/sql/DataSourceDefinitions.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 10:50:58 2013 New Revision: 1521034 URL: http://svn.apache.org/r1521034 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55534 More Commons Annotations 1.1 changes Modified: tomcat/trunk/java/javax/annotation/sql/DataSourceDefinitions.java

svn commit: r1521035 - in /tomcat/trunk/java/javax/annotation: Priority.java Resource.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 10:51:36 2013 New Revision: 1521035 URL: http://svn.apache.org/r1521035 Log: Remainder of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55534 Commons Annotations 1.2 changes Added: tomcat/trunk/java/javax/annotation/Priority.java (with props) Modi

[Bug 55536] allow to disable Secure Client-Initiated Renegotiation in Java TLS - DOS risk

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55536 --- Comment #3 from Mark Thomas --- (In reply to Ralf Hauser from comment #2) > This RFE is not about APR, but the Java side of SSL/TLS. I'm aware of that. APR is an optional solution. > But even then, I am not going to argue with you abo

svn commit: r1521040 - in /tomcat/tc7.0.x/trunk/java/javax/annotation: ./ security/

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:12:47 2013 New Revision: 1521040 URL: http://svn.apache.org/r1521040 Log: Preparation for fixing BZ 55534 Add @since markers for common annotations Fix a few spec non-compliance issues - Generated#comment -> commnets - DenyAll is permitted on classes Modified:

svn commit: r1521043 - in /tomcat/trunk/java/javax/annotation/sql: DataSourceDefinition.java DataSourceDefinitions.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:15:33 2013 New Revision: 1521043 URL: http://svn.apache.org/r1521043 Log: Whoops. Put the elements in the right annotation. Modified: tomcat/trunk/java/javax/annotation/sql/DataSourceDefinition.java tomcat/trunk/java/javax/annotation/sql/DataSourceDefinit

svn commit: r1521045 - in /tomcat/tc7.0.x/trunk: ./ java/javax/annotation/ java/javax/annotation/sql/ java/org/apache/catalina/startup/

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:17:46 2013 New Revision: 1521045 URL: http://svn.apache.org/r1521045 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55534 Update for Commons Annotations 1.1 Added: tomcat/tc7.0.x/trunk/java/javax/annotation/ManagedBean.java - copied unchang

svn commit: r1521047 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:19:30 2013 New Revision: 1521047 URL: http://svn.apache.org/r1521047 Log: Proposal for commons annotations 1.0 fix Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STA

[Bug 55534] Tomcat 7 and 8 missing javax.annotation classes added in Java EE 6, 7 respectively

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55534 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1521049 - in /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool: ./ jmx/

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:23:54 2013 New Revision: 1521049 URL: http://svn.apache.org/r1521049 Log: Fix checkstyle failures - trailing whitespace Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java tomcat/trunk/modules/jdbc-p

svn commit: r1521050 - /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestValidationQueryTimeout.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:27:10 2013 New Revision: 1521050 URL: http://svn.apache.org/r1521050 Log: Fix checkstyle failures - no License header - invalid (old JUnit) imports - trailing whitespace - missing @Overrides Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apac

svn commit: r1521051 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ modules/jdbc-pool/src/

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:28:42 2013 New Revision: 1521051 URL: http://svn.apache.org/r1521051 Log: Fix checkstyle failures - no License header - invalid (old JUnit) imports - trailing whitespace - missing @Overrides Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc

[VOTE] Release Apache Tomcat Native 1.1.28

2013-09-09 Thread Mladen Turk
Version 1.1.28 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.28 is [ ] Stable, go ahead and release [ ] Broken because of ... [1] http://people.ap

svn commit: r1521052 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:32:47 2013 New Revision: 1521052 URL: http://svn.apache.org/r1521052 Log: Fix typo Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java

svn commit: r1521056 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/disk: DiskFileItem.java DiskFileItemFactory.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:37:47 2013 New Revision: 1521056 URL: http://svn.apache.org/r1521056 Log: Fix (remove) references that don't apply to Tomcat's fork of the file upload code. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/disk/DiskFileItem.java

svn commit: r1521057 - /tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/WARDirContext.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:39:49 2013 New Revision: 1521057 URL: http://svn.apache.org/r1521057 Log: Fix a couple of Javadoc warnings Modified: tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/WARDirContext.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/WAR

svn commit: r1521059 - /tomcat/trunk/java/org/apache/tomcat/util/codec/

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:52:01 2013 New Revision: 1521059 URL: http://svn.apache.org/r1521059 Log: Sync codec with latest version from Commons (no change) Modified: tomcat/trunk/java/org/apache/tomcat/util/codec/ (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/util

svn commit: r1521060 - in /tomcat/trunk: SVN-MERGE.txt java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/MultipartStream.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:56:53 2013 New Revision: 1521060 URL: http://svn.apache.org/r1521060 Log: Sync fileupload with latest version from Commons - one minor API change to make a package private constructor public Modified: tomcat/trunk/SVN-MERGE.txt tomcat/trunk/java/org/apac

svn commit: r1521061 - /tomcat/trunk/java/org/apache/tomcat/util/bcel/

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 11:58:23 2013 New Revision: 1521061 URL: http://svn.apache.org/r1521061 Log: Sync bcel with latest version from Commons (no change) Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/util/b

svn commit: r1521063 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/codec/ java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/f

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 12:03:51 2013 New Revision: 1521063 URL: http://svn.apache.org/r1521063 Log: Sync bcel, codec and fileupload - one minor API change in fileupload Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/bcel/ (pro

svn commit: r1521073 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/UriTemplate.java test/org/apache/tomcat/websocket/server/TestUriTemplate.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 12:32:16 2013 New Revision: 1521073 URL: http://svn.apache.org/r1521073 Log: Add some tests based on the WS EG discussions around some edge cases. Note that some of these will never happen in practise as Tomcat will have normalized the URI. Modified: tomcat/tr

svn commit: r1521075 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/LocalStrings.properties java/org/apache/tomcat/websocket/server/UriTemplate.java test/org/apache/tomcat/websocket/serve

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 12:41:10 2013 New Revision: 1521075 URL: http://svn.apache.org/r1521075 Log: And now update after I find the later discussion about empty segments not being permitted (which is good since Tomcat will have normalized them out anyway) Modified: tomcat/trunk/java/

svn commit: r1521076 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/LocalStrings.properties java/org/apache/tomcat/websocket/server/UriTemplate.java test/org/apache/tomcat/webs

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 12:47:31 2013 New Revision: 1521076 URL: http://svn.apache.org/r1521076 Log: Update based on the WS EG discussions around some edge cases. Note that some of these will never happen in practise as Tomcat will have normalized the URI. Modified: tomcat/tc7.0.x/tru

svn commit: r1521077 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 12:50:30 2013 New Revision: 1521077 URL: http://svn.apache.org/r1521077 Log: Followup to r1484923 Make antiLockingDocBase an absolute path and simplify code. (kkolinko) Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified:

svn commit: r1521078 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 12:50:51 2013 New Revision: 1521078 URL: http://svn.apache.org/r1521078 Log: Remove applied patches Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=152107

svn commit: r1521080 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/security/SecurityClassLoad.java webapps/docs/changelog.xml

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 12:54:02 2013 New Revision: 1521080 URL: http://svn.apache.org/r1521080 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55019 Fix an exception that occurs when accessing certain JSP pages when running with a SecurityManager. (jfclere) Modified: tomc

[Bug 55019] failed to compile under security manager

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55019 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55052] [JULI] Make ClassLoaderLogManager.getProperty() to try unprefixed property if prefixed one does not exist

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55052 --- Comment #3 from Mark Thomas --- Patch has been applied to 6.0.x and will be included in 6.0.38 onwards. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1521083 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 12:57:22 2013 New Revision: 1521083 URL: http://svn.apache.org/r1521083 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55052 Make JULI's LogManager to additionally look for logging properties without prefixes if the property cannot be found with a prefi

svn commit: r1521086 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default webapps/docs/changelog.xml

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 13:00:42 2013 New Revision: 1521086 URL: http://svn.apache.org/r1521086 Log: Update Maven Central location used to download dependencies at build time to be repo.maven.apache.org. (This was suggested by Olivier Lamy in Re:r1307146, http://markmail.org/message/6q2yf

Re: [VOTE] Release Apache Tomcat Native 1.1.28

2013-09-09 Thread Ognjen Blagojevic
On 9.9.2013 13:31, Mladen Turk wrote: Version 1.1.28 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.28 is [X] Stable, go ahead and release [ ] Brok

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-09-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1388 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

[Bug 55533] ProxyDirContext throws null pointer exception on reloaded context

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 55533] ProxyDirContext throws null pointer exception on reloaded context

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

svn commit: r1521142 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 14:36:36 2013 New Revision: 1521142 URL: http://svn.apache.org/r1521142 Log: Fix checkstyle warnings - whitespace Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL: http://svn.apache.org/v

buildbot failure in ASF Buildbot on tomcat-trunk

2013-09-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4942 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1521149 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 14:50:41 2013 New Revision: 1521149 URL: http://svn.apache.org/r1521149 Log: Add the previous release date Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tom

[Bug 55534] Tomcat 7 and 8 missing javax.annotation classes added in Java EE 6, 7 respectively

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55534 --- Comment #2 from Nick Williams --- Excellent. Good news! Thanks for attacking this so quickly. -- You are receiving this mail because: You are the assignee for the bug. -

Re: svn commit: r1521023 - in /tomcat/trunk/java: javax/annotation/Generated.java javax/annotation/Resource.java org/apache/catalina/startup/WebAnnotationSet.java

2013-09-09 Thread Nick Williams
On Sep 9, 2013, at 5:24 AM, Mark Thomas wrote: > On 09/09/2013 11:20, Mark Thomas wrote: >> On 09/09/2013 11:09, ma...@apache.org wrote: >>> Author: markt >>> Date: Mon Sep 9 10:09:36 2013 >>> New Revision: 1521023 >>> >>> URL: http://svn.apache.org/r1521023 >>> Log: >>> Fix wrongly named annot

[Bug 55533] ProxyDirContext throws null pointer exception on reloaded context

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533 --- Comment #2 from Matt Hauck --- I have no idea how to whittle it down to the simplest possible webapp that reproduces the problem. (And the webapp I'm working on is unfortunately far from simple.) I have zero experience with tomcat inter

Re: svn commit: r1514485 - in /tomcat/trunk/java/org/apache: coyote/ajp/AbstractAjpProcessor.java coyote/http11/AbstractOutputBuffer.java coyote/spdy/SpdyProcessor.java tomcat/util/http/HttpMessages.j

2013-09-09 Thread Rainer Jung
On 15.08.2013 22:51, ma...@apache.org wrote: > Author: markt > Date: Thu Aug 15 20:51:38 2013 > New Revision: 1514485 > > URL: http://svn.apache.org/r1514485 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55399 > Have the message in the response line use the locale set for the res

[Bug 55533] ProxyDirContext throws null pointer exception on reloaded context

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533 Matt Hauck changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Matt Hauck -

svn commit: r1521271 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/UriTemplate.java test/org/apache/tomcat/websocket/server/TestUriTemplate.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 20:10:04 2013 New Revision: 1521271 URL: http://svn.apache.org/r1521271 Log: UriTemplate should not trigger failures for '/' for for instances used for matching that end in '/' Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/UriTemplate.java

svn commit: r1521273 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/UriTemplate.java test/org/apache/tomcat/websocket/server/TestUriTemplate.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 20:10:48 2013 New Revision: 1521273 URL: http://svn.apache.org/r1521273 Log: UriTemplate should not trigger failures for '/' for for instances used for matching that end in '/' Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org

svn commit: r1521277 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/HttpMessages.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 20:20:43 2013 New Revision: 1521277 URL: http://svn.apache.org/r1521277 Log: Fix circular logic as per rjung's suggestion Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java Propchange: t

svn commit: r1521276 - /tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessages.java

2013-09-09 Thread markt
Author: markt Date: Mon Sep 9 20:20:09 2013 New Revision: 1521276 URL: http://svn.apache.org/r1521276 Log: Fix circular logic as per rjung's suggestion Modified: tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessages.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessa

Re: svn commit: r1521023 - in /tomcat/trunk/java: javax/annotation/Generated.java javax/annotation/Resource.java org/apache/catalina/startup/WebAnnotationSet.java

2013-09-09 Thread Mark Thomas
On 09/09/2013 17:20, Nick Williams wrote: > > On Sep 9, 2013, at 5:24 AM, Mark Thomas wrote: > >> On 09/09/2013 11:20, Mark Thomas wrote: >>> On 09/09/2013 11:09, ma...@apache.org wrote: Author: markt Date: Mon Sep 9 10:09:36 2013 New Revision: 1521023 URL: http://svn.apache

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[Bug 55533] ProxyDirContext throws null pointer exception on reloaded context

2013-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55533 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot success in ASF Buildbot on tomcat-trunk

2013-09-09 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/4944 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

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

2013-09-09 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 has an issue affecting its community integration. This i