andrewdavey / andrewdavey/cassette
URLModifier doesn't modify image paths
- Dominant language
- C#
- Stars
- 531
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
A URLModifier, created to prepend the application name, works for CSS e.g.
/AppName-cassette.axd/stylesheet/oItKqvmnTHqsg6uNMNCi0CpuC30=/MyBundle
but not for images e.g.
/AppName-cassette.axd/file/Images/MyImage-8cee044cff92fad4bcf7d0631fa5cb9da6e58a86.png
Cassette returns the image if you remove the prefix and try it in a browser i.e.
/cassette.axd/file/Images/MyImage-8cee044cff92fad4bcf7d0631fa5cb9da6e58a86.png
Raised in Google group here:
https://groups.google.com/forum/?hl=en#!topic/cassette/-dPdiHSApnw
and here's a repro
https://github.com/robinminto/CassetteUrlModifierIssueRepro
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.