Skip to content
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

[issue #203] Catch Win32Exception and make 401 #206

Merged
merged 2 commits into from
Apr 11, 2015

Commits on Mar 31, 2015

  1. [issue #203] Catch Win32Exception and make 401

    A fix to capture tomcat 6, 7, and 8 negotiate authenticator
    Win32Exception which started occurring around June 2015 per issue #107.
    Around that time Exception was switched out for IOException which
    allowed Win32Exception to occur.  Now catch that and perform same
    actions as IOException.  Left original unit tests capturing fall through
    and added new check as this shows Negotiate, NTLM where the comma was
    normally expected to be a space.  This does fix the condition but I'm
    not 100% certain this is correct from unit test side.
    hazendaz committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    541f43f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Updated changelog.

    hazendaz committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    3b44ae9 View commit details
    Browse the repository at this point in the history