Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Sling Testing Clients 1.1.4
-
None
Description
Problem
Caches are invalidated when using AbstractSlingClient#doGet(String requestPath, int... expectedStatus). This happens because the AbstractSlingClient#getUrl(String path, List<NameValuePair> parameters) adds an empty parameters array to the url, even when the parameters argument is null. This results in urls that have ? at the end for all GET requests (http(s)://host:port/requestpath?)
Attachments
Issue Links
- links to