puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

undertow.HttpRequestWrapper getStringBody() null checking #51

Closed roded closed 8 years ago

roded commented 8 years ago

In decodeStringBody(), in case getCharacterEncoding() (or any other method in the chain) returns null, the parent getStringBody() method throws the NPE instead of returning null itself.

circlespainter commented 8 years ago

A new 0.6.0-SNAPSHOT should be available on Sonatype with a fix.

roded commented 8 years ago

Thanks.