[undertow-dev] Problem using two PathHandlers

electrotype electrotype at gmail.com
Thu Jul 21 20:59:16 EDT 2016


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 at gmail.com 
> <mailto:electrotype at 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
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20160721/0b4bd0a5/attachment.html 


More information about the undertow-dev mailing list