Top "Undertow" questions

Undertow is a high performance non-blocking webserver that is the new web server in Red Hat's WildFly.

How to properly read POST request body in a Handler?

The code I'm using now: Pooled<ByteBuffer> pooledByteBuffer = exchange.getConnection().getBufferPool().allocate(); ByteBuffer byteBuffer = pooledByteBuffer.getResource(); int limit = …

java undertow
Enabling HTTPS in Undertow

We have a working Apache mod_ssl configuration. I want to enable HTTPS support for Undertow, so that it listens …

java ssl https keystore undertow
Wildfly: Unexpected element '{urn:jboss:domain:4.2}server'

Error: 17:42:50,333 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting 17:42:50,732 ERROR [org.jboss.…

jboss wildfly undertow
Spring Security on Wildfly: error while executing the filter chain

I'm trying to integrate Spring Security SAML Extension with Spring Boot. About the matter, I did develop a complete sample …

spring spring-security wildfly spring-saml undertow
WildFly -> Undertow -> mapping subdomain to war file not working

WildFly 8.1.0 Final Windows Server 2012 R2 I have two sub-domains pointing at this server, and I want requests to each sub-domain …

apache jboss subdomain wildfly undertow