Files
gerrit/gerrit-server/src/main/java
Shawn O. Pearce abaa4d9578 Wrap URLEncoder, URLDecoder
These classes throw an exception that is ugly to work with when using
UTF-8 encoding as the JVM is required to support UTF-8, which means
the declared exception cannot occur. Wrap these into a helper class
that catches the declared exception and rethrows as RuntimeException.

Change-Id: Id277cf029348583f5edad5f5447b4ec4198dc980
2012-11-23 22:11:53 -08:00
..