https://issues.apache.org/bugzilla/show_bug.cgi?id=51278
Fernando Ribeiro changed:
What|Removed |Added
CC||fernando.ribe...@upic.com.b
https://issues.apache.org/bugzilla/show_bug.cgi?id=51278
--- Comment #8 from Fernando Ribeiro ---
Just had the same issue in 7.0.30, as reported at
https://issues.apache.org/bugzilla/show_bug.cgi?id=53863
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53863
--- Comment #1 from Fernando Ribeiro ---
Created attachment 29366
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29366&action=edit
testcase
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53863
Priority: P2
Bug ID: 53863
Assignee: dev@tomcat.apache.org
Summary: Unable to override default servlet other than in main
web.xml
Severity: critical
Classification:
2012/9/12 :
> Author: markt
> Date: Wed Sep 12 19:46:28 2012
> New Revision: 1384102
>
> URL: http://svn.apache.org/viewvc?rev=1384102&view=rev
> Log:
> Implement some TODOs:
> - Add debug logging for error conditions that are otherwise swallowed
> - Implement created time for files
>
> Added:
>
Author: markt
Date: Wed Sep 12 20:51:55 2012
New Revision: 1384119
URL: http://svn.apache.org/viewvc?rev=1384119&view=rev
Log:
Implement some TODOs:
- getEtag()
- getLastModifiedHttp()
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/catalina/util/ConcurrentDateFormat.java
tom
Author: markt
Date: Wed Sep 12 20:04:01 2012
New Revision: 1384104
URL: http://svn.apache.org/viewvc?rev=1384104&view=rev
Log:
Implement a TODO:
- getContent()
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/FileResource.java
tomcat/sandbox/trunk-resource
Author: markt
Date: Wed Sep 12 19:46:28 2012
New Revision: 1384102
URL: http://svn.apache.org/viewvc?rev=1384102&view=rev
Log:
Implement some TODOs:
- Add debug logging for error conditions that are otherwise swallowed
- Implement created time for files
Added:
tomcat/sandbox/trunk-resource
Author: markt
Date: Wed Sep 12 19:16:19 2012
New Revision: 1384093
URL: http://svn.apache.org/viewvc?rev=1384093&view=rev
Log:
Implement some TODOs:
- getter/setter for mime type
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/FileResource.java
tomcat/san
Author: markt
Date: Wed Sep 12 19:14:07 2012
New Revision: 1384090
URL: http://svn.apache.org/viewvc?rev=1384090&view=rev
Log:
Pull up the existing common code
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/FileResource.java
tomcat/sandbox/trunk-resources
Author: markt
Date: Wed Sep 12 19:09:12 2012
New Revision: 1384087
URL: http://svn.apache.org/viewvc?rev=1384087&view=rev
Log:
Add a (currently empty) abstract base class to hold the common implementation.
Added:
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/ResourceBa
Author: markt
Date: Wed Sep 12 19:08:35 2012
New Revision: 1384086
URL: http://svn.apache.org/viewvc?rev=1384086&view=rev
Log:
Complete the TODOs
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/DirResourceSet.java
Modified:
tomcat/sandbox/trunk-resources/java
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/tomcat/util/http/Parameters.java
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/trunk-resources/java/org/apache/tomcat/util/http/Parameters.java?rev=1384085&r1=1384084&r2=1384085&view=diff
=
Author: markt
Date: Wed Sep 12 18:26:44 2012
New Revision: 1384075
URL: http://svn.apache.org/viewvc?rev=1384075&view=rev
Log:
Clean-up: UCDetector - use of final
Modified:
tomcat/trunk/java/org/apache/jasper/servlet/JasperLoader.java
tomcat/trunk/java/org/apache/jasper/servlet/JspCServle
Author: markt
Date: Wed Sep 12 18:24:09 2012
New Revision: 1384074
URL: http://svn.apache.org/viewvc?rev=1384074&view=rev
Log:
Code clean-up:
- Java 7 <>
- UCdetector - use of final
Modified:
tomcat/trunk/java/org/apache/jasper/runtime/JspApplicationContextImpl.java
tomcat/trunk/java/or
Author: markt
Date: Wed Sep 12 18:14:29 2012
New Revision: 1384071
URL: http://svn.apache.org/viewvc?rev=1384071&view=rev
Log:
Clean-up: UCDetector - use of final
Modified:
tomcat/trunk/java/org/apache/jasper/security/SecurityUtil.java
Modified: tomcat/trunk/java/org/apache/jasper/security/S
Author: markt
Date: Wed Sep 12 18:08:13 2012
New Revision: 1384069
URL: http://svn.apache.org/viewvc?rev=1384069&view=rev
Log:
Fix FindBugs warning - Tomcat doesn't need to Searilize this class
Modified:
tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java
Modified:
Author: markt
Date: Wed Sep 12 18:05:48 2012
New Revision: 1384068
URL: http://svn.apache.org/viewvc?rev=1384068&view=rev
Log:
Remove unused toString() method along with utility method it accessed that was
using a deprecated API.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/bcel/classf
Author: markt
Date: Wed Sep 12 17:53:06 2012
New Revision: 1384055
URL: http://svn.apache.org/viewvc?rev=1384055&view=rev
Log:
Follow the trail of unused code identified by Eclipse and remove it.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/Code.java
tomcat/trunk/java
Author: markt
Date: Wed Sep 12 17:11:04 2012
New Revision: 1384040
URL: http://svn.apache.org/viewvc?rev=1384040&view=rev
Log:
Findbugs fixes to o.a.catalina
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/java/org/apache/catalina/tribes/tipis/Abstr
https://issues.apache.org/bugzilla/show_bug.cgi?id=53861
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53861
Priority: P2
Bug ID: 53861
Assignee: dev@tomcat.apache.org
Summary: CATALINA_OPTS not pulled in for shutdown
Severity: normal
Classification: Unclassified
OS: All
Author: markt
Date: Wed Sep 12 14:10:41 2012
New Revision: 1383951
URL: http://svn.apache.org/viewvc?rev=1383951&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java
tomcat/trunk/java/org/apache/tomcat/u
Author: markt
Date: Wed Sep 12 14:00:42 2012
New Revision: 1383945
URL: http://svn.apache.org/viewvc?rev=1383945&view=rev
Log:
Partial revert of r1383935. Some of this code is required. A closer review is
required.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java
Author: markt
Date: Wed Sep 12 13:41:33 2012
New Revision: 1383935
URL: http://svn.apache.org/viewvc?rev=1383935&view=rev
Log:
Clean-up: Remove unused code
Modified:
tomcat/trunk/java/org/apache/coyote/spdy/SpdyProcessor.java
tomcat/trunk/java/org/apache/tomcat/jni/socket/AprSocketContext
Author: markt
Date: Wed Sep 12 13:21:13 2012
New Revision: 1383926
URL: http://svn.apache.org/viewvc?rev=1383926&view=rev
Log:
Clean-up - autoboxing
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/socket/AprSocketContext.java
tomcat/trunk/java/org/apache/tomcat/spdy/SpdyConnection.java
+1
Tested this morning, works for my use cases.
Am 9/12/12 7:07 AM schrieb "Olivier Lamy" unter :
> +1
>
> 2012/9/10 Olivier Lamy :
>> Hi,
>> I'd like to release Apache Tomcat Maven Plugin 2.0.
>> We fixed 41 issues (see details http://s.apache.org/TOMCAT-MVN-2.0 ).
>> Staging Maven repository
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-taglibs-standard has an issue affecting its community
integration.
28 matches
Mail list logo