Skip to content

Commit

Permalink
Update SpnegoNegotiateCredentialsAction.java (#3429)
Browse files Browse the repository at this point in the history
Removed the hard-coded list of supported browsers to make the "cas.authn.spnego.supportedBrowsers" (cas.properties) directive usable.
  • Loading branch information
gregamu authored and SavvasMisaghMoayyed committed Jul 25, 2018
1 parent 0f86667 commit e3eaa4d
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -82,10 +82,6 @@ public SpnegoNegotiateCredentialsAction(final List<String> supportedBrowser, fin
this.mixedModeAuthentication = mixedModeAuthenticationEnabled;

this.supportedBrowser = supportedBrowser;
this.supportedBrowser.add("MSIE");
this.supportedBrowser.add("Trident");
this.supportedBrowser.add("Firefox");
this.supportedBrowser.add("AppleWebKit");
}

@Override
Expand Down

0 comments on commit e3eaa4d

Please sign in to comment.