/[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.21 by tuukkah, Tue May 6 18:20:54 2003 UTC revision 1.22 by hemppah, Wed May 7 10:55:10 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                  boolean rewrite = false, backlinks = false;                  boolean rewrite = false, backlinks = false;
84                  String uri = req.getRequestURI();                                               if(HTTPProxy.dbg) p("<"+port+"> GET: "+uri + " (" + this.getRemoteIPAddress() + ")");                  String uri = req.getRequestURI();                                              
85                    if(HTTPProxy.dbg) p("<"+port+"> GET: "+uri + " (" + this.getRemoteIPAddress() + ")");
86    
87                  /* URN proxy requests start directly with "urn:" */                  /* URN proxy requests start directly with "urn:" */
88                  if(uri.startsWith("/")) uri = uri.substring(1);                  if(uri.startsWith("/")) uri = uri.substring(1);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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