Remove last traces of Commons Codec URLCodec.
This commit is contained in:
parent
8459618f36
commit
ac9e98e7cd
1 changed files with 1 additions and 3 deletions
|
@ -26,8 +26,6 @@ import java.util.*;
|
|||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
|
||||
import org.apache.commons.codec.DecoderException;
|
||||
|
||||
/**
|
||||
* This is an abstract Hop servlet adapter. This class communicates with hop applications
|
||||
* via RMI. Subclasses are either one servlet per app, or one servlet that handles multiple apps
|
||||
|
@ -712,7 +710,7 @@ public abstract class AbstractServletClient extends HttpServlet {
|
|||
}
|
||||
|
||||
String getPathInfo(HttpServletRequest req)
|
||||
throws DecoderException, UnsupportedEncodingException {
|
||||
throws UnsupportedEncodingException {
|
||||
StringTokenizer t = new StringTokenizer(req.getContextPath(), "/");
|
||||
int prefixTokens = t.countTokens();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue