[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-10-10 Thread Gump
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-taglibs-standard has an issue affecting its community integration.

Re: [Bug 53986] Comment end tag preceded directly by a dash causes JSP fail compilation

2012-10-10 Thread Mark Thomas
Christopher Schultz wrote: >All, > >On 10/9/12 6:07 PM, bugzi...@apache.org wrote: >> https://issues.apache.org/bugzilla/show_bug.cgi?id=53986 >> >> --- Comment #4 from Christopher Schultz > --- >> (In reply to comment #3) >>> Possible cause: r1381417 >> >> Reverting that patch resolves the iss

svn commit: r908 - /release/tomcat/tomcat-5/README.html

2012-10-10 Thread kkolinko
Author: kkolinko Date: Wed Oct 10 10:44:05 2012 New Revision: 908 Log: Update version number for 5.5.36 release Modified: release/tomcat/tomcat-5/README.html Modified: release/tomcat/tomcat-5/README.html == --- relea

svn commit: r908 - /release/tomcat/tomcat-5/README.html

2012-10-10 Thread kkolinko
Author: kkolinko Date: Wed Oct 10 10:44:05 2012 New Revision: 908 Log: Update version number for 5.5.36 release Modified: release/tomcat/tomcat-5/README.html Modified: release/tomcat/tomcat-5/README.html == --- relea

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

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 12:44:29 2012 New Revision: 1396569 URL: http://svn.apache.org/viewvc?rev=1396569&view=rev Log: Updates (excluding docs) for 5.5.36 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs

[Bug 53986] Comment end tag preceded directly by a dash causes JSP fail compilation

2012-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53986 --- Comment #6 from Mark Thomas --- Found the problem. It is line 429 of JspReader: setCurrent(restart); This makes the current Mark and the reset Mark the same object and they need to be kept separate. Looking at a fix now. It is possibl

svn commit: r1396615 - in /tomcat/trunk: java/org/apache/jasper/compiler/JspReader.java test/org/apache/jasper/compiler/TestJspReader.java test/webapp-3.0/bug53986.jsp

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 14:19:40 2012 New Revision: 1396615 URL: http://svn.apache.org/viewvc?rev=1396615&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53986 Ensure current and reset Mark are always separate objects. Corrects issue with parsing JSP comments that end

svn commit: r1396617 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/JspReader.java test/org/apache/jasper/compiler/TestJspReader.java test/webapp-3.0/bug53986.jsp webapps/docs/changelo

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 14:28:05 2012 New Revision: 1396617 URL: http://svn.apache.org/viewvc?rev=1396617&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53986 Ensure current and reset Mark are always separate objects. Corrects issue with parsing JSP comments that end

[Bug 53986] Comment end tag preceded directly by a dash causes JSP fail compilation

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

[Bug 53958] Custom error page generates NPE in StandardHostValve.java

2012-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[ANN] Apache Tomcat 5.5.36 released

2012-10-10 Thread Mark Thomas
The Apache Tomcat Team announces the immediate availability of Apache Tomcat 5.5.36. Apache Tomcat 5.5.36 is primarily a bug-fix release. As per the previous end of life announcement [1] this will almost certainly be the final Apache Tomcat 5.5.x release. Users of the 5.5.x series are strongly en

svn commit: r910 - in /release/tomcat: tomcat-5/v5.5.35/ tomcat-7/v7.0.30/

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 15:01:50 2012 New Revision: 910 Log: Remove old versions Removed: release/tomcat/tomcat-5/v5.5.35/ release/tomcat/tomcat-7/v7.0.30/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.

svn commit: r910 - in /release/tomcat: tomcat-5/v5.5.35/ tomcat-7/v7.0.30/

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 15:01:50 2012 New Revision: 910 Log: Remove old versions Removed: release/tomcat/tomcat-5/v5.5.35/ release/tomcat/tomcat-7/v7.0.30/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.

Time for 6.0.36?

2012-10-10 Thread Mark Thomas
It has been just over 10 months since the last 6.0.x release. The change log is looking pretty lengthy. I think we need a release. Jean-Frederic? Someone else? Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

Re: Time for 6.0.36?

2012-10-10 Thread Christopher Schultz
Mark, On 10/10/12 11:04 AM, Mark Thomas wrote: > It has been just over 10 months since the last 6.0.x release. The change > log is looking pretty lengthy. I think we need a release. If it's likely that there will be a long interval before the following release, I think I'd like to complete my wor

[Bug 53958] Custom error page generates NPE in StandardHostValve.java

2012-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958 --- Comment #7 from Sean Owen --- Thank you, though with that change it still shows the same behavior. The error page itself is fine, and serves if you access it directly. This exception occurs if you trigger a 404 by navigating to a non-ex

[Bug 53958] Custom error page generates NPE in StandardHostValve.java

2012-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958 --- Comment #8 from Sean Owen --- PS I don't know if any of the rest of this is useful, or rings a bell, but: I updated to 7.0.32 just to make sure that wasn't the issue. Same thing. The issue is that a RequestDispatcher to "/error.jspx"

[Bug 53958] Custom error page generates NPE in StandardHostValve.java

2012-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958 --- Comment #9 from Mark Thomas --- (In reply to comment #7) > Thank you, though with that change it still shows the same behavior. The > error page itself is fine, and serves if you access it directly. This > exception occurs if you trigge

svn commit: r1396723 - /tomcat/trunk/test/org/apache/jasper/compiler/TestJspReader.java

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 18:37:05 2012 New Revision: 1396723 URL: http://svn.apache.org/viewvc?rev=1396723&view=rev Log: Fix imports Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestJspReader.java Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestJspReader.java URL:

[Bug 53958] Custom error page generates NPE in StandardHostValve.java

2012-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958 --- Comment #10 from Sean Owen --- It is the exact code I'm testing, of course. I even copied it back from the attachment. I don't know what could be different between the two setups. The change you suggested was actually already implement

svn commit: r1396724 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/jasper/compiler/TestJspReader.java

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 18:38:52 2012 New Revision: 1396724 URL: http://svn.apache.org/viewvc?rev=1396724&view=rev Log: Fix imports Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestJspReader.java Propchange: tomcat/tc7.0.x/

svn commit: r1396733 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleaningTracker.java

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 19:00:44 2012 New Revision: 1396733 URL: http://svn.apache.org/viewvc?rev=1396733&view=rev Log: Correct Javadoc Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleaningTracker.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http

svn commit: r1396742 - in /tomcat/trunk/java/org/apache/tomcat/util/modeler: BaseModelMBean.java ManagedBean.java

2012-10-10 Thread markt
Author: markt Date: Wed Oct 10 19:07:16 2012 New Revision: 1396742 URL: http://svn.apache.org/viewvc?rev=1396742&view=rev Log: Fix some Javadoc errors Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java tomcat/trunk/java/org/apache/tomcat/util/modeler/ManagedBea