Remove lines that were unintentionally doubled with a previous patch.
Remove unused import statement.
This commit is contained in:
parent
71aeea336e
commit
1967c7d76b
1 changed files with 0 additions and 5 deletions
|
@ -22,7 +22,6 @@ package helma.servlet;
|
|||
import helma.framework.*;
|
||||
import helma.util.*;
|
||||
import java.io.*;
|
||||
import java.net.URLDecoder;
|
||||
import java.util.*;
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
|
@ -741,10 +740,6 @@ public abstract class AbstractServletClient extends HttpServlet {
|
|||
}
|
||||
|
||||
// append trailing "/" if it is contained in original URI
|
||||
|
||||
// append trailing "/" if it is contained in original URI
|
||||
if (uri.endsWith("/"))
|
||||
pathbuffer.append('/');
|
||||
if (uri.endsWith("/"))
|
||||
pathbuffer.append('/');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue