Skip to content

The escaping in Dockerfile on MS_MAP_PATTERN did not work for me #503

@atlantageek

Description

@atlantageek

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)$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions