Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001735 [Resin] minor always 05-15-07 09:32 06-05-07 09:40
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.1
Summary 0001735: remote address filter
Description (rep by koyama)

 want to use Remote Address Filter in Resin 3.0.
(which just like Tomcat RemoteAddrValve)

How can I filering remote address ?

Additional Information
Attached Files

- Relationships

- Notes
(0002002)
ferg
06-05-07 09:40

server/1k63

Use rewrite-dispatch:

<rewrite-dispatch>
  <when remote-addr="192.168.0.0/16">
    <forward .../>
  </when>
</rewrite-dispatch>
 

- Issue History
Date Modified Username Field Change
05-15-07 09:32 ferg New Issue
06-05-07 09:40 ferg Note Added: 0002002
06-05-07 09:40 ferg Assigned To  => ferg
06-05-07 09:40 ferg Status new => closed
06-05-07 09:40 ferg Resolution open => fixed
06-05-07 09:40 ferg Fixed in Version  => 3.1.2


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker