https://issues.apache.org/bugzilla/show_bug.cgi?id=53495
Priority: P2
Bug ID: 53495
Assignee: dev@tomcat.apache.org
Summary: module-name provided with web.xml is not processed
Severity: normal
Classification: Unclassified
OS:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53495
Violeta Georgieva changed:
What|Removed |Added
Attachment #29019|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53495
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53495
--- Comment #2 from Mark Thomas ---
I would add that several parts of the specification quoted apply only to
deployment of EAR files, not the deployment of stand-alone modules. Further,
since these are requirements on deployment then it is
Author: markt
Date: Mon Jul 2 09:02:04 2012
New Revision: 1356125
URL: http://svn.apache.org/viewvc?rev=1356125&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/examples/jsp/cal/login.html
Modified: tomcat/trunk/webapps/examples/jsp/cal/login.html
URL:
http://svn.apache.org/viewvc/tom
Author: markt
Date: Mon Jul 2 09:04:22 2012
New Revision: 1356126
URL: http://svn.apache.org/viewvc?rev=1356126&view=rev
Log:
Fix typo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/examples/jsp/cal/login.html
Propchange: tomcat/tc7.0.x/trunk/
---
Author: kfujino
Date: Mon Jul 2 09:22:17 2012
New Revision: 1356135
URL: http://svn.apache.org/viewvc?rev=1356135&view=rev
Log:
vote
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=135
Author: markt
Date: Mon Jul 2 09:41:23 2012
New Revision: 1356151
URL: http://svn.apache.org/viewvc?rev=1356151&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45995
Align Tomcat with Apache httpd and perform MIME type mapping based on file
extension in a case insensitive ma
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/720
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sou
https://issues.apache.org/bugzilla/show_bug.cgi?id=45995
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=44312
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Jul 2 11:16:23 2012
New Revision: 1356184
URL: http://svn.apache.org/viewvc?rev=1356184&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53454
Return correct content-length header for HEAD requests when content length is
greater than 2GB.
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53454
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: markt
Date: Mon Jul 2 11:20:19 2012
New Revision: 1356185
URL: http://svn.apache.org/viewvc?rev=1356185&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53034
Add project.url and project.licenses sections to the POMs for the Maven
artifacts.
Patch by kkolinko
Modifie
https://issues.apache.org/bugzilla/show_bug.cgi?id=53034
--- Comment #8 from Mark Thomas ---
6.0.x also fixed for 6.0.36 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-ma
Author: kkolinko
Date: Mon Jul 2 12:04:11 2012
New Revision: 1356198
URL: http://svn.apache.org/viewvc?rev=1356198&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52850
Extend memory leak prevention and detection code to
work with IBM as well as Oracle JVMs. Based on a patch
https://issues.apache.org/bugzilla/show_bug.cgi?id=52850
--- Comment #13 from Konstantin Kolinko ---
Fixed in 6.0 with r1356198 and will be in 6.0.36
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: kkolinko
Date: Mon Jul 2 13:01:28 2012
New Revision: 1356208
URL: http://svn.apache.org/viewvc?rev=1356208&view=rev
Log:
Improve InternalNioInputBuffer#parseHeaders()
Move the code and s/end/pos/
It is backport of r1350294 from trunk (r1350301 in Tomcat 7).
Modified:
tomcat/tc6.0.x/
Author: kkolinko
Date: Mon Jul 2 13:06:12 2012
New Revision: 1356209
URL: http://svn.apache.org/viewvc?rev=1356209&view=rev
Log:
vote
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=13
Author: kkolinko
Date: Mon Jul 2 14:15:47 2012
New Revision: 1356239
URL: http://svn.apache.org/viewvc?rev=1356239&view=rev
Log:
* Implement maxHeaderCount attribute on Connector.
It is equivalent of LimitRequestFields directive of Apache HTTPD
(backport of r1350295)
* In JkMain.setProperty()
Author: kkolinko
Date: Mon Jul 2 14:24:08 2012
New Revision: 1356246
URL: http://svn.apache.org/viewvc?rev=1356246&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50306
New StuckThreadDetectionValve to detect requests that
take a long time to process, which might indicate tha
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306
--- Comment #13 from Konstantin Kolinko ---
StuckThreadDetectionValve added to Tomcat 6 in r1356246 and will be in 6.0.36.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: kkolinko
Date: Mon Jul 2 15:13:01 2012
New Revision: 1356289
URL: http://svn.apache.org/viewvc?rev=1356289&view=rev
Log:
CTR: fix typo on a page in examples webapp
It is backport of r1356125 from trunk.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/webapp
On 26/06/2012 21:11, Mark Thomas wrote:
> I'm sure circumstances will conspire against me but I am currently
> planning to start the 7.0.29 release process early next week. That
> aligns with my general aim of getting a release out at the start of each
> month and there are some regressions in 7.0.
Author: markt
Date: Mon Jul 2 19:18:16 2012
New Revision: 1356422
URL: http://svn.apache.org/viewvc?rev=1356422&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java
Modified: tomcat/trunk/test/org/apache/catalina/comet/TestCometProce
Author: markt
Date: Mon Jul 2 19:21:41 2012
New Revision: 1356423
URL: http://svn.apache.org/viewvc?rev=1356423&view=rev
Log:
Remove unused code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/comet/TestCometProcessor.java
Propchange: tomc
Author: markt
Date: Mon Jul 2 19:24:09 2012
New Revision: 1356426
URL: http://svn.apache.org/viewvc?rev=1356426&view=rev
Log:
Deprecate test of deprecated code
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/t
Author: markt
Date: Mon Jul 2 19:24:51 2012
New Revision: 1356428
URL: http://svn.apache.org/viewvc?rev=1356428&view=rev
Log:
Add missing deprecation annotation
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/CatalinaFactory.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catali
Author: markt
Date: Mon Jul 2 19:44:13 2012
New Revision: 1356436
URL: http://svn.apache.org/viewvc?rev=1356436&view=rev
Log:
Override annotations
Modified:
tomcat/trunk/java/javax/servlet/http/HttpServlet.java
Modified: tomcat/trunk/java/javax/servlet/http/HttpServlet.java
URL:
http://svn
https://issues.apache.org/bugzilla/show_bug.cgi?id=53498
Priority: P2
Bug ID: 53498
Assignee: dev@tomcat.apache.org
Summary: Atomicity violation bugs because of misusing
concurrent collections
Severity: normal
Classificat
https://issues.apache.org/bugzilla/show_bug.cgi?id=53498
Mark Thomas changed:
What|Removed |Added
Attachment #29021|0 |1
is patch|
Author: markt
Date: Mon Jul 2 21:42:31 2012
New Revision: 1356494
URL: http://svn.apache.org/viewvc?rev=1356494&view=rev
Log:
Tag 7.0.29
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_29/ (props changed)
- copied from r1356493, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_
Author: markt
Date: Mon Jul 2 21:44:08 2012
New Revision: 1356495
URL: http://svn.apache.org/viewvc?rev=1356495&view=rev
Log:
Increment version ready for next tag
Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
Modified: tomc
Author: kkolinko
Date: Mon Jul 2 22:15:50 2012
New Revision: 1356505
URL: http://svn.apache.org/viewvc?rev=1356505&view=rev
Log:
Automatically delete temporary files created by Servlet 3.0 file upload when
request is recycled.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Reques
Author: kkolinko
Date: Mon Jul 2 22:43:32 2012
New Revision: 1356509
URL: http://svn.apache.org/viewvc?rev=1356509&view=rev
Log:
Merged revision 1356505 from tomcat/trunk:
Automatically delete temporary files used by Servlet 3.0 file upload when
request is recycled.
Modified:
tomcat/tc7.0.x
35 matches
Mail list logo