Modify ↓
#2718 closed defect (duplicate)
[patch] unclosed regex group
Reported by: | Owned by: | xeen | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Core imagery | Version: | |
Keywords: | Cc: |
Description
The regex
(?:mapwarper\.net|warper\.geothings\.net/(?:.*?)/([0-9]+)(?:\?|/|\.|$)
is not properly closed, which make the wmsplugin fail to load:
Caused by: java.util.regex.PatternSyntaxException: Unclosed group near index 70
This was introduced in changeset 15827.
Attachments (1)
Change History (7)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Owner: | changed from | to
---|
by , 15 years ago
Attachment: | fixwms.patch added |
---|
comment:3 by , 15 years ago
Summary: | unclosed regex group → [patch] unclosed regex group |
---|
comment:5 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Strange, why did it compile for me?
Fix is pretty easy, new regex should be
I can submit a patch later, but I don't have a checked out source at hand right now.