+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55246
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
19 matches
Mail list logo