Class URLEncoder

java.lang.Object
org.apache.catalina.util.URLEncoder
All Implemented Interfaces:
Cloneable

public final class URLEncoder extends Object implements Cloneable
This class is very similar to the java.net.URLEncoder class. Unfortunately, with java.net.URLEncoder there is no way to specify to the java.net.URLEncoder which characters should NOT be encoded. This code was moved from DefaultServlet.java
Author:
Craig R. McClanahan, Remy Maucherat