Re: SHINDIG-1809 and Uri encoding/decoding

2012-06-26 Thread Henry Saputra
Hmm looks like the code has not been updated for a while. My guess is that the server code assume that the iframe and JS URIs will be generated by Shindig with the non encoded format so there is no need to decode the incoming URLs But looks like a bug to me. - Henry On Mon, Jun 25, 2012 at 5:24

SHINDIG-1809 and Uri encoding/decoding

2012-06-25 Thread Stanton Sievers
Hi everyone, I was looking at SHINDIG-1809 [1] and why DefaultJsUriManager.processExternJsUri(Uri) is not decoding "%3A", i.e. ':', when parsing the libs from the Uri's path. After digging a bit I noticed that neither Uri nor UriBuilder in Shindig seem to do any decoding. In fact, org.apache