Author: rjung
Date: Sat Dec 13 13:42:25 2014
New Revision: 1645243
URL: http://svn.apache.org/r1645243
Log:
Remove trailing space, fixes checkstyle error.
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apac
https://issues.apache.org/bugzilla/show_bug.cgi?id=57347
Bug ID: 57347
Summary: AJP response contains wrong status reason phrase
Product: Tomcat 8
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity:
Author: rjung
Date: Sat Dec 13 15:44:44 2014
New Revision: 1645247
URL: http://svn.apache.org/r1645247
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57347
AJP response contains wrong status reason phrase.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Modif
Author: rjung
Date: Sat Dec 13 15:50:02 2014
New Revision: 1645248
URL: http://svn.apache.org/r1645248
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57347
AJP response contains wrong status reason phrase.
Backport of r1645247 from trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props
https://issues.apache.org/bugzilla/show_bug.cgi?id=57347
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: rjung
Date: Sat Dec 13 21:15:45 2014
New Revision: 1645354
URL: http://svn.apache.org/r1645354
Log:
Fix URI comparison in unit test.
The test failed when I added more precise URI comparison.
I assume the non-normalized URI is OK to expect.
Modified:
tomcat/tc8.0.x/trunk/test/org/apa
Author: rjung
Date: Sat Dec 13 21:18:39 2014
New Revision: 1645355
URL: http://svn.apache.org/r1645355
Log:
Fix URI comparison in unit test.
The test failed when I added more precise URI comparison.
I assume the non-normalized URI is OK to expect.
Modified:
tomcat/trunk/test/org/apache/catal
Author: rjung
Date: Sat Dec 13 21:21:03 2014
New Revision: 1645356
URL: http://svn.apache.org/r1645356
Log:
Committed fix in wrong branch first.
r1645354 should have been backport of r1645355.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
Propchange: tomcat/tc8.0.x/trunk/
---
Author: rjung
Revision: 1645354
Modified property: svn:log
Modified: svn:log at Sat Dec 13 21:22:44 2014
--
--- svn:log (original)
+++ svn:log Sat Dec 13 21:22:44 2014
@@ -2,3 +2,5 @@ Fix URI comparison in unit test.
Th
https://issues.apache.org/bugzilla/show_bug.cgi?id=57344
--- Comment #4 from Konstantin Kolinko ---
> No objections but what is the benefit?
My concern is that there have been actual malware that exploited weakness in
MD5 (Flame, as mentioned in Wikipedia article on MD5). As such I think that md
Author: kkolinko
Date: Sat Dec 13 21:31:15 2014
New Revision: 1645357
URL: http://svn.apache.org/r1645357
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57344
Provide sha1 checksum files for Tomcat downloads.
Exclude stray *.asc file from apache-tomcat-*-embed.tar.gz archive.
Modifie
Author: rjung
Date: Sat Dec 13 21:32:36 2014
New Revision: 1645358
URL: http://svn.apache.org/r1645358
Log:
- Add lots of info the SnooServlet output.
- Add SnoopResult class to parse SnoopServlet
response body.
- Adjust TestRewriteValve to use the new
SnoopServlet / SnoopResult
The more powerf
Author: kkolinko
Date: Sat Dec 13 21:44:19 2014
New Revision: 1645360
URL: http://svn.apache.org/r1645360
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57344
Provide sha1 checksum files for Tomcat downloads.
Exclude stray *.asc file from apache-tomcat-*-embed.tar.gz archive.
Merged
Author: kkolinko
Date: Sat Dec 13 21:55:41 2014
New Revision: 1645361
URL: http://svn.apache.org/r1645361
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57344
Provide sha1 checksum files for Tomcat downloads.
Exclude stray *.asc file from apache-tomcat-*-embed.tar.gz archive.
Backpor
https://issues.apache.org/bugzilla/show_bug.cgi?id=57344
Konstantin Kolinko changed:
What|Removed |Added
Component|Packaging |Native:Packaging
V
Author: kkolinko
Date: Sat Dec 13 22:09:30 2014
New Revision: 1645363
URL: http://svn.apache.org/r1645363
Log:
Add addConnectorPort() to RemoteAddrValve and RemoteHostValve.
Partial backports of r1642564,1642606 (trunk) resp. r1643513,1643539 (tc8)
resp. r1643515,1643540 (tc7).
Modified:
tom
Author: kkolinko
Date: Sat Dec 13 22:19:04 2014
New Revision: 1645366
URL: http://svn.apache.org/r1645366
Log:
Fix potential issue with BeanELResolver when running under a security manager.
Some classes may not be accessible but may have accessible interfaces.
Modified:
tomcat/tc6.0.x/trunk/
On 13/12/2014 21:18, rj...@apache.org wrote:
> Author: rjung
> Date: Sat Dec 13 21:18:39 2014
> New Revision: 1645355
>
> URL: http://svn.apache.org/r1645355
> Log:
> Fix URI comparison in unit test.
>
> The test failed when I added more precise URI comparison.
> I assume the non-normalized URI i
On 13/12/2014 22:19, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Sat Dec 13 22:19:04 2014
> New Revision: 1645366
>
> URL: http://svn.apache.org/r1645366
> Log:
> Fix potential issue with BeanELResolver when running under a security manager.
> Some classes may not be accessible but may h
https://issues.apache.org/bugzilla/show_bug.cgi?id=57344
--- Comment #6 from Konstantin Kolinko ---
A note on backporting to Tomcat 6:
1) GPG support (
+---+
| 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
27 matches
Mail list logo