spring-framework/spring-websocket/src
Rossen Stoyanchev 183594207f Support user destinations without leading slash
Before this commit the DefaultUserDestinationResolver did not support
well broker destinations that use dot as separator with a built in
assumptions that the destinations it resolves must start with slash.

This change adds PathMatcher property that is used to determine if
an alternative path separator is in use and if so the leading slash is
left out.

Issue: SPR-14044
2016-03-15 17:50:13 -04:00
..
main Support user destinations without leading slash 2016-03-15 17:50:13 -04:00
test Allow Validator config in XML websocket namespace 2016-03-10 16:35:20 +01:00