On 23/06/17 17:36, Laurentiu Pancescu wrote:
On 23/06/17 17:56, Akemi Yagi wrote:
You now need to add a "/" after the "rpc" like:
Indeed, all upstream examples now contain the trailing slash (which is how I got the idea of trying that out in the first place). [1]
Karanbir was thinking yesterday about adding a redirection so that the old URLs keep working. I suspect the root cause could be a change in Tomcat, but it can be configured to automatically add the trailing slash, if missing. [2] Maybe this would be better than HTTP redirects, as it would need fewer requests.
i had a brief look this morning, there are quite a few implications of a generic redirect like that.