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
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
+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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53504
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53507
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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/
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
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:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53071
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53505
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53498
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
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/
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
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
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
26 matches
Mail list logo