<div dir="ltr">Hi Benedek: You'll need to fiddle with MS_MAP_BAD_PATTERN. Looking at the sample configuration file it's value is:<div><br></div><div>  MS_MAP_BAD_PATTERN "[/\\]{2}|[/\\]?\\.+[/\\]|,"</div><div><br></div><div>If a mapfile path matches any of those, it's rejected. By default it's blocking anything with \\, //, back references or commas anywhere in the path. This makes it easier to write clear MS_MAP_PATTERN values. Anway, you can override that value in the config file to remove blocking the //. Then you'd want to make sure your MS_MAP_PATTERN starts with something like:</div><div><br></div><div>  MS_MAP_PATTERN "^//MY-NAS/MapFiles"</div><div><br></div><div>and be sure to test your patterns. Let us know how it goes.</div><div><br></div><div>--Steve</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 23, 2023 at 3:48 PM Benedek Petrovicz <<a href="mailto:benedek.petrovicz@gmail.com">benedek.petrovicz@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi!<div><br></div><div>I'm running into an issue where I cannot reference the mapfiles from a network share.</div><div>I'm getting the following error: <b>msCGILoadMap(): Web application error. CGI variable "map" fails to validate.</b></div><div><br></div><div>The path to my mapfile is the following: <b>//MY-NAS/MapFiles/test.map</b></div><div>It's under a network share.</div><div><br></div><div>I know that it should work, because when I set a MAP alias to the same path in the global config, it just works.</div><div><br></div><div>I tried multiple MS_MAP_PATTERN settings, but couldn't get it to accept the path.</div><ul><li><b>MS_MAP_PATTERN "."</b></li><li><b>MS_MAP_PATTERN "^.+$"</b></li></ul><div>Is there any way to get MapServer accept a network share path?</div><div>Unfortunately I cannot use the MAP aliases, because I have to make it work for multiple dynamic environments.</div><div><br></div><div>I'm trying to make it work under MapServer 8.</div><div><br></div><div>Thank you!</div><div>Benedek</div></div>
_______________________________________________<br>
MapServer-users mailing list<br>
<a href="mailto:MapServer-users@lists.osgeo.org" target="_blank">MapServer-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div>