Opened 12 years ago

Last modified 12 years ago

#1292 new enhancement

CIDR support for Intranet and monitoring

Reported by: drhardy Owned by: geonetwork-devel@…
Priority: major Milestone: v2.11.0
Component: General Version: v2.8.0
Keywords: Cc:

Description

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>

Change History (1)

comment:1 by ianwallen, 12 years ago

Milestone: v2.11.0
Note: See TracTickets for help on using tickets.