Description1) Adding host and path for proxyied uris without which proxy and concat servlets dont seem to work for default container.
2) Separating out the uri for the default shindig test instance into 2 configs
a) defaultShindigTestHost: "http://localhost:9003",
b) defaultShindigProxyConcatAuthority: "localhost:9003",
with the latter one being the one that gets passed to the call to Uribuilder.setAuthority()
Without this, we were passing on "http://localhost:9003" to setAuthority which is bad.
Patch Set 1 #
Total comments: 2
MessagesTotal messages: 7
|
|||||||||||||||||||