Results 30 comments of Bill O'Neil

@sachinwalia2k8 I'm not too experienced in the non blocking side myself as most of my systems use databases. A large portion of the built in Undertow handlers are non blocking...

@sachinwalia2k8 that's great to hear. Once you know many of the common libraries that all of the frameworks already share it's not too difficult to just implement them yourself. There...

Thanks for taking a look at the project. I plan on getting to authentication at some point but I'm not sure when. Take a look at [undertow-pac4j](https://github.com/pac4j/undertow-pac4j) which has a...

`pac4j-undertow` does support form based authentication as well as other 3rd party providers. I think there might be some form based examples in the undertow repo using the identity API....

Few more ideas. `throw Unchecked.asUnchecked(new Exception());` `throw Unchecked.cast(new Exception());` `throw Unchecked.coerce(new Exception());` `throw Unchecked.whyCantCheckedExceptionsBeACompilerFlag(new Exception());`