spring-framework/spring-websocket/src
Juergen Hoeller 0e6f8df0a8 ServletServerHttpRequest.getURI() ignores malformed query string
The resolved URI instance is also being cached now. This should not make a difference in a real Servlet environment but does affect tests which assumed they could modify an HttpServletRequest path behind a pre-created ServletServerHttpRequest instance. Our WebSocket test base class has been revised accordingly, re-creating the ServletServerHttpRequest in such a case.

Issue: SPR-16414
2018-01-24 22:13:40 +01:00
..
main Fix SockJs CorsConfiguration for forbidden origins 2018-01-15 18:07:24 +01:00
test ServletServerHttpRequest.getURI() ignores malformed query string 2018-01-24 22:13:40 +01:00