Author: markt
Date: Mon Aug 15 10:29:08 2011
New Revision: 1157763
URL: http://svn.apache.org/viewvc?rev=1157763&view=rev
Log:
Fix typo
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/tomca
Author: markt
Date: Mon Aug 15 10:41:54 2011
New Revision: 1157766
URL: http://svn.apache.org/viewvc?rev=1157766&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49929
No definitive information that this is the fix but back-porting Mladen's fix
from 7.0.x should fix it.
Modif
https://issues.apache.org/bugzilla/show_bug.cgi?id=49929
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
Author: markt
Date: Mon Aug 15 10:46:09 2011
New Revision: 1157768
URL: http://svn.apache.org/viewvc?rev=1157768&view=rev
Log:
Unregisters MBean of DataSource when web application stops. (kfujino)
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=51580
Mark Thomas changed:
What|Removed |Added
Severity|major |enhancement
--- Comment #9 from Mark
Author: markt
Date: Mon Aug 15 12:29:58 2011
New Revision: 1157810
URL: http://svn.apache.org/viewvc?rev=1157810&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51653
Move custom error handling from Host to Context.
Added:
tomcat/trunk/test/org/apache/catalina/core/TestSt
/**
* Server socket acceptor thread.
*/
protected class Acceptor implements Runnable {
/**
* The background thread that listens for incoming TCP/IP connections
and
* hands them off to an appropriate processor.
*/
public void run() {
Author: markt
Date: Mon Aug 15 13:03:34 2011
New Revision: 1157832
URL: http://svn.apache.org/viewvc?rev=1157832&view=rev
Log:
Attempt to fix timing issues on Linux unit tests
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestStandardContextValve.java
Modified:
tomcat/trunk/test/org/
Author: markt
Date: Mon Aug 15 13:14:12 2011
New Revision: 1157834
URL: http://svn.apache.org/viewvc?rev=1157834&view=rev
Log:
Better fix for timing issues on Linux with unit tests
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestStandardContextValve.java
Modified:
tomcat/trunk/test
Author: markt
Date: Mon Aug 15 13:52:18 2011
New Revision: 1157847
URL: http://svn.apache.org/viewvc?rev=1157847&view=rev
Log:
Also seeing similar failures with NIO & APR
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestStandardContextValve.java
Modified:
tomcat/trunk/test/org/apach
Author: jfclere
Date: Mon Aug 15 14:05:12 2011
New Revision: 1157852
URL: http://svn.apache.org/viewvc?rev=1157852&view=rev
Log:
Remove my proposal... It needs more work.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/to
Author: jfclere
Date: Mon Aug 15 14:11:04 2011
New Revision: 1157853
URL: http://svn.apache.org/viewvc?rev=1157853&view=rev
Log:
Ready for release.
Modified:
tomcat/tc6.0.x/trunk/build.properties.default
Modified: tomcat/tc6.0.x/trunk/build.properties.default
URL:
http://svn.apache.org/view
Author: jfclere
Date: Mon Aug 15 14:12:40 2011
New Revision: 1157855
URL: http://svn.apache.org/viewvc?rev=1157855&view=rev
Log:
Release 6.0.33
Added:
tomcat/tc6.0.x/tags/TOMCAT_6_0_33/ (props changed)
- copied from r1157854, tomcat/tc6.0.x/trunk/
Propchange: tomcat/tc6.0.x/tags/TOMC
Author: markt
Date: Mon Aug 15 14:25:05 2011
New Revision: 1157860
URL: http://svn.apache.org/viewvc?rev=1157860&view=rev
Log:
Remove unused method
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.j
On 8/15/2011 6:34 AM, Ҷï wrote:
/**
* Server socket acceptor thread.
*/
protected class Acceptor implements Runnable {
/**
* The background thread that listens for incoming TCP/IP connections
and
* hands them off to an appropriate processor.
Author: jfclere
Date: Mon Aug 15 15:00:08 2011
New Revision: 1157869
URL: http://svn.apache.org/viewvc?rev=1157869&view=rev
Log:
Oops a bit too early.
Removed:
tomcat/tc6.0.x/tags/TOMCAT_6_0_33/
-
To unsubscribe, e-mail: de
Author: markt
Date: Mon Aug 15 15:03:57 2011
New Revision: 1157872
URL: http://svn.apache.org/viewvc?rev=1157872&view=rev
Log:
Not planning any Comet API removals
Modified:
tomcat/tc7.0.x/trunk/RELEASE-NOTES
Modified: tomcat/tc7.0.x/trunk/RELEASE-NOTES
URL:
http://svn.apache.org/viewvc/tomc
Author: fhanik
Date: Mon Aug 15 15:06:35 2011
New Revision: 1157874
URL: http://svn.apache.org/viewvc?rev=1157874&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51583
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java
Author: fhanik
Date: Mon Aug 15 15:19:33 2011
New Revision: 1157884
URL: http://svn.apache.org/viewvc?rev=1157884&view=rev
Log:
update doco for bug fix
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51583
Filip Hanik changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Mon Aug 15 16:36:27 2011
New Revision: 1157904
URL: http://svn.apache.org/viewvc?rev=1157904&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51653
Move application level error page handling from the Host to the Context. This
ensures that application error
Author: markt
Date: Mon Aug 15 16:53:42 2011
New Revision: 1157908
URL: http://svn.apache.org/viewvc?rev=1157908&view=rev
Log:
Fix benchmark tests
Modified:
tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java
Modified: tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java
U
Author: markt
Date: Mon Aug 15 16:54:51 2011
New Revision: 1157909
URL: http://svn.apache.org/viewvc?rev=1157909&view=rev
Log:
Fix benchmark tests
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/session/Benchmarks.java
Propchange: tomcat/tc
https://issues.apache.org/bugzilla/show_bug.cgi?id=51653
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51653
--- Comment #2 from wheleph 2011-08-15 17:35:46 UTC ---
Thanks for the prompt fix! I think it's also worth including in Tomcat 6 which
is widely used now because this seems to be inaccuracy in implementation of
Servlet specification. How do
https://issues.apache.org/bugzilla/show_bug.cgi?id=50353
--- Comment #5 from David 2011-08-15 18:32:35 UTC ---
It now throws IllegalStateException which is an unchecked exception.
I don't think i'm splitting hairs here, that I strongly believe it should be
throwing a checked exception.
Maybe th
https://issues.apache.org/bugzilla/show_bug.cgi?id=50353
--- Comment #6 from Mark Thomas 2011-08-15 18:37:30 UTC ---
NPE is also unchecked so the end result is the same and now there is a clearer
explanation of what went wrong.
Any API changes will require a change to the Servlet specification.
Author: markt
Date: Mon Aug 15 18:38:16 2011
New Revision: 1157939
URL: http://svn.apache.org/viewvc?rev=1157939&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51654
Log an error message if an appBase is specified that is not a directory and
disable automatic deployment to p
Author: markt
Date: Mon Aug 15 18:50:25 2011
New Revision: 1157943
URL: http://svn.apache.org/viewvc?rev=1157943&view=rev
Log:
Clean-up I do not intend to back-port (non-critical and changes the Host API)
Modified:
tomcat/trunk/java/org/apache/catalina/Host.java
tomcat/trunk/java/org/apac
https://issues.apache.org/bugzilla/show_bug.cgi?id=50353
--- Comment #7 from David 2011-08-15 18:51:00 UTC ---
Agreed - null is not specified (by the API) though it did provide a route in
setting a local var and then testing for null (assuming the reference passed
had volatile handling).
Though
https://issues.apache.org/bugzilla/show_bug.cgi?id=50353
--- Comment #8 from Mark Thomas 2011-08-15 18:53:33 UTC ---
http://java.net/projects/servlet-spec/lists and post to the users list.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving
Author: markt
Date: Mon Aug 15 18:56:59 2011
New Revision: 1157947
URL: http://svn.apache.org/viewvc?rev=1157947&view=rev
Log:
Correct location
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/view
Author: markt
Date: Mon Aug 15 18:59:03 2011
New Revision: 1157949
URL: http://svn.apache.org/viewvc?rev=1157949&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51654
Log an error message if an appBase is specified that is not a directory and
disable automatic deployment to p
https://issues.apache.org/bugzilla/show_bug.cgi?id=51654
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51656
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
35 matches
Mail list logo