andrewdavey / andrewdavey/cassette
URLModifier doesn't modify image paths
- Vorherrschende Sprache
- C#
- Sterne
- 531
- Forks
- 139
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.