PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

Replace Remote Address Filter with a more flexible filter #183

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Tomcat Remote Address Filter, which is really a valve, denies all access to 
the configured IP 
addresses. We want to replace this with a more flexible approach that allows 
general access to some 
of the servlets, including TestConnectivity, GetConnectorList, and 
GetConnectorInstanceList. We 
could spread the use of ServletUtil.allowedRemoteAddr, but we want to use a 
servlet filter so that 
we can't forget the security if we add new servlets. A filter is also more 
portable than a valve to 
other servlet containers. The valve allows multiple IP addresses to be 
configured, which 
allowedRemoteAddr currently does not, so we need to evaluate whether that is 
required.

Original issue reported on code.google.com by jl1615@gmail.com on 19 Sep 2009 at 3:52

GoogleCodeExporter commented 8 years ago

Original comment by jl1615@gmail.com on 19 Sep 2009 at 4:04

GoogleCodeExporter commented 8 years ago

Original comment by mar...@google.com on 4 Dec 2009 at 11:00

GoogleCodeExporter commented 8 years ago

Original comment by jla...@google.com on 25 Jun 2011 at 1:45

GoogleCodeExporter commented 8 years ago
This issue is filed as Google issue #6513597

Original comment by tdnguyen@google.com on 18 May 2012 at 9:32