[Inteproxy-commits] r39 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 11 12:59:21 CEST 2007


Author: bh
Date: 2007-04-11 12:59:21 +0200 (Wed, 11 Apr 2007)
New Revision: 39

Modified:
   trunk/ChangeLog
   trunk/transcoder.py
Log:
* transcoder.py (get_transcoder): Make "http" the default scheme
for the old InteProxy case, so that inteproxy by default simply
forwards the requests.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-04-05 18:25:12 UTC (rev 38)
+++ trunk/ChangeLog	2007-04-11 10:59:21 UTC (rev 39)
@@ -1,3 +1,9 @@
+2007-04-11  Bernhard Herzog  <bh at intevation.de>
+
+	* transcoder.py (get_transcoder): Make "http" the default scheme
+	for the old InteProxy case, so that inteproxy by default simply
+	forwards the requests.
+
 2007-04-05  Bernhard Herzog  <bh at intevation.de>
 
 	* transcoder.py (TranscoderMap): Add a doc-string

Modified: trunk/transcoder.py
===================================================================
--- trunk/transcoder.py	2007-04-05 18:25:12 UTC (rev 38)
+++ trunk/transcoder.py	2007-04-11 10:59:21 UTC (rev 39)
@@ -215,6 +215,7 @@
             del split_path[0]
         real_netloc = split_path.pop(0)
         real_path = "/" + "/".join(split_path)
+        scheme = "http"
 
     transcoder_class = transcoder_map.lookup(method, real_netloc, real_path)
     return transcoder_class(method,



More information about the Inteproxy-commits mailing list