twarne / xebia-france

Automatically exported from code.google.com/p/xebia-france
0 stars 0 forks source link

XForwardedFilter and RemoteIpValve need to consider 172.16/12 as internal proxy #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
172.16/12 is really 172.16.0.0--172.31.255.255, so the regular expression
you want to add is (Java syntax):
"172\\.(?:1[6-9]|2\\d|3[0-1]).\\d{1,3}.\\d{1,3}"

Original issue reported on code.google.com by cedrik.l...@gmail.com on 7 Aug 2009 at 3:51

GoogleCodeExporter commented 9 years ago
Integrated in xebia-servlet-extras 1.0.1 (XForwardedFilter and
SecuredRemoteAddressFilter).
Not yet integrated in xebia-tomcat-extras (RemoteIpValve and 
SecuredRemoteAddressValve).

Original comment by cyrille....@gmail.com on 14 Oct 2009 at 9:38

GoogleCodeExporter commented 9 years ago
Integrated in both xebia-servlet-extras and xebia-tomcat-extras

Original comment by cyrille....@gmail.com on 6 Nov 2010 at 2:10