cgbystrom / netty-tools

A collection of tools useful when working with JBoss Netty.
MIT License
259 stars 68 forks source link

Netty 3.4.0 bump and RouterHandler behaviour change #13

Closed jskorpan closed 12 years ago

jskorpan commented 12 years ago

RouterHandler has been given a new construction which allows for the 404 behavior to be configured, default is still to handle by modifying the pipeline. If specified the RouterHandler will now ignore handling routes which it can not resolve