320457 __SPNEGO_AUTH is SPNEGO not SPNEGO-AUTH
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2184 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
c044395a07
commit
9d7dc984b0
|
@ -34,7 +34,7 @@ public class Constraint implements Cloneable, Serializable
|
|||
|
||||
public final static String __CERT_AUTH2 = "CLIENT-CERT";
|
||||
|
||||
public final static String __SPNEGO_AUTH = "SPNEGO-AUTH";
|
||||
public final static String __SPNEGO_AUTH = "SPNEGO";
|
||||
|
||||
public static boolean validateMethod (String method)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue