mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Tests: - Inside container, run 'curl http://localhost/transmission/' and 'curl http://localhost/transmission/web'. Notice that '409 Conflict' errors are thrown. - Apply the patch, run ./setup.py install and restart apache. Run the curl commands again and this time, they lead to 302 redirects instead. [sunil]: Update comment and make the redirect temporary. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org> Tested-by: Sunil Mohan Adapa <sunil@medhas.org>