Author: markt
Date: Thu Jun 2 07:57:36 2011
New Revision: 1130429
URL: http://svn.apache.org/viewvc?rev=1130429&view=rev
Log:
Remove a mark we no longer use
Modified:
tomcat/site/trunk/docs/legal.html
tomcat/site/trunk/xdocs/legal.xml
Modified: tomcat/site/trunk/docs/legal.html
URL:
ht
Author: markt
Date: Thu Jun 2 08:00:13 2011
New Revision: 1130430
URL: http://svn.apache.org/viewvc?rev=1130430&view=rev
Log:
"... for Tomcat" is no longer permitted as a product name (as per guidelines
from trademarks@)
Modified:
tomcat/site/trunk/docs/legal.html
tomcat/site/trunk/xdoc
https://issues.apache.org/bugzilla/show_bug.cgi?id=51314
Bug #: 51314
Summary: JavaScript interpreted as Java when included in JSP
Product: Tomcat 6
Version: 6.0.32
Platform: All
OS/Version: Linux
Status: NEW
Sev
https://issues.apache.org/bugzilla/show_bug.cgi?id=51314
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Jun 2 11:12:04 2011
New Revision: 1130497
URL: http://svn.apache.org/viewvc?rev=1130497&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51276
Provide an abstraction for accessing content in JARs so the most efficient
method can be selected depending o
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294
--- Comment #3 from Mark Thomas 2011-06-02 11:22:40 UTC ---
The unpackWAR option of the context is so rarely used I had actually forgotten
it even existed.
http://tomcat.markmail.org/thread/rk6fw5ooohgiqklu explains why it was
introduced.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51283
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Jun 2 13:10:01 2011
New Revision: 1130533
URL: http://svn.apache.org/viewvc?rev=1130533&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51294
Clarify docs for unpackWAR attribute of StandardContext
Modified:
tomcat/trunk/webapps/docs/changelog.xml
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Thu Jun 2 13:26:16 2011
New Revision: 1130539
URL: http://svn.apache.org/viewvc?rev=1130539&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51310
When stopping the Server object on shutdown call destroy() after calling stop().
Modified:
tomcat/trunk/j
https://issues.apache.org/bugzilla/show_bug.cgi?id=51310
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
All,
Another month has rolled by so I am starting to look at a 7.0.15
release. The main things in this release will be the new NIO AJP
connector along with the usual assortment of bug fixes.
I want to finish the fix for BZ 51278 for 7.0.15 so with that work and
running the TCKs before the tag, ex
Author: markt
Date: Thu Jun 2 13:38:30 2011
New Revision: 1130542
URL: http://svn.apache.org/viewvc?rev=1130542&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/
Author: fhanik
Date: Thu Jun 2 15:26:21 2011
New Revision: 1130605
URL: http://svn.apache.org/viewvc?rev=1130605&view=rev
Log:
Correctly cast to the right PooledConnection
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java
tomcat/trunk/mo
Hi
I'm Mohsen Vakilian, a PhD student working with Prof. Ralph Johnson at the
University of Illinois at Urbana-Champaign (UIUC). Ralph is a co-author of
the seminal book on design patterns (GoF) and his research group has a history
of important contributions to IDE's.
Our team [1] is studying
https://issues.apache.org/bugzilla/show_bug.cgi?id=51278
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Jun 2 15:54:26 2011
New Revision: 1130618
URL: http://svn.apache.org/viewvc?rev=1130618&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51278
Allow ServletContainerInitializers to override settings in the global default
web.xml and the host web.xml.
Author: markt
Date: Thu Jun 2 16:11:16 2011
New Revision: 1130625
URL: http://svn.apache.org/viewvc?rev=1130625&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51249
Correct system property replacement code so properties of the form ${...}${...}
can be used without error.
M
Author: markt
Date: Thu Jun 2 16:13:40 2011
New Revision: 1130627
URL: http://svn.apache.org/viewvc?rev=1130627&view=rev
Log:
Proposal
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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=51249
--- Comment #2 from Mark Thomas 2011-06-02 16:13:36 UTC ---
Fixed in 7.0.x and will be included in 7.0.15 onwards.
Proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiv
Author: fhanik
Date: Thu Jun 2 16:30:52 2011
New Revision: 1130636
URL: http://svn.apache.org/viewvc?rev=1130636&view=rev
Log:
More detailed information when waiting for a connection has timed out
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionP
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294
--- Comment #5 from Andrey M 2011-06-02 17:11:35 UTC ---
Strange choice method of what must be fixed...
Here
[http://webcache.googleusercontent.com/search?q=cache:PnXpxLit9OwJ:osdir.com/ml/users-tomcat.apache.org/2011-04/msg00351.html&cd=4&
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306
--- Comment #1 from Mark Thomas 2011-06-02 17:37:37 UTC ---
http://svn.apache.org/viewvc?view=revision&revision=818062 explains why this
code is here.
It looks like a race condition to me at the moment but more research is
required.
Just
Author: markt
Date: Thu Jun 2 20:09:27 2011
New Revision: 1130774
URL: http://svn.apache.org/viewvc?rev=1130774&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51309
Correct logic in catalina.sh stop when using a PID file to ensure the correct
message is shown.
Patch provide
Author: markt
Date: Thu Jun 2 20:10:59 2011
New Revision: 1130778
URL: http://svn.apache.org/viewvc?rev=1130778&view=rev
Log:
Proposal
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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=51309
--- Comment #1 from Mark Thomas 2011-06-02 20:11:43 UTC ---
Thanks for the patch.
For future reference patches work best as attachments the lines are likely to
get wrapped if you paste them in the comments box.
The patch has been applied
Author: markt
Date: Thu Jun 2 21:18:07 2011
New Revision: 1130817
URL: http://svn.apache.org/viewvc?rev=1130817&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51278
Changes required to original fix identified by TCK tests
Need to merge defaults before JSP->Servlet conversion
https://issues.apache.org/bugzilla/show_bug.cgi?id=51278
--- Comment #7 from Chris Beams 2011-06-03 04:20:44 UTC ---
That's great news, Mark! We'll be sure to test it out when 7.0.15 drops - and
this is perfect timing for the forthcoming Spring 3.1 M2.
--
Configure bugmail: https://issues.apac
29 matches
Mail list logo