[Bug 53507] New: javax.servlet.ServletException: java.lang.Error: Unresolved compilation problem

2012-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53507 Priority: P2 Bug ID: 53507 Assignee: dev@tomcat.apache.org Summary: javax.servlet.ServletException: java.lang.Error: Unresolved compilation problem Severity: normal

Re: [VOTE] Release Apache Tomcat 7.0.29

2012-07-04 Thread Mladen Turk
On 07/03/2012 01:30 PM, Mark Thomas wrote: The proposed 7.0.29 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 7.0.29 Stable - Tested on Linux and Windows - Signatures OK Regards -- ^TM - To

Re: [VOTE] Release Apache Tomcat 7.0.29

2012-07-04 Thread Olivier Lamy
+1 tested maven artifacts with the maven plugin and on various projects. 2012/7/3 Mark Thomas : > The proposed Apache Tomcat 7.0.29 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.29/ > The Maven staging repo is: > ht

[Bug 53504] jstl.jar not scanned for TLDs

2012-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53504 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53507] javax.servlet.ServletException: java.lang.Error: Unresolved compilation problem

2012-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53507 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1357394 - /tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 20:35:34 2012 New Revision: 1357394 URL: http://svn.apache.org/viewvc?rev=1357394&view=rev Log: Tweak the async state diagram: - add method names - re-arrange some of the lines for clarity - document the new state Modified: tomcat/trunk/java/org/apache/coyote/As

svn commit: r1357395 - /tomcat/trunk/webapps/docs/monitoring.xml

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 20:36:37 2012 New Revision: 1357395 URL: http://svn.apache.org/viewvc?rev=1357395&view=rev Log: Whitespace police Modified: tomcat/trunk/webapps/docs/monitoring.xml Modified: tomcat/trunk/webapps/docs/monitoring.xml URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1357396 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 20:37:24 2012 New Revision: 1357396 URL: http://svn.apache.org/viewvc?rev=1357396&view=rev Log: Remove unused imports. Fix import order. Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified: tomcat/trunk/test/org/apache/

svn commit: r1357397 - in /tomcat/trunk/res: checkstyle/org-import-control.xml maven/tomcat-coyote.pom

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 20:42:11 2012 New Revision: 1357397 URL: http://svn.apache.org/viewvc?rev=1357397&view=rev Log: o.a.coyote now depends on javax.servlet Modified: tomcat/trunk/res/checkstyle/org-import-control.xml tomcat/trunk/res/maven/tomcat-coyote.pom Modified: tomcat/tr

svn commit: r1357398 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/valves/ErrorReportValve.java webapps/docs/changelog.xml

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 20:47:31 2012 New Revision: 1357398 URL: http://svn.apache.org/viewvc?rev=1357398&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53071 Use the message from the Throwable for the error report if none was specified via sendError() Modified:

[Bug 53071] ErrorReportValve ignores message from throwable

2012-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53071 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1357401 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 20:53:06 2012 New Revision: 1357401 URL: http://svn.apache.org/viewvc?rev=1357401&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53505 Update JSTL version info Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Modified

svn commit: r1357403 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/jndi-datasource-examples-howto.xml

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 20:55:05 2012 New Revision: 1357403 URL: http://svn.apache.org/viewvc?rev=1357403&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53505 Update JSTL version info Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webap

[Bug 53505] Documentation specifies to use old JSTL version

2012-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53505 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Tomcat Wiki] Update of "FAQ" by ChristopherSchultz

2012-07-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ" page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/FAQ?action=diff&rev1=56&rev2=57 * [[/Memory|Memory]] - Common memory related questions.

svn commit: r1357407 - in /tomcat/trunk/java/org/apache/catalina: core/ApplicationContext.java ha/context/ReplicatedContext.java

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 21:03:46 2012 New Revision: 1357407 URL: http://svn.apache.org/viewvc?rev=1357407&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53498 Fix atomicity bugs in use of concurrent collections. Based on a patch by Yu Lin. Modified: tomcat/trunk/j

svn commit: r1357410 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java java/org/apache/catalina/ha/context/ReplicatedContext.java webapps/docs/changelog.xml

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 21:10:48 2012 New Revision: 1357410 URL: http://svn.apache.org/viewvc?rev=1357410&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53498 Fix atomicity bugs in use of concurrent collections. Based on a patch by Yu Lin. Modified: tomcat/tc7.0.x

[Bug 53498] Atomicity violation bugs because of misusing concurrent collections

2012-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53498 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Tomcat Wiki] Update of "FAQ/Monitoring" by ChristopherSchultz

2012-07-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Monitoring" page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/FAQ/Monitoring New page: Monitoring of a running Tomcat instance can be done in several w

svn commit: r1357412 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/loader/ java/org/apache/catalina/mbeans/

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 21:20:46 2012 New Revision: 1357412 URL: http://svn.apache.org/viewvc?rev=1357412&view=rev Log: Move Resources and Loader from Container to Context Modified: tomcat/trunk/java/org/apache/catalina/Container.java tomcat/trunk/java/org/apache/catalina/Context.j

svn commit: r1357413 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/mbeans/ test/org/apache/catalina/startup/

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 21:22:03 2012 New Revision: 1357413 URL: http://svn.apache.org/viewvc?rev=1357413&view=rev Log: Move Manager from Container to Context Modified: tomcat/trunk/java/org/apache/catalina/Container.java tomcat/trunk/java/org/apache/catalina/Context.java tomca

svn commit: r1357414 - in /tomcat/trunk/java/org/apache/catalina: Manager.java ha/session/ClusterManagerBase.java ha/session/DeltaManager.java session/LocalStrings.properties session/ManagerBase.java

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 21:23:00 2012 New Revision: 1357414 URL: http://svn.apache.org/viewvc?rev=1357414&view=rev Log: Refactor Manager to retain reference to Context rather than Container Modified: tomcat/trunk/java/org/apache/catalina/Manager.java tomcat/trunk/java/org/apache/ca

svn commit: r1357415 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/ha/tcp/ java/org/apache/catalina/session/ test/org/apache/catalina

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 21:24:28 2012 New Revision: 1357415 URL: http://svn.apache.org/viewvc?rev=1357415&view=rev Log: Switch from deprecated Manager.getContainer() to Manager.getContext() Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/java/

[Tomcat Wiki] Update of "FAQ/Monitoring" by ChristopherSchultz

2012-07-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Monitoring" page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/FAQ/Monitoring?action=diff&rev1=1&rev2=2 + = Monitoring Tomcat = + Monitoring of a run

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

2012-07-04 Thread markt
Author: markt Date: Wed Jul 4 21:26:27 2012 New Revision: 1357416 URL: http://svn.apache.org/viewvc?rev=1357416&view=rev Log: Add recent refactoring to changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

[Tomcat Wiki] Update of "FAQ/Monitoring" by ChristopherSchultz

2012-07-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Monitoring" page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/FAQ/Monitoring?action=diff&rev1=2&rev2=3 = Monitoring Tomcat = - Monitoring of a run