* Undo previous change.
This commit is contained in:
parent
9fe75abfba
commit
39cdaf045f
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ public abstract class AbstractServletClient extends HttpServlet {
|
|||
t = new StringTokenizer(uri, "/");
|
||||
|
||||
int uriTokens = t.countTokens();
|
||||
StringBuffer pathbuffer = new StringBuffer("/");
|
||||
StringBuffer pathbuffer = new StringBuffer();
|
||||
|
||||
String encoding = getApplication().getCharset();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue