Re: Being able to modify HTTP headers for a request

2006-12-14 Thread Jason van Zyl
On 14 Dec 06, at 12:24 PM 14 Dec 06, Joakim Erdfelt wrote: I would like to have this optionally work across all current (and future) wagon wheels (providers). How about the following methods? for reference -> http://maven.apache.org/wagon/wagon-provider-api/apidocs/org/apache/ maven/wagon/Wag

Re: Being able to modify HTTP headers for a request

2006-12-14 Thread Joakim Erdfelt
I would like to have this optionally work across all current (and future) wagon wheels (providers). How about the following methods? for reference -> http://maven.apache.org/wagon/wagon-provider-api/apidocs/org/apache/maven/wagon/Wagon.html Wagon.setClientProperties( Properties ); Wagon.setClient

Being able to modify HTTP headers for a request

2006-12-14 Thread Jason van Zyl
Joakime, Do you think you could add something that would allow us to add to set of headers that are sent to a client, and set the client string? In Maven I would like to accurately keep track of what versions of Maven are actively in use and I think being able to send version information