-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
returns a 404 instead of exception if app is not installed - #13088 #13134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
backport to 15 will be needed |
|
I guess we should adjust the setup check in the same run, it probably still fails if a 404 code is returned. |
|
/backport to stable15 |
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
deefb9e to
a3be286
Compare
|
As discussed with @daita we use a 501 Not implemented now, so we can properly check if the url rewrite is properly setup even if there is no app hooking into the webfinger endpoint. |
|
Would be good to get this in, so we probably can get the backport for stable15 in 15.0.1. |
rullzer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me
|
/backport to stable15 |
MorrisJobke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works 👍
|
backport to stable15 in #13357 |
Fixes #13088