- Affected version
- 2.2.11
If
This appears to be because
getThreadFromUrl is passed https://localhost/thread/1 but it the accessing URL is http://localhost; the method fails to resolve the URL as expected.This appears to be because
getRoutePathFromUrl uses the request protocol/hostname to resolve it from a url to a path.