[GeoNetwork-devel] [GeoNetwork opensource Developer website] #1292: CIDR support for Intranet and monitoring

#1292: CIDR support for Intranet and monitoring
-------------------------+--------------------------------------------------
Reporter: drhardy | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: major | Milestone:
Component: General | Version: v2.8.0
Keywords: |
-------------------------+--------------------------------------------------
I'd like to be able to specify a multiple CIDR-formatted subnet addresses
in both:

  1. Administration > System Configuration > Intranet section
  2. White-list parameter to the MonitorSecurityFilter in WEB-INF/web.xml

We use multiple subnetwork for our firewall configurations, etc. and the
CIDR format is most useful for us.

Here's an example CIDR-formatted *multi-valued* parameter:

<param-name>white-list</param-name>
<param-value>
   localhost
   10.0.0.0/8
   127.0.0.0/8
   172.16.0.0/12
   192.168.0.0/16
   169.254.0.0/16
   192.0.2.0/24
</param-value>

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1292&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#1292: CIDR support for Intranet and monitoring
-------------------------+--------------------------------------------------
Reporter: drhardy | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: major | Milestone: v2.11.0
Component: General | Version: v2.8.0
Keywords: |
-------------------------+--------------------------------------------------
Changes (by ianwallen):

  * milestone: => v2.11.0

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1292#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.