Bug report for Tomcat 6 [2013/08/11]

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

Bug report for Taglibs [2013/08/11]

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

Bug report for Tomcat Connectors [2013/08/11]

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

Bug report for Tomcat 7 [2013/08/11]

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

Bug report for Tomcat Modules [2013/08/11]

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

Bug report for Tomcat 8 [2013/08/11]

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

Bug report for Tomcat Native [2013/08/11]

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

Re: Tomcat Gump Builds

2013-08-11 Thread Mark Thomas
On 10/08/2013 19:39, Stefan Bodewig wrote: > Dear Tomcat devs, > > we'll be reducing the set of projects built by Gump pretty soon. We'll > still build the projects Tomcat depends on and re-enable nagging for the > Tomcat builds itself. > > Mark inidicated it would be good to reduce the set of T

svn commit: r1513007 - in /tomcat/trunk: java/org/apache/jasper/servlet/ java/org/apache/tomcat/util/descriptor/tld/ test/org/apache/tomcat/util/descriptor/tld/

2013-08-11 Thread jboynes
Author: jboynes Date: Sun Aug 11 21:24:50 2013 New Revision: 1513007 URL: http://svn.apache.org/r1513007 Log: Refactor TLD scanning and parsing around the notion of a TLD resource path as defined by the JSP specification. Added: tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldRes

[Bug 55399] Request English but Response Spanish Language (Default Locale)

2013-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55399 --- Comment #2 from Guillermo Grandes --- Tested on tomcat-7.0.42 ServletWriter.println() don't work as expect (response.sendError clear the response buffer), but changing ServletWriter to System.out output is: protected void doPost(HttpS

[Bug 55399] Request English but Response Spanish Language (Default Locale)

2013-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55399 --- Comment #3 from Christopher Schultz --- That's certainly odd. How about this: System.out.println("current stack:"); new Throwable("Stack Trace").printStackTrace(); -- You are receiving this mail because: You are the assig

Re: Tomcat Gump Builds

2013-08-11 Thread Christopher Schultz
Mark, On 8/11/13 7:08 AM, Mark Thomas wrote: > On 10/08/2013 19:39, Stefan Bodewig wrote: >> Dear Tomcat devs, >> >> we'll be reducing the set of projects built by Gump pretty soon. We'll >> still build the projects Tomcat depends on and re-enable nagging for the >> Tomcat builds itself. >> >> Ma

svn commit: r1513025 - in /tomcat/trunk: java/org/apache/jasper/JspC.java java/org/apache/jasper/servlet/JspCServletContext.java test/org/apache/jasper/servlet/TestJspCServletContext.java

2013-08-11 Thread jboynes
Author: jboynes Date: Mon Aug 12 01:21:38 2013 New Revision: 1513025 URL: http://svn.apache.org/r1513025 Log: Have JspC initialize its ClassLoader before the ServletContext. This avoids the need to re-initialize the ClassLoader for every JSP being pre-compiled. It also allows the ServletContext t

svn commit: r1513028 - in /tomcat/trunk/java/org/apache/jasper: JspC.java compiler/TagLibraryInfoImpl.java compiler/TldLocation.java compiler/TldLocationsCache.java servlet/JasperInitializer.java

2013-08-11 Thread jboynes
Author: jboynes Date: Mon Aug 12 02:05:59 2013 New Revision: 1513028 URL: http://svn.apache.org/r1513028 Log: Refactor TldLocationsCache to use scan results from the initializer. This means we only scan the application and classpath once to locate TLDs and eliminates duplicate code that needed to

[Bug 55246] Delegate TLD processing for listeners to the JSP engine

2013-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55246 Jeremy Boynes changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55212] Jasper does not validate XSD-based configuration files

2013-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55212 --- Comment #1 from Jeremy Boynes --- As part of the fix for 55246, the TLD scan process now loads TLDs using Digester which can perform DTD and XSD validation. This will be enabled if the ServletContext initParam "org.apache.jasper.validat

svn commit: r1513030 - /tomcat/trunk/java/org/apache/jasper/JspC.java

2013-08-11 Thread jboynes
Author: jboynes Date: Mon Aug 12 02:33:44 2013 New Revision: 1513030 URL: http://svn.apache.org/r1513030 Log: Pass validateXml config setting to TldScanner Although this enables XSD validation during the TLD scan it remains unsupported for all other descriptors (including TLDs loaded by taglib di

svn commit: r1513034 - /tomcat/trunk/webapps/docs/changelog.xml

2013-08-11 Thread jboynes
Author: jboynes Date: Mon Aug 12 03:19:36 2013 New Revision: 1513034 URL: http://svn.apache.org/r1513034 Log: Update changelog for TLD scan changes. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/t

Re: buildbot exception in ASF Buildbot on tomcat-trunk

2013-08-11 Thread Jeremy Boynes
On Aug 10, 2013, at 2:59 PM, build...@apache.org wrote: > 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/4807 > > Buildbot URL: http://ci.apache.org/ > > Buildsla