Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
11.10.4
-
None
-
None
-
Unknown
-
Description
Environment:
Apache Reverse Proxy in Front of Tomcat 7
where
browser (https) => [ Proxy (https) => Proxy (http) ] => Tomcat (http)
When creating a new document based on a template via an crafted url:
The request works out, the page is created, but while saving via the Save&View button, there is an error at the bottom of the page to be saved stating that the page could not be saved and xwiki does not navigate away from the edit mode ... But the page is saved successfully.
It turns out, that the issue is related to not honouring the protocol
xwiki.cfg:xwiki.url.protocol=https
for this request:
http://server/test/xwiki/rest/jobstatus/refactoring/create/1586622719386-290?media=json
It should be https. Switching tomcat to https resolved the problem, since tomcat / xwiki sees https as request and creates an https response in return ...
Attachments
Issue Links
- is duplicated by
-
XADIAGRAM-54 Saving behind HTTPS proxy fails
- Closed
- is related to
-
XINFRA-281 Failed to save page and install apps on design.xwiki.org
- Closed