only reload on errors when logged in #2448
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To test:
http://example.com/login?redirect_url=/owncloud/apps/filesThe gallery app will see
apps/filesin the url, think it's in the files app and serve it's script.The gallery scripts will try to load the config trough an ajax call, the ajax call will fail since the user is logged out, the 401 error will be detected and a reload will be scheduled.
This keeps repeating itself over and over again.
Note that this could be fixed in the gallery app (although not trivially since it needs to load it scripts on non logged in public shares) but preventing apps from ever triggering this case seems useful.
This bug is brought to you by running master in production and having parents who can't type in their passwords within 5 seconds.