You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement Description
We've noticed a few places where a string charset is passed to a JDK method even if it would be possible to directly use a Charset instead:
Maybe there are some more, but those are the ones we found.
This is more of an observation rather than a feature request.
Also, the corresponding overloads accepting a Charset are only available since Java 10, which is fine for Jetty 10 but not for Jetty 9, so please decide for yourself whether this is worthwhile.
The text was updated successfully, but these errors were encountered:
Target Jetty version(s)
Jetty 10.0.x
Enhancement Description
We've noticed a few places where a string charset is passed to a JDK method even if it would be possible to directly use a Charset instead:
Maybe there are some more, but those are the ones we found.
This is more of an observation rather than a feature request.
Also, the corresponding overloads accepting a Charset are only available since Java 10, which is fine for Jetty 10 but not for Jetty 9, so please decide for yourself whether this is worthwhile.
The text was updated successfully, but these errors were encountered: