Hi Matias,
I added principal/credentials in 2010.02 servicemix-http component:
Author: jbonofre <jbono...@13f79535-47bb-0310-9956-ffa450edef68>
Date: Thu Apr 15 16:25:45 2010 +0000
[SMXCOMP-698] Authentication is not implemented in the
HttpProviderEndpoint.
The 2010.02 components release will be available soon.
So you have to wait or backmerge the changes on a fork.
Regards
JB
On 12/07/2010 05:29 PM, Matias Urbieta wrote:
Hi JB, i was searching for those properties in the
HTTPProviderEndpoint class[1] (2009.01) and i coundn't find these.
Are you using an specific component version?
[1] org.apache.servicemix.http.endpoints.HttpProviderEndpoint
2010/12/7 Jean-Baptiste Onofré<[email protected]>:
Did you try something like:
<http:provider principal="" credentials=""/>
Regards
JB
On 12/07/2010 04:39 PM, Jean-Baptiste Onofré wrote:
Hi Matias,
the "new" http endpoints doesn't support directly basic authentication.
However, as the new endpoints use Jetty client
(org.mortbay.jetty.client.HttpClient), you can set a Jetty configuration
to manage authentication.
I will try to provide a sample for that.
Regards
JB
On 12/06/2010 08:14 PM, Matias Urbieta wrote:
Hi folks, is there any way to set up a new http provider endpoint for
using basic authentication.
I have seen that it is possible using old http endpoint.
Should i issue a ticket?