Open ghost opened 7 years ago
Mhhh, just stumbled over the following for Apache:
# Encoded slashes need to be allowed
AllowEncodedSlashes NoDecode
in https://www.collaboraoffice.com/code/#getting_set_up
So maybe its just a matter of updating the nginx config in https://www.collaboraoffice.com/code/#getting_set_up to allow the same?
@kdslkdsaldsal sorry for capturing this thread could you please, please, please contact me at john |at| ownCloud.com ?
Environment:
ownCloud 9.1.6 richdocuments 1.1.24 nginx + config from https://www.collaboraoffice.com/code/#getting_set_up
Hi,
i've noticed that i can't get the above setup to work and documents won't open after clicking on them (The CODE GUI is shown but nothing more) within ownCloud.
After digging into the access logs of the nginx server i've noticed the following entry:
As it is quite common that webservers are replacing a
//
by a single/
it looks like the request got broken somehow and thus now creating the 400 / Bad Request.I'm not really into the code of ownCloud or richdocuments but shouldn't at least a URL encoding for the
//
be done?