Re: svn commit: r1500062 - bug55198.jsp

2013-07-05 Thread Jeremy Boynes
On Jul 5, 2013, at 9:33 AM, ma...@apache.org wrote: > +http://java.sun.com/JSP/Page"; version="2.0"> > + > + > + foo > + bar > + > + > + I believe, strictly, can't have a sub-element like . Wouldn't the test case still hold if the was removed?

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #9 from Jeremy Boynes --- (In reply to Konstantin Kolinko from comment #8) > a) You have to configure a resolver to be able to locate schemas. > I should not need to use a resolver for this case. The base location of the schem

svn commit: r1500111 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 19:37:10 2013 New Revision: 1500111 URL: http://svn.apache.org/r1500111 Log: Update docs for Apache Tomcat 7.0.42 release. [This commit notification would consist of 52 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

svn commit: r1500109 - in /tomcat/site/trunk: ./ docs/ xdocs/

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 19:27:29 2013 New Revision: 1500109 URL: http://svn.apache.org/r1500109 Log: Updates (excluding docs) for 7.0.42 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-70.html

svn commit: r1500105 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ELContext.java test/javax/el/TestELContext.java test/javax/el/TesterELContext.java webapps/docs/changelog.xml

2013-07-05 Thread violetagg
Author: violetagg Date: Fri Jul 5 19:09:16 2013 New Revision: 1500105 URL: http://svn.apache.org/r1500105 Log: Merged revision 1499953 from tomcat/trunk: According EL javadoc ELContext.getContext must throw NPE when the provided class is NULL. Added: tomcat/tc7.0.x/trunk/test/javax/el/TestE

svn commit: r1500094 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 18:41:32 2013 New Revision: 1500094 URL: http://svn.apache.org/r1500094 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.x/trunk/build.properties.

[Bug 55170] [websocket][jsr 356]Thread falls in endless cycle when connection is reset

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

svn commit: r1500093 - in /tomcat/trunk/java/org/apache/tomcat/websocket: AsyncChannelWrapperSecure.java LocalStrings.properties

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 18:37:01 2013 New Revision: 1500093 URL: http://svn.apache.org/r1500093 Log: Buffer overflow is fatal on read Modified: tomcat/trunk/java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.pr

[Bug 55200] [websocket] Problem writing many subsequent binary messages

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

svn commit: r1500075 - in /tomcat/trunk/java/org/apache/tomcat/websocket: AsyncChannelWrapperSecure.java LocalStrings.properties

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 17:22:06 2013 New Revision: 1500075 URL: http://svn.apache.org/r1500075 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55200 It is possible that more than one write will be required to empty the buffer. Modified: tomcat/trunk/java/org/apache/tomcat

[Bug 55198] Quote entity in html element attribute evaluated in tagx if attribute contains EL expression

2013-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55198 Mark Thomas changed: What|Removed |Added Component|Servlet & JSP API |Jasper Version|7.0.41

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

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 16:49:29 2013 New Revision: 1500067 URL: http://svn.apache.org/r1500067 Log: Proposal 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=1500067&r1=1500066&r

svn commit: r1500065 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/Generator.java test/org/apache/jasper/compiler/TestParser.java test/webapp-3.0/WEB-INF/tags/bug55198.tagx test/webap

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 16:47:09 2013 New Revision: 1500065 URL: http://svn.apache.org/r1500065 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55198 ELInterpreter needs to know if page was originally in XML Added: tomcat/tc7.0.x/trunk/test/webapp-3.0/WEB-INF/tags/bug55198.

svn commit: r1500062 - in /tomcat/trunk: java/org/apache/jasper/compiler/Generator.java test/org/apache/jasper/compiler/TestParser.java test/webapp/WEB-INF/tags/bug55198.tagx test/webapp/bug5nnnn/bug5

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 16:33:06 2013 New Revision: 1500062 URL: http://svn.apache.org/r1500062 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55198 ELInterpreter needs to know if page was originally in XML Added: tomcat/trunk/test/webapp/WEB-INF/tags/bug55198.tagx tom

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[Bug 55170] [websocket][jsr 356]Thread falls in endless cycle when connection is reset

2013-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55170 Stoyan Boshev changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Stoyan Bos

svn commit: r1500019 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 14:28:13 2013 New Revision: 1500019 URL: http://svn.apache.org/r1500019 Log: Add missing quote Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/

[Bug 55200] New: [websocket] Problem writing many subsequent binary messages

2013-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55200 Bug ID: 55200 Summary: [websocket] Problem writing many subsequent binary messages Product: Tomcat 8 Version: trunk Hardware: Other OS: Linux

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1500008 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 13:46:20 2013 New Revision: 158 URL: http://svn.apache.org/r158 Log: Add release date for 7.0.42 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r2363 - /dev/tomcat/tomcat-7/v7.0.42/ /release/tomcat/tomcat-7/v7.0.42/

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 13:44:40 2013 New Revision: 2363 Log: Release Apache Tomcat 7.0.42 Added: release/tomcat/tomcat-7/v7.0.42/ - copied from r2362, dev/tomcat/tomcat-7/v7.0.42/ Removed: dev/tomcat/tomcat-7/v7.0.42/ ---

svn commit: r2363 - /dev/tomcat/tomcat-7/v7.0.42/ /release/tomcat/tomcat-7/v7.0.42/

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 13:44:40 2013 New Revision: 2363 Log: Release Apache Tomcat 7.0.42 Added: release/tomcat/tomcat-7/v7.0.42/ - copied from r2362, dev/tomcat/tomcat-7/v7.0.42/ Removed: dev/tomcat/tomcat-7/v7.0.42/ ---

[RESULT][VOTE] Release Apache Tomcat 7.0.42

2013-07-05 Thread Mark Thomas
+1 (binding): hgomez, yoavs, rjung, kfujino, olamy, markt +1 (non-binding): violetagg, Ognjen Blagojevic, Brian Burch, Tony Chemit No other voters were cast. The vote has passed. I'll do the release shortly and announce it once the mirrors catch up. Mark ---

[Bug 55186] useIPVHosts=true , incorrect to get Request.localName

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

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-05 Thread Mark Thomas
On 02/07/2013 10:18, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.42 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapach

svn commit: r1500006 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/Request.java webapps/docs/changelog.xml

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 13:36:55 2013 New Revision: 156 URL: http://svn.apache.org/r156 Log: Ensure local name is recycled between requests so IP virtual hosting works correctly. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/

svn commit: r1500003 - /tomcat/trunk/java/org/apache/coyote/Request.java

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 13:34:16 2013 New Revision: 153 URL: http://svn.apache.org/r153 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55186 Ensure local name is recycled between requests so IP virtual hosting works correctly. Modified: tomcat/trunk/java/org/apach

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #8 from Konstantin Kolinko --- You are doing it wrong. a) You have to configure a resolver to be able to locate schemas. Tomcat uses org.apache.catalina.util.SchemaResolver as configured by org.apache.catalina.startup.DigesterF

svn commit: r1499953 - in /tomcat/trunk: java/javax/el/ELContext.java test/javax/el/TestELContext.java test/javax/el/TesterELContext.java

2013-07-05 Thread violetagg
Author: violetagg Date: Fri Jul 5 09:11:24 2013 New Revision: 1499953 URL: http://svn.apache.org/r1499953 Log: Since EL 2.2 javadoc ELContext.getContext must throw NPE when the key that is provided in NULL. Added: tomcat/trunk/test/javax/el/TestELContext.java (with props) tomcat/trunk

[Bug 55171] [jsr 356] All server threads become blocked after some websocket testing

2013-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55171 --- Comment #6 from Mark Thomas --- (In reply to Niki Dokovski from comment #5) > Should we try to have the "future" get version with the timeout? Sending > close as a result of an exception is an error situation anyway. That is certainly

svn commit: r1499932 - /tomcat/trunk/test/javax/el/TestBeanNameELResolver.java

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 08:19:17 2013 New Revision: 1499932 URL: http://svn.apache.org/r1499932 Log: More unit tests for BeanNameELResolver Add tests for remaining methods Modified: tomcat/trunk/test/javax/el/TestBeanNameELResolver.java Modified: tomcat/trunk/test/javax/el/TestBeanNam

svn commit: r1499928 - in /tomcat/trunk: java/javax/el/BeanNameELResolver.java test/javax/el/TestBeanNameELResolver.java test/javax/el/TesterBeanNameResolver.java

2013-07-05 Thread markt
Author: markt Date: Fri Jul 5 08:13:06 2013 New Revision: 1499928 URL: http://svn.apache.org/r1499928 Log: More unit tests for BeanNameELResolver Fix several bugs - add missing exception handling to isReadOnly() - correct exception handling in setValue() Modified: tomcat/trunk/java/javax/e