AOEpeople / TYPO3_Restler

restler (PHP REST-Framework) for TYPO3
GNU General Public License v3.0
30 stars 17 forks source link

[TASK] Change regexp to not match any single character at end of path. #48

Closed sven-carstens closed 4 years ago

sven-carstens commented 4 years ago

The current regexp matches any single character at end of path. For us the path '/datenschutz' leads to a 404 error. This update changes the regexp to match any file ending (a dot followed by some non-dot chars).