Export to GitHub

mod-geocache - issue #90

Use of param in a forwarding rule makes usage of this param mandatory in any request


Posted on Jul 6, 2011 by Happy Dog

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&gt;
</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 Rhino

This issue was closed by revision r359.

Status: Fixed

Labels:
Type-Defect Priority-Medium