mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 09:39:04 +00:00
Upgrade to Undertow 1.0 Final (WildFly 8 Final)
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ public class UndertowTestServer implements WebSocketTestServer {
|
||||
|
||||
try {
|
||||
this.server = Undertow.builder()
|
||||
.addListener(this.port, "localhost")
|
||||
.addHttpListener(this.port, "localhost")
|
||||
.setHandler(this.manager.start()).build();
|
||||
}
|
||||
catch (ServletException ex) {
|
||||
|
||||
Reference in New Issue
Block a user