/[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.12 by tuukkah, Sat Apr 26 08:40:55 2003 UTC revision 1.13 by hemppah, Mon Apr 28 09:22:49 2003 UTC
# Line 79  public class HTTPProxy implements Runnab Line 79  public class HTTPProxy implements Runnab
79          protected HTTPResponse doGet(HTTPRequest req,          protected HTTPResponse doGet(HTTPRequest req,
80                                       HTTPResponse.Factory resf) throws IOException {                                       HTTPResponse.Factory resf) throws IOException {
81              try {              try {
82                  String uri = req.getRequestURI();                  
83                    String uri = req.getRequestURI();              
84                  if(uri.startsWith("/")) uri = uri.substring(1);                  if(uri.startsWith("/")) uri = uri.substring(1);
85    
86                  boolean rewrite = false;                  boolean rewrite = false;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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