This content has been marked as final.
Show 1 reply
-
1. Re: How to access CQ configuration settings using CQ HTTP client?
Sham HC Jul 17, 2012 6:40 AM (in response to Abhishek.Anand)Yes it is directly available. The proxy does not need to be explicitly configured for each HttpClient since it is done automatically when the com.day.commons.osgi.wrapper.commons-httpclient gets activated. Make sure your bundle imports [1] and call as HttpClient client = new HttpClient();
[1]
org.apache.commons.httpclient,version=3.1.0 from com.day.commons.osgi.wrapper.commons-httpclient (xx)
org.apache.commons.httpclient.methods,version=3.1.0 from com.day.commons.osgi.wrapper.commons-httpclient (xx)


