1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/budget
Alexis Metaireau 9eab5be9a3 RequestRedirect uses a HTTP 301. We need 303.
This is mainly because 301 is cacheable whereas 303 (See other) isn't.
The redirect response given by the app when trying to connect to a project
(via /project_name) while not authenticated was to permanently redirect to
/authenticate.

Once authenticated, the browser was redirected to the /project_name, that was
cached, leading to an endless loop.

303 see other allows to solve this problem.
2011-08-21 22:35:01 +02:00
..
static style the send invitations page 2011-08-21 21:16:32 +02:00
templates authentication dance 2011-08-21 22:20:50 +02:00
default_settings.py Invite people after project creation. 2011-07-30 15:47:26 +02:00
forms.py Re-design (Fixes #19) 2011-08-21 01:42:10 +02:00
models.py Add some more tests about membership. (#14) 2011-08-10 17:49:35 +02:00
tests.py Fix a weird behavior with tests and databases. 2011-08-21 20:54:20 +02:00
utils.py RequestRedirect uses a HTTP 301. We need 303. 2011-08-21 22:35:01 +02:00
web.py RequestRedirect uses a HTTP 301. We need 303. 2011-08-21 22:35:01 +02:00