#14577 closed bug (fixed)
webpositive cut last symbol of file name on download
Reported by: | hugeping | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | webpositive | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
While downloading file from: http://instead-games.ru/download/instead-cat-1.6.zip
I got file with .zi extension, not .zip. It's like, that there is some wrong indexing error...
Change History (3)
comment:1 by , 6 years ago
comment:3 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
There is actually a bug on the webserver side. The filename they tell us to use is:
(you can check this with curl -v on the url). Notice the missing closing brace, which apparently confuses our HTTP library. Still we should be able to catch this problem.