jetty.project/jetty-security/src
Joakim Erdfelt 877815e195 Issue #3708 - Adding new methods and converting codebase to use them
+ StringUtil.replace(String, char, char)
+ StringUtil.strip(String, String)
+ URIUtil.encodeSpecific(String, String)
+ URIUtil.decodeSpecific(String, String)
+ TypeUtil.toClassReference(Class)
+ TypeUtil.toClassReference(String)

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-06-12 09:56:41 -05:00
..
main Issue #3708 - Adding new methods and converting codebase to use them 2019-06-12 09:56:41 -05:00
test Issue #3655 - Cookie generation now complies with RFC6265 spaces 2019-05-22 23:10:12 +02:00