java - I am getting "Authentication did not succeed for user ID" repeatedly 20 times -


i using apachewink , liberty 8.5 when user enters wrong password @ server console below log message printed 20 times consecutively.

[audit ] cwwks1100a: authentication did not succeed user id sdwtest1@in.ibm.com. invalid user id or password specified.

i debugged client code of apache wink above logs printed when call reaches line java.net.httpurlconnection.getresponsecode()

when call returns give response code 401. connection.getresponsecode() call made org.apache.wink.client.internal.handlers.httpurlconnectionhandler class

i want if @ first attempt 401 received should not retry again.

any appreciated.

i found apar related message, http://www-01.ibm.com/support/docview.wss?uid=swg1pm65742 if not running 8.5.0.1 or higher suggest upgrade see if helps.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -