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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--
Configure bugmail: h
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51956
Christopher Schultz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953
Christopher Schultz changed:
What|Removed |Added
Attachment #27686|0 |1
is obsolete|
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)
>
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
Sylvain Laurent changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXE
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.
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953
Francis Galiegue changed:
What|Removed |Added
Attachment #27687|As title says |Netmask filter
descripti
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953
Francis Galiegue changed:
What|Removed |Added
Attachment #27686|As title says |Netmask class
descriptio
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51952
Jess Holle changed:
What|Removed |Added
CC||je...@ptc.com
--- Comment #1 from Jes
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
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
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
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
27 matches
Mail list logo