question regarding SPNEGO/kerberos

(from github.com/eimperat)
is it possible to use Spnego/kerberos ticket to crawl websites which I have access to?
currently unable to crawl some internal pages even if supplying username/password with the Web Authentication tool provided

(from github.com/marevol)
Not supported.
Fess supports a web page for BASIC/DIGEST/NTLM/FORM authentication.

(from github.com/eimperat)
okay. i noticed that /src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java has variables for spnego, is it worth trying to modify these and rebuild the project?

(from github.com/marevol)
Fess uses SPNEGO to login to Fess with SSO, not for crawling web sites.