/[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.17 by hemppah, Mon May 5 13:27:03 2003 UTC revision 1.18 by hemppah, Mon May 5 13:57:48 2003 UTC
# Line 82  public class HTTPProxy implements Runnab Line 82  public class HTTPProxy implements Runnab
82              try {              try {
83                                    
84                  String uri = req.getRequestURI();                                                String uri = req.getRequestURI();                              
85                  if(HTTPProxy.dbg) p("<"+port+"> GET: "+uri + " (" + server.getRemoteIPAddress() + ")");                  if(HTTPProxy.dbg) p("<"+port+"> GET: "+uri + " (" + this.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.17  
changed lines
  Added in v.1.18

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