SES-31: Added hint for problems related to Sun Bug 6851973

This commit is contained in:
Mike Wiesner
2010-02-10 12:40:00 +00:00
parent 3a8c68140e
commit 0734b1b6c1

View File

@@ -86,6 +86,12 @@ import org.springframework.web.filter.GenericFilterBean;
* </bean>
* </beans>
* </pre>
*
* If you get a "GSSException: Channel binding mismatch (Mechanism level:ChannelBinding not provided!)
* have a look at this <a href="http://bugs.sun.com/view_bug.do?bug_id=6851973">bug</a>.<br />
* A workaround unti this is fixed in the JVM is to change
* HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA\SuppressExtendedProtection to 0x02
*
*
* @author Mike Wiesner
* @since 1.0