svn commit: r1547760 - in /tomcat/trunk/java/org/apache/tomcat/util/bcel: ./ Constants.java classfile/Attribute.java classfile/Constant.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 10:50:59 2013 New Revision: 1547760 URL: http://svn.apache.org/r1547760 Log: Merge changes from bcel r1521061-1547757 Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/bcel/Constants.java

svn commit: r1547762 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/Constants.java java/org/apache/tomcat/util/bcel/classfile/Attribute.java java/org

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 11:01:46 2013 New Revision: 1547762 URL: http://svn.apache.org/r1547762 Log: Merge changes from bcel r1521061-1547757 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/bcel/ (props changed) tomcat/tc7.0.

[Bug 55837] ServletContext.getRealPath() returns null

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 --- Comment #3 from Mark Thomas --- The short version is that this should return a file (that doesn't exist) in this case. The long version is that this is just about defined in the Servlet specification but only tenuously. The use of vir

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 55801] Add ability to provide custom SSLContext for websocket client

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801 --- Comment #9 from Marek Jagielski --- Hi, Can you give any feedback on this issue? I need to take a decision to move my project forward. I want to know if I will stay with tomcat implementation of websocket client or look for something el

[Bug 55842] New: response.setBufferSize() does not seem to work properly

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55842 Bug ID: 55842 Summary: response.setBufferSize() does not seem to work properly Product: Tomcat 7 Version: 7.0.47 Hardware: PC Status: NEW Severi

svn commit: r1547846 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 17:16:46 2013 New Revision: 1547846 URL: http://svn.apache.org/r1547846 Log: Fix unboxing warning Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractRepl

[Bug 55837] ServletContext.getRealPath() returns null

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1547848 - in /tomcat/trunk: java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 17:18:57 2013 New Revision: 1547848 URL: http://svn.apache.org/r1547848 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55837 getRealPath() should return a result for resources that don't exist where possible Add some unit tests to check this. Modified:

svn commit: r1547905 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor: ./ Constants.java DigesterFactory.java LocalResolver.java LocalStrings.properties LocalStrings_es.properties Xml

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 20:46:59 2013 New Revision: 1547905 URL: http://svn.apache.org/r1547905 Log: Backport the new descriptor package (but not the parsers) to support some refactoring to use the new LocalResolver. Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/

svn commit: r1547906 - /tomcat/tc7.0.x/trunk/build.xml

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 20:50:22 2013 New Revision: 1547906 URL: http://svn.apache.org/r1547906 Log: Add the new descriptor package to the tomcat-util.jar Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.

svn commit: r1547909 - in /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor: ./ TestLocalResolver.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 20:57:00 2013 New Revision: 1547909 URL: http://svn.apache.org/r1547909 Log: Add the unit test for the LocalResolver Added: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/ (with props) tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descript

[Bug 55842] response.setBufferSize() does not seem to work properly

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55842 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

svn commit: r1547912 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/descriptor/DigesterFactory.java java/org/apache/tomcat/util/descriptor/XmlIdentifiers.java test/org/apache/tomcat/util/desc

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 21:04:41 2013 New Revision: 1547912 URL: http://svn.apache.org/r1547912 Log: Drop the references to the Java EE 7 resources Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/DigesterFactory.java tomcat/tc7.0.x/trunk/java/org/apache/tomc

svn commit: r1547913 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/TestLocalResolver.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 21:05:39 2013 New Revision: 1547913 URL: http://svn.apache.org/r1547913 Log: Missed a Servlet 3.1 to 3.0 change Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/TestLocalResolver.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/

svn commit: r1547919 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: ant/ValidatorTask.java startup/ContextConfig.java startup/DigesterFactory.java startup/TldConfig.java util/SchemaResolver.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 21:21:28 2013 New Revision: 1547919 URL: http://svn.apache.org/r1547919 Log: Switch o.a.catalina classes to use the new DigesterFactory and LocalResolver Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ant/ValidatorTask.java tomcat/tc7.0.x/trunk/java

svn commit: r1547923 - in /tomcat/tc7.0.x/trunk/test/javax/servlet/resources: ./ TestSchemaValidation.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 21:30:49 2013 New Revision: 1547923 URL: http://svn.apache.org/r1547923 Log: Back-port the schema validation test case Added: tomcat/tc7.0.x/trunk/test/javax/servlet/resources/ (with props) tomcat/tc7.0.x/trunk/test/javax/servlet/resources/TestSchemaValida

svn commit: r1547924 - /tomcat/tc7.0.x/trunk/test/webapp-2.2/

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 21:33:55 2013 New Revision: 1547924 URL: http://svn.apache.org/r1547924 Log: Back-port the Servlet 2.2 test web app Added: tomcat/tc7.0.x/trunk/test/webapp-2.2/ - copied from r1547897, tomcat/trunk/test/webapp-2.2/ ---

svn commit: r1547926 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/DigesterFactory.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 21:42:21 2013 New Revision: 1547926 URL: http://svn.apache.org/r1547926 Log: In Tomcat 7.0.x, resources are still split between servlet and jsp. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/DigesterFactory.java Modified: tomcat/tc7.0.

svn commit: r1547927 - /tomcat/tc7.0.x/trunk/test/javax/servlet/resources/TestSchemaValidation.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 21:43:30 2013 New Revision: 1547927 URL: http://svn.apache.org/r1547927 Log: Remove tests for test web applications that don't exist in Tomcat 7. Modified: tomcat/tc7.0.x/trunk/test/javax/servlet/resources/TestSchemaValidation.java Modified: tomcat/tc7.0.x/tru

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-12-04 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/1609 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

svn commit: r1547931 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/tomcat/util/digester/ test/javax/servlet/resources/ test/org/apache/

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 22:17:03 2013 New Revision: 1547931 URL: http://svn.apache.org/r1547931 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55218 and https://issues.apache.org/bugzilla/show_bug.cgi?id=55219 Upgrade digester to use DefaultHandler2 and use LexicalHandler to d

svn commit: r1547937 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup: ContextConfig.java TldConfig.java XmlErrorHandler.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 22:32:15 2013 New Revision: 1547937 URL: http://svn.apache.org/r1547937 Log: Switch o.a.catalina classes to use the new ErrorHandler Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java tomcat/tc7.0.x/trunk/java/org/apache/catal

svn commit: r1547947 - in /tomcat/tc7.0.x/trunk: java/org/apache/jasper/xmlparser/ParserUtils.java res/checkstyle/org-import-control.xml

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 22:48:52 2013 New Revision: 1547947 URL: http://svn.apache.org/r1547947 Log: Convert ParserUtils to use the new ErrorHandler and EntityResolver Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/xmlparser/ParserUtils.java tomcat/tc7.0.x/trunk/res/checksty

svn commit: r1547948 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/JspDocumentParser.java

2013-12-04 Thread markt
Author: markt Date: Wed Dec 4 22:52:32 2013 New Revision: 1547948 URL: http://svn.apache.org/r1547948 Log: Convert JspDocumentParser to an DefaultHandler2 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/JspDocumentParser.java Propch

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-12-04 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/1611 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2013-12-04 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-tc7.0.x-validate has an issue affecting its community integration.

[Bug 55846] New: Static resources Greater than 48k can not be accessed when I Config the Connector with Http11NioProtocol

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55846 Bug ID: 55846 Summary: Static resources Greater than 48k can not be accessed when I Config the Connector with Http11NioProtocol Product: Tomcat 7 Version: 7.0.30 Hard

[Bug 55846] Static resources Greater than 48k can not be accessed when I Config the Connector with Http11NioProtocol

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55846 conquer0715 changed: What|Removed |Added Severity|normal |major --- Comment #1 from conquer071

[Bug 55846] Static resources Greater than 48k can not be accessed when I Config the Connector with Http11NioProtocol

2013-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55846 --- Comment #2 from conquer0715 --- (In reply to conquer0715 from comment #0) > My Hardware: > IP:168.1.100.113 > OS:AIX > > My Configuration: > connectionTimeout="2" >redirectPort="8443" /> > My

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2013-12-04 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-tc7.0.x-validate has an issue affecting its community integration.