Hi all,
I'm sorry for this thread,probably I was wrong to start it,but I've got strange error while running celerity.
When I go to some page,1.1.1.1,for example, I have to authorize,like this:
dcp=DefaultCredentialsProvider.new
dcp.addCredentials("login","pasw")
browser.webclient.setCredentialsProvider(dcp)
browser.goto("http:1.1.1.1")
After authorization I click any link and after every click I get the next message:
Feb 19, 2009 12:39:35 PM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
Feb 19, 2009 12:39:36 PM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
Feb 19, 2009 12:39:36 PM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
Feb 19, 2009 12:39:37 PM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
I tried to find something in Google,but failed,appreciate for any help
|