You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Andreas Schaefer <sc...@me.com.INVALID> on 2020/03/10 02:18:57 UTC

Latest Sling Testing Clients has an issue with SlingClient.doGet()

HI

I created a ticket for an issue with the latest Sling Testing Clients’ SlingClient.doGet() when the path contains parameters. The call works when passed as NameValuePairs but not part of the path.

https://github.com/schaefa/sling-testing-client-it

I created a test project mentioned in the ticket.

Cheers - Andy

Re: Latest Sling Testing Clients has an issue with SlingClient.doGet()

Posted by Robert Munteanu <ro...@apache.org>.
Hi Andy,

On Mon, 2020-03-09 at 19:18 -0700, Andreas Schaefer wrote:
> HI
> 
> I created a ticket for an issue with the latest Sling Testing
> Clients’ SlingClient.doGet() when the path contains parameters. The
> call works when passed as NameValuePairs but not part of the path.
> 
> https://github.com/schaefa/sling-testing-client-it
> 
> I created a test project mentioned in the ticket.

Thanks for the report. I guess the issue is

  https://issues.apache.org/jira/browse/SLING-9188

I think it would be great if you could provide a PR, ideally with your
IT converted as a unit test.

Robert