Commit Graph

8 Commits

Author SHA1 Message Date
Dave Syer 5dd35aad02 Update to 0.5.0.M2 2013-08-30 10:29:40 +01:00
Dave Syer 075e22b139 Switch roles of snake and echo
Snake is stateful so it should be one per connection. Echo is the
opposite.
2013-08-30 07:17:30 +01:00
Dave Syer d852f2996a Fix security config
The management endpoints were still all mixed up
with the user endpoints. Fixed that and extracted
user endpoints in to conditional block so not
protected if path explicitly set to empty string.

[#53029715]
2013-08-22 11:43:22 +01:00
Dave Syer 2181407c3f Add WebSocketAutoConfiguration
Opinionated defaults for WebSockets:

* If spring-websocket is on the classpath and so is
the Tomcat WSci initializer then it is added to the context
* A DefaultSockJsService is added if none is present
* User has only to define @Beans of type WebSocketHandler with
name starting "/"
* Each one is converted to a SockJsHttpRequestHandler and
mapped to "/<beanName>/**"
2013-08-21 16:39:19 +01:00
Dave Syer ddbb68b194 Use reflection hack for error page in Tocmat 8 2013-08-21 12:38:06 +01:00
Phillip Webb f5bae04714 Ignore websocket sample for now 2013-08-07 23:09:08 -07:00
Phillip Webb d86bf66645 Add parent relativePath
Update sample applications to correctly refer to parent relativePath.
2013-08-06 00:02:31 -07:00
Dave Syer c2c8144117 Add websocket sample 2013-08-05 21:40:33 +01:00