|
Matt Kruszewski created an issue |
GeoServerDataDirectory::parsedStyle’s resourceLocator does not preserve URL #fragments |
Issue Type: |
|
---|---|
Assignee: |
Unassigned |
Created: |
24/Mar/17 9:04 PM |
Priority: |
|
Reporter: |
GeoServerDataDirectory::parsedStyle’s resourceLocator does not preserve URL #fragments (wikipedia) when locating a resource. Supporting URL fragments would be generally useful to designate subordinate resources, e.g., an individual icon inside a sprite sheet. This pattern has already been established for bulk WKT shapes (link), for which you can write:
The parsedStyle function’s resourceLocator delegates to GeoserverResourceLoader, which uses only the base of the resource URL to locate the resource. That is correct, but then the resourceLocator attempts to recreate the original URL that for the resource, but only by re-adding the query parameters. It should more faithfully recreate that URL by also including #fragments. |
This message was sent by Atlassian JIRA (v1000.844.2#100035-sha1:71171a4) |
|