Here's small example (Maven project) :
https://github.com/electrotype/undertow-issue-1
Run the main method and call :
http://localhost:44444/aaa/bbb
I would expect this in the console:
------------------------
Handler1
Handler2
------------------------
But I get:
------------------------
Handler1
Default Handler
------------------------
Julien
On 2016-07-21 19:13, Tomaž Cerar wrote:
On Thu, Jul 21, 2016 at 8:06 PM, electrotype <electrotype(a)gmail.com
<mailto:electrotype@gmail.com>> wrote:
I'm using Undertow 1.2.12.Final (for its Java 7 compatibility).
1.3.x is also java7 compatible. So better use that.
Can you show us the code that sets up handler chain for your server?
That way it will be easier to help.
-
tomaz