Michael Trabjerg wrote:
Hi André

This worked
<Valve className="org.apache.catalina.valves.RemoteAddrValve" 
allow="(127\.0\.0\.1|192\.168\.12\.22|192\.168\.12\.23)"/>

The other used to work for Tomcat 6.


Yes, but as I remember it was changed because it was ambiguous : a comma can be part of a regular expression, so it was not clear how a comma-separated list should be interpreted. There is probably a more complete/correct explanation in the "changes" documentation for Tomcat 7.x.

The same change may apply to other elements where comma-separated lists used to be allowed, so you may want to check these too.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to