hotfix pretix
This commit is contained in:
@@ -490,6 +490,9 @@ public class PretixManager implements SmartInitializingSingleton {
|
|||||||
* @return the json element
|
* @return the json element
|
||||||
*/
|
*/
|
||||||
public JsonElement request(String path, HttpMethod method, MultiValueMap<String, String> queryParameters) {
|
public JsonElement request(String path, HttpMethod method, MultiValueMap<String, String> queryParameters) {
|
||||||
|
if (path.startsWith(host)) {
|
||||||
|
path = path.replace(host, "");
|
||||||
|
}
|
||||||
return request(path, method, null, queryParameters);
|
return request(path, method, null, queryParameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<unit-api.version>2.2</unit-api.version>
|
<unit-api.version>2.2</unit-api.version>
|
||||||
<commons-csv.version>1.14.1</commons-csv.version>
|
<commons-csv.version>1.14.1</commons-csv.version>
|
||||||
<dnsjava.version>3.6.3</dnsjava.version>
|
<dnsjava.version>3.6.3</dnsjava.version>
|
||||||
<revision>4.0.1</revision>
|
<revision>4.0.2</revision>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|||||||
Reference in New Issue
Block a user