Hello Gurus,
after dig here and there... i think i came out a fix and i want to get feedback from all of you .
I edited ntlmfilter.java file , search for keyword "ntlm = NtlmSsp.authenticate(request, response, challenge);" then below this line, i add
1
2
3 try{
4 SmbSession.logon(uniAddress, ntlm);
5
6 }
7 catch( jcifs.smb.SmbException smbE){
8 //only print brief error and skip
9 _log.error("smbSession.logon error logon credential");
10 return null;
11 }
now, if the ntlm pop up appear , you enter wrong password, u will not be allow to log in . and foward to blank page . maybe forward to blank page is not a good idea. any suggestion ? maybe you folks can give me feedback . if this is the fix to the problem. can someone put this in SVN. your feedback is needed, so that i can comment something in issues.liferay.com on the bug reported