kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Error while downloading file. #602

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Error while downloading file

What is the expected output? What do you see instead?
I am expecting error free download

What version of the product are you using? On what operating system?
2.2.9, ubantu

Please can u resolve it for me. Thanks

Original issue reported on code.google.com by jroopano...@gmail.com on 10 Mar 2015 at 1:17

Attachments:

GoogleCodeExporter commented 8 years ago
Do you have some kind of URL rewriting active?

The log shows weird requests, for example the first one has these headers:

QUERY_STRING:r=/old_index.html/?v=share/02CAC84E7024401C8986E8ED108B9BAB&v=share
/02CAC84E7024401C8986E8ED108B9BAB

SCRIPT_NAME:/backend/r.php

REQUEST_URI:/old_index.html/?v=share/02CAC84E7024401C8986E8ED108B9BAB

DOCUMENT_URI:/backend/r.php

It seems like the request is for "old_index.html", but somehow it ends up to 
"backend/r.php" which is the REST API handler, but it shouldn't go there at 
all. It should open up client page.

But this seems like heavily customized, so cannot help with this.

Original comment by samuli.j...@gmail.com on 13 Mar 2015 at 8:27