/[storm]/storm/org/nongnu/storm/util/HTTPProxy.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/util/HTTPProxy.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by benja, Sat May 3 19:45:26 2003 UTC revision 1.17 by hemppah, Mon May 5 13:27:03 2003 UTC
# Line 81  public class HTTPProxy implements Runnab Line 81  public class HTTPProxy implements Runnab
81                                       HTTPResponse.Factory resf) throws IOException {                                       HTTPResponse.Factory resf) throws IOException {
82              try {              try {
83                                    
84                  String uri = req.getRequestURI();                                String uri = req.getRequestURI();                              
85                  if(HTTPProxy.dbg) p("<"+port+"> GET: "+uri);                  if(HTTPProxy.dbg) p("<"+port+"> GET: "+uri + " (" + server.getRemoteIPAddress() + ")");
86                  if(uri.startsWith("/")) uri = uri.substring(1);                  if(uri.startsWith("/")) uri = uri.substring(1);
87    
88                  boolean rewrite = false, backlinks = false;                  boolean rewrite = false, backlinks = false;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26