eclipse-ee4j / grizzly

Grizzly
https://eclipse-ee4j.github.io/grizzly
Other
147 stars 69 forks source link

fix: Fixes #2110, cast getMessage to Object in FilterChainContext#toString #2118

Closed scholzi100 closed 1 year ago

scholzi100 commented 3 years ago

Fixes #2110, cast getMessage to Object in FilterChainContext#toString to insure no NPE is thrown because of implicit cast to char[].

Not sure this is the way to go because this will ignore spezialized valueOf methods. This could cause a strange output for arrays.

scholzi100 commented 1 year ago

Close, fixed by https://github.com/eclipse-ee4j/grizzly/commit/d7a96f15083a55c38f63746007f664f1ede9f474