Author: markt
Date: Thu Mar 6 07:40:12 2014
New Revision: 1574785
URL: http://svn.apache.org/r1574785
Log:
Better fix for BZ56199
Fix failing unit tests caused by original fix.
Modified:
tomcat/trunk/java/org/apache/jasper/JspC.java
tomcat/trunk/java/org/apache/jasper/servlet/JspCServlet
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-trunk-test has an issue affecting its community integration.
This i
https://issues.apache.org/bugzilla/show_bug.cgi?id=56223
Bug ID: 56223
Summary: ServletContext#setInitParameter(..) does not throw
IllegalStateException after it's been initialized
Product: Tomcat 8
Version: 8.0.3
Hardware:
2014-03-06 2:46 GMT+04:00 :
> 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/5558
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubun
https://issues.apache.org/bugzilla/show_bug.cgi?id=54315
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|I
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/5558
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=56190
--- Comment #8 from Mark Thomas ---
I've been back and re-read both the Servlet 3.0 and Servlet 3.1 specifications.
I don't know where I got the idea from that the response always had to be
writable after the call to complete() but that is
https://issues.apache.org/bugzilla/show_bug.cgi?id=56199
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Mar 5 21:01:50 2014
New Revision: 1574657
URL: http://svn.apache.org/r1574657
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56199
Restore validateXml option to JspC
Modified:
tomcat/trunk/java/org/apache/jasper/Constants.java
tomcat/trunk/java/org/ap
https://issues.apache.org/bugzilla/show_bug.cgi?id=56199
--- Comment #2 from Mark Thomas ---
I'll re-add the feature to 8.0.x for JspC. Folks using JspC may wish to use
validation.
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56221
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 05/03/2014 15:53, Christopher Schultz wrote:
> All,
>
> Tomcat 8 uses DBCP 2 which has changed the name of some
> configuration parameters, specifically maxActive->maxTotal and
> maxWait->maxWaitMillis. I have just fixed the JNDI DataSource
> examples to reflect that.
>
> However, the docum
https://issues.apache.org/bugzilla/show_bug.cgi?id=56221
Bug ID: 56221
Summary: Crash when using tomcat version 7.0.52 when calling
setImplementation method of LogFactory.java
Product: Tomcat 7
Version: 7.0.52
Hardware: PC
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5556
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
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/1790
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
All,
Tomcat 8 uses DBCP 2 which has changed the name of some configuration
parameters, specifically maxActive->maxTotal and maxWait->maxWaitMillis.
I have just fixed the JNDI DataSource examples to reflect that.
However, the documentation for Tomcat 6, 7, and 8 all point to DBCP's
configuration p
Author: remm
Date: Wed Mar 5 15:51:14 2014
New Revision: 1574543
URL: http://svn.apache.org/r1574543
Log:
Pick some of r1560702. Call onError if the onClose call throws an exception.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsSession.java
tomcat/tc7.0.x/trunk/webap
Author: schultz
Date: Wed Mar 5 15:47:11 2014
New Revision: 1574541
URL: http://svn.apache.org/r1574541
Log:
Align documentation of DBCP examples to match changes from DBCP 1 -> DBCP 2.
Specifically, change "maxActive" -> "maxTotal" and "maxWait" -> "maxWaitMillis"
in all examples.
Modified:
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/
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Wed Mar 5 15:00:17 2014
New Revision: 1574517
URL: http://svn.apache.org/r1574517
Log:
Votes
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=1574517&r1=1574516&r2=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=56215
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: kkolinko
Date: Wed Mar 5 14:37:38 2014
New Revision: 1574508
URL: http://svn.apache.org/r1574508
Log:
When reporting threads that are still running while web application is being
stopped, print their stack traces to the log.
Minor fixes:
Remember result of Thread.getName() as that metho
Author: markt
Date: Wed Mar 5 14:32:44 2014
New Revision: 1574507
URL: http://svn.apache.org/r1574507
Log:
Update false positives
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL:
http://svn.apache.org/viewvc/
Author: markt
Date: Wed Mar 5 14:23:42 2014
New Revision: 1574503
URL: http://svn.apache.org/r1574503
Log:
Add FindBugs fixes to change log
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/web
Author: markt
Date: Wed Mar 5 14:22:19 2014
New Revision: 1574502
URL: http://svn.apache.org/r1574502
Log:
FindBugs: Remove unnecessary null check
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JspDocumentParser.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspDocument
Author: kpreisser
Date: Wed Mar 5 14:21:49 2014
New Revision: 1574497
URL: http://svn.apache.org/r1574497
Log:
Fix rendering effects on browsers like IE.
Modified:
tomcat/site/trunk/docs/stylesheets/tomcat.css
tomcat/site/trunk/xdocs/stylesheets/tomcat.css
Modified: tomcat/site/trunk/do
Author: markt
Date: Wed Mar 5 14:19:49 2014
New Revision: 1574495
URL: http://svn.apache.org/r1574495
Log:
Findbugs: Remove pointless null check. Refactor.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsIntrospectionSource.java
Modified:
tomcat/trunk/j
Author: markt
Date: Wed Mar 5 14:09:19 2014
New Revision: 1574493
URL: http://svn.apache.org/r1574493
Log:
FindBugs: Avoid NPE when flushing batched WebSocket messages.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
tomcat/trunk/webapps/docs/changel
Author: markt
Date: Wed Mar 5 13:52:25 2014
New Revision: 1574488
URL: http://svn.apache.org/r1574488
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56204
Clean-up
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56204
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Mar 5 13:41:58 2014
New Revision: 1574484
URL: http://svn.apache.org/r1574484
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56213
Reduce GC when NIO connector is under load. Results in a small performance
improvement. KeyReferences and finalizer references w
https://issues.apache.org/bugzilla/show_bug.cgi?id=56213
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56217
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Mar 5 13:37:47 2014
New Revision: 1574482
URL: http://svn.apache.org/r1574482
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56217
Left align makes more sense as entries might be very long
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0
Author: markt
Date: Wed Mar 5 13:36:31 2014
New Revision: 1574479
URL: http://svn.apache.org/r1574479
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56217
Left align makes more sense entries might be very long
Modified:
tomcat/trunk/java/org/apache/catalina/manager/StatusTransfo
Rémy,
On 3/4/14, 2:23 PM, Rémy Maucherat wrote:
> 2014-03-04 19:26 GMT+01:00 Mark Thomas :
>>
>> Can you wait until we split 8.0.x from trunk or did you want to get this
>> into 8.0.x?
>>
>
> Depends, if you want to branch soon or not. It would have to be
> experimental for a while anyway, but it
Author: kkolinko
Date: Wed Mar 5 12:41:47 2014
New Revision: 1574456
URL: http://svn.apache.org/r1574456
Log:
Add bug number
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/
https://issues.apache.org/bugzilla/show_bug.cgi?id=56219
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=56219
Bug ID: 56219
Summary: Failure to parse MergedWebXml in Jasper in 7.0.52 when
in Strict Compliance mode for 2.5 and earlier web apps
Product: Tomcat 7
Version: 7.0.52
Author: remm
Date: Wed Mar 5 10:33:16 2014
New Revision: 1574413
URL: http://svn.apache.org/r1574413
Log:
Use the log fallback to log access anyway when something unexpected occurs. Do
the same at the end of event to avoid the possibility of skipping recycling.
Modified:
tomcat/trunk/java/o
2014-03-05 11:07 GMT+01:00 Konstantin Kolinko :
> In my opinion, this is wrong. One should not skip access logging.
> If context==null, it can be logged via CoyoteAdapter.log(...) that
> logs into (ROOT app or Host or Engine).
>
Ok, I'll try to improve it. I see the call at the end of event is un
2014-03-04 22:10 GMT+04:00 :
> Author: remm
> Date: Tue Mar 4 18:10:56 2014
> New Revision: 1574167
>
> URL: http://svn.apache.org/r1574167
> Log:
> Avoid possible NPE.
>
> Modified:
> tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
>
> Modified: tomcat/trunk/java/org/apach
42 matches
Mail list logo