kumuluz / kumuluzee-cors

KumuluzEE CORS extension for Cross-Origin Resource Sharing (CORS) support.
https://ee.kumuluz.com
Other
1 stars 2 forks source link

fixed slashing url #1

Closed Jamsek-m closed 5 years ago

Jamsek-m commented 5 years ago

If url had '/' at the end it was too much cut off. example '/context/' became '/contex'. The problem was when trying to access web app at root '/', when there was StringOutOfbounsException error. Fixed to remove only last slash.