The scraper should pick up proxy details from axis2.xml
-------------------------------------------------------
Key: MASHUP-723
URL: https://wso2.org/jira/browse/MASHUP-723
Project: WSO2 Mashup Server
Issue Type: Bug
Reporter: Keith Godwin Chapman
Assignee: Keith Godwin Chapman
Fix For: 1.1
Web harvest allows us to provide proxy details as
scraper.getHttpClientManager().setHttpProxy("proxy.wh", 3128);
scraper.getHttpClientManager().setHttpProxyCredentials(myUsername,
myPassword, myNTHost, myNTDomain);
where myNTHost and myNTDomain can be null and are used only for NTLM
authentication scheme.
We need to expose this
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev