DO NOT REPLY [Bug 51952] IllegalStateException using CompressionFilter with Tomcat 7.0.21/22

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51952 --- Comment #3 from Jess Holle 2011-10-05 04:13:54 UTC --- Overall the RFC cited and the existing servlet API do not combine well when one considers things like compression Filters. I ended up figuring out a way to work around this in my o

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- Configure bugmail: h

DO NOT REPLY [Bug 51952] IllegalStateException using CompressionFilter with Tomcat 7.0.21/22

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51952 --- Comment #2 from Mark Thomas 2011-10-05 02:41:26 UTC --- How about a new configuration attribute on the context that allows this behaviour to be enabled / disabled per context? See https://issues.apache.org/bugzilla/show_bug.cgi?id=4171

DO NOT REPLY [Bug 51956] RemoteAddrFilter uses remote host (not address) in doFilterEvent

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51956 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1178979 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/filters/RemoteAddrFilter.java webapps/docs/changelog.xml

2011-10-04 Thread schultz
Author: schultz Date: Tue Oct 4 22:05:59 2011 New Revision: 1178979 URL: http://svn.apache.org/viewvc?rev=1178979&view=rev Log: Fixed bug #51956: RemoteAddrFilter uses remote host (not address) in doFilterEvent Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RemoteAddrFilter

svn commit: r1178976 - /tomcat/trunk/java/org/apache/catalina/filters/RemoteAddrFilter.java

2011-10-04 Thread schultz
Author: schultz Date: Tue Oct 4 21:59:20 2011 New Revision: 1178976 URL: http://svn.apache.org/viewvc?rev=1178976&view=rev Log: Fixed bug #51956: RemoteAddrFilter uses remote host (not address) in doFilterEvent Modified: tomcat/trunk/java/org/apache/catalina/filters/RemoteAddrFilter.java M

DO NOT REPLY [Bug 51956] New: RemoteAddrFilter uses remote host (not address) in doFilterEvent

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51956 Bug #: 51956 Summary: RemoteAddrFilter uses remote host (not address) in doFilterEvent Product: Tomcat 7 Version: trunk Platform: PC Status: NEW

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 Christopher Schultz changed: What|Removed |Added Attachment #27686|0 |1 is obsolete|

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #8 from Francis Galiegue 2011-10-04 21:30:27 UTC --- (In reply to comment #7) > This code is executed unconditionally: > > " > final InetAddress addr = InetAddress.getByName(property); > > for (final NetMask nm: deny) >

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #7 from Christopher Schultz 2011-10-04 21:15:43 UTC --- This code is executed unconditionally: " final InetAddress addr = InetAddress.getByName(property); for (final NetMask nm: deny) if (nm.matches(addr)) " NetMask.mat

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #6 from Francis Galiegue 2011-10-04 21:05:25 UTC --- (In reply to comment #5) > I might make this filter/valve a bit more generic: there's no reason to go > through all the trouble of doing an InetAddress lookup, creating a Big

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #5 from Christopher Schultz 2011-10-04 20:52:36 UTC --- I might make this filter/valve a bit more generic: there's no reason to go through all the trouble of doing an InetAddress lookup, creating a BigInteger, shifting it, and

DO NOT REPLY [Bug 51741] Eclipse WTP "Serve modules without publishing" broken with tc7, needs patch in tomcat

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 --- Comment #6 from Mathieu Ouellet 2011-10-04 19:52:40 UTC --- Thank you very much ! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assig

DO NOT REPLY [Bug 51741] Eclipse WTP "Serve modules without publishing" broken with tc7, needs patch in tomcat

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 Sylvain Laurent changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXE

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #4 from Francis Galiegue 2011-10-04 18:46:53 UTC --- Created attachment 27689 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27689 Whole patch (git diff origin/trunk..) -- Configure bugmail: https://issues.apache.

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #3 from Francis Galiegue 2011-10-04 18:07:25 UTC --- Created attachment 27688 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27688 Netmask valve -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.c

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 Francis Galiegue changed: What|Removed |Added Attachment #27687|As title says |Netmask filter descripti

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 Francis Galiegue changed: What|Removed |Added Attachment #27686|As title says |Netmask class descriptio

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #2 from Francis Galiegue 2011-10-04 18:06:30 UTC --- Created attachment 27687 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27687 As title says -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.c

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #1 from Francis Galiegue 2011-10-04 18:06:15 UTC --- Created attachment 27686 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27686 As title says -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.c

DO NOT REPLY [Bug 51953] New: Proposal: netmask filtering valve and filter

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 Bug #: 51953 Summary: Proposal: netmask filtering valve and filter Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: nor

DO NOT REPLY [Bug 51741] Eclipse WTP "Serve modules without publishing" broken with tc7, needs patch in tomcat

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 --- Comment #4 from Mathieu Ouellet 2011-10-04 16:50:37 UTC --- Not sure about the expected behavior of the WepappClassLoader, but here's something I ran into while testing the new release 7.0.22. I'm still experiencing the issue when usi

DO NOT REPLY [Bug 51952] IllegalStateException using CompressionFilter with Tomcat 7.0.21/22

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51952 Jess Holle changed: What|Removed |Added CC||je...@ptc.com --- Comment #1 from Jes

DO NOT REPLY [Bug 51952] New: IllegalStateException using CompressionFilter with Tomcat 7.0.21/22

2011-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51952 Bug #: 51952 Summary: IllegalStateException using CompressionFilter with Tomcat 7.0.21/22 Product: Tomcat 7 Version: 7.0.21 Platform: Sun OS/Version: Solaris

Release Testing

2011-10-04 Thread Christopher Schultz
All, I was thinking about the tests that various folks (Konstantin, Mladen, Rainer, etc.) perform and I was wondering if it might be a good idea for everyone to share their techniques for testing that could be automated. For example, contributing some scripts, etc. to a meta-test framework for th

svn commit: r1178723 - in /tomcat/tc7.0.x/trunk: ./ res/rat/

2011-10-04 Thread kkolinko
Author: kkolinko Date: Tue Oct 4 08:48:34 2011 New Revision: 1178723 URL: http://svn.apache.org/viewvc?rev=1178723&view=rev Log: Merged revision 1178721 from tomcat/trunk: rat-excludes.txt file for ASF Buildbot INFRA-3948 Added: tomcat/tc7.0.x/trunk/res/rat/ (props changed) - copied

svn commit: r1178721 - in /tomcat/trunk/res/rat: ./ rat-excludes.txt

2011-10-04 Thread kkolinko
Author: kkolinko Date: Tue Oct 4 08:46:07 2011 New Revision: 1178721 URL: http://svn.apache.org/viewvc?rev=1178721&view=rev Log: rat-excludes.txt file for Buildbot INFRA-3948 Added: tomcat/trunk/res/rat/ (with props) tomcat/trunk/res/rat/rat-excludes.txt (with props) Propchange: tom