
mod-geocache - issue #90
Use of param in a forwarding rule makes usage of this param mandatory in any request
Example :
<forwarding_rule name="test_wms">
<param name="REQUEST" type="values">GetCapabilities</param>
<param name="SERVICE" type="values">WMS</param>
<param name="VERSION" type="values">1.3.0</param>
<http>
<url>http://exows.brgm.fr/exows/</url>
</http> </forwarding_rule>
This will cause all requests not having REQUEST and SERVICE and VERSION parameters to raise a segfault :
Program received signal SIGSEGV, Segmentation fault. 0x00007ffff71cfb24 in strcasecmp () from /lib/libc.so.6
Comment #1
Posted on Jul 6, 2011 by Helpful RhinoThis issue was closed by revision r359.
Status: Fixed
Labels:
Type-Defect
Priority-Medium