+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
https://issues.apache.org/bugzilla/show_bug.cgi?id=50582
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sun Jan 16 12:55:55 2011
New Revision: 1059548
URL: http://svn.apache.org/viewvc?rev=1059548&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50582
Refactor access logging so chunked encoding is not forced if bytes sent is
logged
Modified:
tomcat/trunk
Author: markt
Date: Sun Jan 16 13:24:49 2011
New Revision: 1059553
URL: http://svn.apache.org/viewvc?rev=1059553&view=rev
Log:
Fix FindBugs warnings
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
tomcat/trunk/test/org/apache/catalina/tribes/test/interceptors/TestOrderInte
Author: markt
Date: Sun Jan 16 13:54:28 2011
New Revision: 1059560
URL: http://svn.apache.org/viewvc?rev=1059560&view=rev
Log:
Fix FindBugs warnings
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/transport/PooledSender.java
tomcat/trunk/java/org/apache/catalina/tribes/transport/bi
Author: markt
Date: Sun Jan 16 14:09:28 2011
New Revision: 1059563
URL: http://svn.apache.org/viewvc?rev=1059563&view=rev
Log:
Fix FindBugs warnings
Remove unused i18n strings
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/transport/LocalStrings.properties
tomcat/trunk/java/org/a
Author: markt
Date: Sun Jan 16 15:29:38 2011
New Revision: 1059583
URL: http://svn.apache.org/viewvc?rev=1059583&view=rev
Log:
Rename variables to start with lower case letter to make code easier to read
Modified:
tomcat/trunk/java/org/apache/naming/factory/SendMailFactory.java
Modified: tom
Author: markt
Date: Sun Jan 16 15:41:15 2011
New Revision: 1059587
URL: http://svn.apache.org/viewvc?rev=1059587&view=rev
Log:
Avoid NPEs
Remove FindBugs warning
Modified:
tomcat/trunk/java/org/apache/naming/factory/SendMailFactory.java
tomcat/trunk/res/findbugs/filter-false-positives.xml
Author: markt
Date: Sun Jan 16 15:49:50 2011
New Revision: 1059588
URL: http://svn.apache.org/viewvc?rev=1059588&view=rev
Log:
Avoid deprecation warning without disabling warnings for the whole class
Modified:
tomcat/trunk/java/org/apache/catalina/session/StandardSession.java
Modified: tomca
Author: markt
Date: Sun Jan 16 16:16:21 2011
New Revision: 1059598
URL: http://svn.apache.org/viewvc?rev=1059598&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java
Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSessi
Author: markt
Date: Sun Jan 16 16:17:00 2011
New Revision: 1059600
URL: http://svn.apache.org/viewvc?rev=1059600&view=rev
Log:
Add a new filter for fixes that require an API breaking change that need to
wait until post 7.0.x
Added:
tomcat/trunk/res/findbugs/filter-post-7.0.x-fixes.xml (wit
Author: markt
Date: Sun Jan 16 16:50:25 2011
New Revision: 1059614
URL: http://svn.apache.org/viewvc?rev=1059614&view=rev
Log:
Fix FindBugs warnings
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/MultipartDef.java
tomcat/trunk/java/org/apache/jasper/servlet/JspServlet.java
tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=50597
Summary: Class.newInstance is used for Dynamic instance filters
causing InstantiationException
Product: Tomcat 7
Version: 7.0.6
Platform: All
OS/Version: All
https://issues.apache.org/bugzilla/show_bug.cgi?id=50597
--- Comment #1 from Ismael Juma 2011-01-16 12:27:26 EST ---
The simple patch that fixes it for me is:
[ijuma@localhost]~/src/tomcat% svn diff
Index: java/org/apache/catalina/core/ApplicationFilterConfig.java
==
https://issues.apache.org/bugzilla/show_bug.cgi?id=50598
Summary: Sample build.xml uses wrong manager.url
Product: Tomcat 7
Version: unspecified
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: Doc
https://issues.apache.org/bugzilla/show_bug.cgi?id=50599
Summary: Documentation gives impression that "manager" role
enables using ant deploy
Product: Tomcat 7
Version: unspecified
Platform: PC
Status: NEW
Severit
As an alternative - can we implement this such that it uses this in
Java6 and falls back to the old bad code in 1.5 and before?
On Tue, Jan 11, 2011 at 1:43 AM, Henri Yandell wrote:
> +1, Java 1.5 is EOL as you say.
>
> While Oracle are in the business of supporting the old versions when
> it get
Author: markt
Date: Sun Jan 16 20:33:40 2011
New Revision: 1059655
URL: http://svn.apache.org/viewvc?rev=1059655&view=rev
Log:
Fix FindBugs warnings
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Catalina.java
tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties
Author: markt
Date: Sun Jan 16 20:51:32 2011
New Revision: 1059660
URL: http://svn.apache.org/viewvc?rev=1059660&view=rev
Log:
Fix FindBugs warnings
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ClassLoaderFactory.java
tomcat/trunk/res/findbugs/filter-post-7.0.x-fixes.xml
Modif
Author: markt
Date: Sun Jan 16 21:06:31 2011
New Revision: 1059671
URL: http://svn.apache.org/viewvc?rev=1059671&view=rev
Log:
Fix FindBugs warnings
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomc
Author: markt
Date: Sun Jan 16 21:30:42 2011
New Revision: 1059683
URL: http://svn.apache.org/viewvc?rev=1059683&view=rev
Log:
New classes need to be in bootstrap.jar
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?r
https://issues.apache.org/bugzilla/show_bug.cgi?id=20405
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
It's not really bad code in 1.5 - 1.6 added the ability to dynamically support
Locales with the consequence of needing to scan the classpath for services when
the locale is not provided by the VM. It works fine when there's only a single
Locale involved but falls short when you're trying to best
https://issues.apache.org/bugzilla/show_bug.cgi?id=21220
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
*nod*.
Why don't we go ahead and release and leave this for a bugfix/minor
release afterwards?
If we choose to move to JDK 1.6; there will be a 1.5 available for use
that can be branched for serious bugfixes. If we choose to implement
both, we can but it won't hold up any release. It also gives u
31 matches
Mail list logo