liip / LiipImagineBundle

Symfony Bundle to assist in image manipulation using the imagine library
http://liip.ch
MIT License
1.66k stars 378 forks source link

Avoid redirects documentation - escape full stop in location regex #1578

Closed e-five256 closed 8 months ago

e-five256 commented 8 months ago
Q A
Branch? 2.x
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets #1576
License MIT
Doc

Escapes the . character appearing in the suggested regex, as it has the potential of matching routes that end in a file type suffix

dbu commented 8 months ago

thanks!