/[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.38 by benja, Thu May 22 23:11:33 2003 UTC revision 1.39 by benja, Thu May 22 23:17:29 2003 UTC
# Line 242  public class HTTPProxy implements Runnab Line 242  public class HTTPProxy implements Runnab
242                          String s = id.getURI();                          String s = id.getURI();
243                          if(rewrite)                          if(rewrite)
244                              s = base + s;                              s = base + s;
245                          w.write(n+"<a href=\""+s+"\">"+id+"</a><br>\n");                          if(n != null) {
246                                w.write("<b><a href=\""+s+"\">"+n+"</a></b>\n");
247                                w.write("<small>("+id+")</small><br />\n");
248                            } else {
249                                w.write("<a href=\""+s+"\">"+id+"</a><br />\n");
250                            }
251                      }                      }
252                      catch(GeneralSecurityException _) { _.printStackTrace(); w.write("<p> error X"); }                      catch(GeneralSecurityException _) { _.printStackTrace(); w.write("<p> error X"); }
253                  }                  }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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