Fossil SCM
local clone of fossil repo does not let save zip archive of check-in
2741e01c0ba2cee…
· opened 16 years, 2 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- Jan. 21, 2010 11:22 p.m.
local
Fossil version [a3c97c9063] 2010-01-21 20:53:59
ZIP archive link on Check-in [a3c97c9063] page:
http://localhost:8080/zip/Fossil-a3c97c9063.zip?uuid=a3c97c9063bfe5b451233f38e21bdf7341c0bd49
redirects to:
http://localhost:8080/login?g=/zip/Fossil-a3c97c9063.zip%3Fuuid%3Da3c97c9063bfe5b451233f38e21bdf7341c0bd49
local user has s rights to repository
remote
Fossil version [a3c97c9063] 2010-01-21 20:53:59
http://www.fossil-scm.org/fossil/zip/Fossil-a3c97c9063.zip?uuid=a3c97c9063bfe5b451233f38e21bdf7341c0bd49
will prompt for saving zip file
anonymous added on 2010-01-21 23:27:58:
the same operation (attemt to save ZIP archive) on local clone of sqlite repo will succed, e.g.
http://localhost:8081/zip/SQLite-a82e6b4585.zip?uuid=a82e6b4585b9ddba581204976cd5ea8704339185
will produce zip archive
drh added on 2010-01-22 01:46:26:
Do you have ZIP permission turned on for users Nobody and/or Anonymous?
You have to do that in order to enable people (who are not logged in as
a real user) to download ZIP archives. It looks like ZIP permission might
be turned off.
altufaltu added on 2010-01-22 02:38:53:
Won't localhost have admin privileges?
The original report says it has.
drh added on 2010-01-22 03:10:16:
Fixed by check-in [9eb7f4fb1ec8a092d1c313461a2cc8ae6bcca34e]
anonymous added on 2010-01-22 05:50:19:
Fossil version [9eb7f4fb1e] 2010-01-22 03:09:32 works as expected.
Thanks.