Author: lryan
Date: Mon Dec  1 23:35:43 2008
New Revision: 722392

URL: http://svn.apache.org/viewvc?rev=722392&view=rev
Log:
Use host relative paths for concat and proxy path defaults. Fixes failures in 
EndToEnd tests which run on different port

Modified:
    incubator/shindig/trunk/java/common/conf/shindig.properties

Modified: incubator/shindig/trunk/java/common/conf/shindig.properties
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/conf/shindig.properties?rev=722392&r1=722391&r2=722392&view=diff
==============================================================================
--- incubator/shindig/trunk/java/common/conf/shindig.properties (original)
+++ incubator/shindig/trunk/java/common/conf/shindig.properties Mon Dec  1 
23:35:43 2008
@@ -20,8 +20,8 @@
 shindig.content-rewrite.exclude-urls=
 shindig.content-rewrite.include-tags=link,script,embed,img,style
 shindig.content-rewrite.expires=86400
-shindig.content-rewrite.proxy-url=http://localhost:8080/gadgets/proxy?url=
-shindig.content-rewrite.concat-url=http://localhost:8080/gadgets/concat?
+shindig.content-rewrite.proxy-url=/gadgets/proxy?url=
+shindig.content-rewrite.concat-url=/gadgets/concat?
 
 # These values provide default TTLs for HTTP responses that don't use caching 
headers.
 shindig.cache.http.defaultTtl=3600000


Reply via email to