https://bugs.documentfoundation.org/show_bug.cgi?id=162048
Bug ID: 162048
Summary: Universal Content Broker send PUT requests instead of
POST
Product: LibreOffice
Version: 7.3.7.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: framework
Assignee: [email protected]
Reporter: [email protected]
Description:
A calc file is used as a client for a PHP Web Server, using UCB to send POST
requests. The same file is used by several people. Only for some of them, the
request send is a HTTP PUT instead of POST. For instance with LibreOffice
7.3.7.2 under Ubuntu 22.04.4. As I have no control about the users's versions,
is there a way to forbid PUT requests in the UCP, because PHP doesn't fill its
$_POST array with PUT data.
Steps to Reproduce:
1.Open the attached file Test_HTTP_POST
2.Click the button "Tester l'envoi POST"
3.The answer is displayed in a message box
Actual Results:
If the request is a PUT, the answer is
Answer : 0 variables in $_POST. Request PUT with data : A=varA&B=VarB
Expected Results:
If the request is a POST, the answer is
Answer : 2 variables in $_POST. Request POST with data : A=varA&B=VarB
Reproducible: Always
User Profile Reset: No
Additional Info:
none
--
You are receiving this mail because:
You are the assignee for the bug.