You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The escaping defined in Dockerfile did not seem necessary and it was never finding my map file.
I changed it to this and it worked.
#MS_MAP_PATTERN=^\/etc\/mapserver\/([^\\.][-_A-Za-z0-9\.]+\/{1})([-_A-Za-z0-9\.]+\.map)$
MS_MAP_PATTERN=^/etc/mapserver/([^\.][-_A-Za-z0-9.]+/{1})([-_A-Za-z0-9.]+.map)$
The text was updated successfully, but these errors were encountered:
sbrunner
changed the title
The escaping in dockerfile on MP_MAP_PATTERN did not work for me.
The escaping in Dockerfile on MS_MAP_PATTERN did not work for me.
Apr 15, 2023
Note that can easily override by setting the concerned environment variable :-)
sbrunner
changed the title
The escaping in Dockerfile on MS_MAP_PATTERN did not work for me.
The escaping in Dockerfile on MS_MAP_PATTERN did not work for me
Apr 15, 2023
The escaping defined in Dockerfile did not seem necessary and it was never finding my map file.
I changed it to this and it worked.
#MS_MAP_PATTERN=^\/etc\/mapserver\/([^\\.][-_A-Za-z0-9\.]+\/{1})([-_A-Za-z0-9\.]+\.map)$
MS_MAP_PATTERN=^/etc/mapserver/([^\.][-_A-Za-z0-9.]+/{1})([-_A-Za-z0-9.]+.map)$
The text was updated successfully, but these errors were encountered: