+---+
| 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://bz.apache.org/bugzilla/show_bug.cgi?id=61362
Bug ID: 61362
Summary: avcdf
Product: Tomcat 7
Version: 7.0.0
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
https://bz.apache.org/bugzilla/show_bug.cgi?id=61362
Felix Schumacher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
All,
It looks like there is another regression in the Default Servlet.
While I think I have a patch for this, I'm currently leaning towards
doing the following:
- Announcing the 8.5.19 and 9.0.0.M25 releases with a warning about the
regression.
- Reverting the encoding changes in 8.5.x and ea
Author: markt
Date: Sun Jul 30 18:18:36 2017
New Revision: 1803444
URL: http://svn.apache.org/viewvc?rev=1803444&view=rev
Log:
Fix another BZ 49464 regression.
Modified:
tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java
tomcat/trunk/test/org/apache/catalina/servlets/TestD
Author: markt
Date: Sun Jul 30 18:26:15 2017
New Revision: 1803446
URL: http://svn.apache.org/viewvc?rev=1803446&view=rev
Log:
Refactor to simplify code and to remove a FindBugs warning
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebAnnotationSet.java
Modified: tomcat/trunk/java/
Author: markt
Date: Sun Jul 30 18:27:18 2017
New Revision: 1803447
URL: http://svn.apache.org/viewvc?rev=1803447&view=rev
Log:
Refactor to simplify code and to remove a FindBugs warning
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup
Author: markt
Date: Sun Jul 30 18:28:02 2017
New Revision: 1803448
URL: http://svn.apache.org/viewvc?rev=1803448&view=rev
Log:
Refactor to simplify code and to remove a FindBugs warning
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup
Author: markt
Date: Sun Jul 30 18:28:46 2017
New Revision: 1803449
URL: http://svn.apache.org/viewvc?rev=1803449&view=rev
Log:
Refactor to simplify code and to remove a FindBugs warning
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup
Author: markt
Date: Sun Jul 30 18:48:40 2017
New Revision: 1803451
URL: http://svn.apache.org/viewvc?rev=1803451&view=rev
Log:
Fix some scary but low confidence Findbug warnings (and other warnings in those
files)
Modified:
tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc
Author: markt
Date: Sun Jul 30 18:49:17 2017
New Revision: 1803452
URL: http://svn.apache.org/viewvc?rev=1803452&view=rev
Log:
Fix some scary but low confidence Findbug warnings (and other warnings in those
files)
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/mo
Author: markt
Date: Sun Jul 30 18:49:42 2017
New Revision: 1803453
URL: http://svn.apache.org/viewvc?rev=1803453&view=rev
Log:
Fix some scary but low confidence Findbug warnings (and other warnings in those
files)
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/mo
Author: markt
Date: Sun Jul 30 18:54:57 2017
New Revision: 1803455
URL: http://svn.apache.org/viewvc?rev=1803455&view=rev
Log:
Fix some scary but low confidence Findbug warnings (and other warnings in those
files)
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/mo
Author: markt
Date: Sun Jul 30 19:18:27 2017
New Revision: 1803456
URL: http://svn.apache.org/viewvc?rev=1803456&view=rev
Log:
Mark a scary but low confidence FindBugs issue as a false positive
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
tomcat/trunk/res/f
Author: markt
Date: Sun Jul 30 19:18:53 2017
New Revision: 1803457
URL: http://svn.apache.org/viewvc?rev=1803457&view=rev
Log:
Mark a scary but low confidence FindBugs issue as a false positive
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/h
Author: markt
Date: Sun Jul 30 19:21:51 2017
New Revision: 1803458
URL: http://svn.apache.org/viewvc?rev=1803458&view=rev
Log:
Mark the use of != with String as a false positive for FindBugs
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/res/findbugs/fi
Author: markt
Date: Sun Jul 30 19:25:03 2017
New Revision: 1803459
URL: http://svn.apache.org/viewvc?rev=1803459&view=rev
Log:
Deprecated unused field
Modified:
tomcat/trunk/java/org/apache/tomcat/util/digester/RulesBase.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/RulesB
Author: markt
Date: Sun Jul 30 19:25:21 2017
New Revision: 1803460
URL: http://svn.apache.org/viewvc?rev=1803460&view=rev
Log:
Deprecated unused field
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/digester/RulesBase.java
Propchange: to
Author: markt
Date: Sun Jul 30 19:25:53 2017
New Revision: 1803461
URL: http://svn.apache.org/viewvc?rev=1803461&view=rev
Log:
Remove unused code identified by FindBugs
Modified:
tomcat/trunk/java/org/apache/tomcat/util/digester/RulesBase.java
Modified: tomcat/trunk/java/org/apache/tomcat/ut
https://bz.apache.org/bugzilla/show_bug.cgi?id=61360
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
26 matches
Mail list logo