gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] storm/org/nongnu/storm modules/gispmap/GispPeer...


From: Benja Fallenstein
Subject: [Gzz-commits] storm/org/nongnu/storm modules/gispmap/GispPeer...
Date: Fri, 02 May 2003 09:44:48 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Changes by:     Benja Fallenstein <address@hidden>      03/05/02 09:44:48

Modified files:
        org/nongnu/storm/modules/gispmap: GispPeer.java 
        org/nongnu/storm/util: HTTPProxy.java 

Log message:
        a little more printout

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/org/nongnu/storm/modules/gispmap/GispPeer.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/org/nongnu/storm/util/HTTPProxy.java.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: storm/org/nongnu/storm/modules/gispmap/GispPeer.java
diff -u storm/org/nongnu/storm/modules/gispmap/GispPeer.java:1.1 
storm/org/nongnu/storm/modules/gispmap/GispPeer.java:1.2
--- storm/org/nongnu/storm/modules/gispmap/GispPeer.java:1.1    Sat Apr 19 
08:20:32 2003
+++ storm/org/nongnu/storm/modules/gispmap/GispPeer.java        Fri May  2 
09:44:48 2003
@@ -57,6 +57,7 @@
        while(i<argv.length) {
            if(argv[i].equals("-pub")) {
                i++;
+               System.out.println("Publish pool: "+argv[i]);
                publishedPool = new DirPool(new File(argv[i]),
                                            Collections.EMPTY_SET);
            } else if(argv[i].equals("-gw")) {
Index: storm/org/nongnu/storm/util/HTTPProxy.java
diff -u storm/org/nongnu/storm/util/HTTPProxy.java:1.14 
storm/org/nongnu/storm/util/HTTPProxy.java:1.15
--- storm/org/nongnu/storm/util/HTTPProxy.java:1.14     Tue Apr 29 09:16:49 2003
+++ storm/org/nongnu/storm/util/HTTPProxy.java  Fri May  2 09:44:48 2003
@@ -81,6 +81,7 @@
            try {
                
                String uri = req.getRequestURI();               
+               if(HTTPProxy.dbg) p("<"+port+"> GET: "+uri);
                if(uri.startsWith("/")) uri = uri.substring(1);
 
                boolean rewrite = false;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]