Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Always call prior handlers in challenge #982

Closed
wants to merge 2 commits into from
Closed

Always call prior handlers in challenge #982

wants to merge 2 commits into from

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Sep 21, 2016

cc @Tratcher

FYI I have a 'bad feeling about this' change, no tests failed either as a result :/... I added one to verify the new behavior

Fixes #930

@dnfclas
Copy link

dnfclas commented Sep 21, 2016

Hi @HaoK, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@@ -323,7 +328,7 @@ protected virtual Task<bool> HandleForbiddenAsync(ChallengeContext context)
/// changing the 401 result to 302 of a login page or external sign-in location.)
/// </summary>
/// <param name="context"></param>
/// <returns>True if no other handlers should be called</returns>
/// <returns>The returned boolean is ignored.</returns>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"The returned boolean is no longer used."

@HaoK
Copy link
Member Author

HaoK commented Sep 21, 2016

e12838e

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants