Hey Andreas,

I wouldn't go relying on double and triple slashes too much, I already have 
written a few classes that did at the beginning also to use it in suffixes, but 
I had to change it because it wasn't workable (in AEM for example the Link 
checker kept removing the slashes in the rendered html)

Greets,
Roy
> On 23 Jun 2017, at 03:37, Andreas Schaefer Sr. <schaef...@me.com> wrote:
> 
> Hi
> 
> If I call a SlingClient this way:
> 
> slingClient.doGet(“/api/test/move.json//path///content/test//to///content/new-test”,
>  200)
> 
> Then what is called is:
> 
> “/api/test/move.json/path/content/test/to/content/new-test”
> 
> and hence the call fails.
> 
> Is there a way to fix that like sub-classing SlingClient and then override 
> doStreamGet() ?
> 
> Thanks - Andy

Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to