made url relative#2912
Conversation
|
Can anyone confirm this? |
|
I have etherpad lite mod_proxied in an subdirectory as well and see in access.log requests for /ep/pad/connection-diagnostic-info, which cannot be proxied due to missing subdirectory prefix. |
made url relative ether@53fd054
|
Yes, this change is correct. If Etherpad is proxied, this fixed is absoutely requried for EP to work correctly. Please merge. |
|
I am a bit uncomfortable because it seems that there is already a mechanism in place to build correct (albeit absolute) urls when ep is proxied (see for example https://github.com/ether/etherpad-lite/blob/develop/src/static/js/pad.js#L194-L195). This change makes the url relative (which is fine), but shouldn't we stick to a single strategy? |
|
Well, something needs to be done. We saw access to apache for |
|
The fix is beneficial. Merged, thanks. @CXCV: next time, it would be appreciated if the commit message (and the issue itself) contained a short one-line summary of the problem, with a description in the body of the message, for example: |
|
@benschweizer @michael-dev @girgen The change here breaks functionality for standard installations |
|
I cannot reproduce it anymore as the PR iss 2+ years old and the setup changed since then |
|
We use apache with just |
|
Thanks, appreciated! |
I have etherpad installed in a subdirectory