Skip to content
Snippets Groups Projects
Commit 63ff8713 authored by Lukas Epple's avatar Lukas Epple
Browse files

Invoker::RocketChat::Logout: send proper empty Request

The empty request bug was fixed in OTOBO 10.0.11, so we now just require
that version as a lower bound.

Fixes #10.
parent 6bfc539c
Branches
Tags
No related merge requests found
......@@ -49,6 +49,10 @@ Installation
Vorbereitungen
~~~~~~~~~~~~~~
Eine installierte Instanz von OTOBO, mindestens in der Version 10.0.11
(OTOBO sollte selbstverständlich aktuell gehalten werden), ist
Voraussetzung.
Wichtig ist vorher zu überprüfen, ob die Überprüfung von Paketsignaturen
ausgeschaltet ist. OTOBO deaktiviert dies von Haus aus, was bei OTRS 6
nicht der Fall war. Dazu muss in der Systemkonfiguration nach der
......
......@@ -39,12 +39,7 @@ sub PrepareRequest {
return {
Success => 1,
Data => {
# send some garbage since it is not possible to send an empty body
# using HTTP::REST with POST at the moment.
# See: https://github.com/OTRS/otrs/pull/2028
bogus => 'value',
},
Data => {},
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment