Bug report for Tomcat 6 [2013/12/15]

2013-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2013/12/15]

2013-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2013/12/15]

2013-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2013/12/15]

2013-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2013/12/15]

2013-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2013/12/15]

2013-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2013/12/15]

2013-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 55884] JSPs no longer compile in Java 8

2013-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 --- Comment #5 from Jeremy Boynes --- I can reproduce this on OSX using Java 1.7 and the stock distribution. If I copy output/build to "/tmp/good-path" and make the config changes described (setenv.sh and JspServlet) then the SVG demo and

[Bug 55884] JSPs no longer compile in Java 8

2013-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 --- Comment #4 from Nick Williams --- Created attachment 31117 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31117&action=edit Application Replicating Problem Okay. I've attached the simplest possible application that replicat

svn commit: r1550964 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2013-12-14 Thread schultz
Author: schultz Date: Sat Dec 14 20:12:56 2013 New Revision: 1550964 URL: http://svn.apache.org/r1550964 Log: Fixed typo in changelog. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml URL: http:

[Bug 55884] JSPs no longer compile in Java 8

2013-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 --- Comment #3 from Jeremy Boynes --- The mixed use of URL encoding on the classpath looks suspicious: /C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%208.0/webapps/messaging1/WEB-INF/lib/javax.servlet.jsp.jstl-1.2.2.jar vs. /

[Bug 55884] JSPs no longer compile in Java 8

2013-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 --- Comment #2 from Konstantin Kolinko --- (In reply to Nick Williams from comment #1) 1. Simplify. Your issue is that a single JSP page does not compile. Remove everything that is not related to the problem. There is no need to bundle al

[Bug 55884] JSPs no longer compile in Java 8

2013-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 Nick Williams changed: What|Removed |Added OS||All --- Comment #1 from Nick Willi

[Bug 55884] New: JSPs no longer compile in Java 8

2013-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 Bug ID: 55884 Summary: JSPs no longer compile in Java 8 Product: Tomcat 8 Version: 8.0.0-RC5 Hardware: PC Status: NEW Severity: major Priority: P2

RE: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-14 Thread Konstantin Preißer
> -Original Message- > From: Konstantin Preißer [mailto:kpreis...@apache.org] > Sent: Saturday, December 14, 2013 1:53 PM > To: 'Tomcat Developers List' > Subject: RE: [VOTE] Release Apache Tomcat 8.0.0-RC7 > > Hi Mark, > > > -Original Message- > > From: Mark Thomas [mailto:ma...

buildbot failure in ASF Buildbot on tomcat-trunk

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

RE: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-14 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, December 12, 2013 12:28 AM > > The proposed 8.0.0-RC7 release is: > > [ ] Broken - do not release > > [ ] Alpha - go ahead and release as 8.0.0-RC7 alpha While the issue with large static file

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1550922 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/HTMLManagerServlet.java

2013-12-14 Thread kkolinko
Author: kkolinko Date: Sat Dec 14 11:07:03 2013 New Revision: 1550922 URL: http://svn.apache.org/r1550922 Log: Merged r1550920 from tomcat/trunk: Use existing local variable instead of a getter. Spotted thanks to "manager can be null" IDE warning. No change in functionality. Modified: tomcat/

svn commit: r1550921 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2013-12-14 Thread kkolinko
Author: kkolinko Date: Sat Dec 14 11:03:09 2013 New Revision: 1550921 URL: http://svn.apache.org/r1550921 Log: Merged r1550743 from tomcat/trunk: Fix a find bugs warning about String comparison This slightly improves performance in the rare/unlikely case when one explicitly sets contextClass pro

svn commit: r1550920 - /tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java

2013-12-14 Thread kkolinko
Author: kkolinko Date: Sat Dec 14 10:52:56 2013 New Revision: 1550920 URL: http://svn.apache.org/r1550920 Log: Use existing local variable instead of a getter. Spotted thanks to "manager can be null" IDE warning. Modified: tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java

svn commit: r1550900 - in /tomcat/trunk: java/org/apache/tomcat/util/descriptor/tld/TldRuleSet.java test/webapp/WEB-INF/bugs.tld

2013-12-14 Thread violetagg
Author: violetagg Date: Sat Dec 14 08:30:57 2013 New Revision: 1550900 URL: http://svn.apache.org/r1550900 Log: In addition to r1542550 where TagLibraryInfoImpl.createVariable(...) method is removed. According to web-jsptaglibrary schema, variableType->declare is 'true' by default. Adjust defaul