Closed Jamsek-m closed 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.
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.