Upgrade to Undertow 1.0 Final (WildFly 8 Final)
This commit is contained in:
@@ -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