https://bz.apache.org/bugzilla/show_bug.cgi?id=60628
Bug ID: 60628
Summary: Ant Get Task To Accept Arbitrary Header
Product: Ant
Version: 1.10.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I am in a situation where we need the ant <get> task to accept arbitrary HTTP
headers used for authentication and authorization.
Something like:
<get src="some source" dest="some dest">
<header name="h1" value="val1"/>
<header name="h2" value="val2"/>
</get>
Created a working patch...
Patch will be submitted shortly.
Note that this is similar to issue 24713
This issue has been discussed at
http://mail-archives.apache.org/mod_mbox/ant-user/201701.mbox/%3CCAJn2xr8Z7iuf2iSNBsS8bZ=pkaezec0ggy2gn-hf6258ngu...@mail.gmail.com%3E
--
You are receiving this mail because:
You are the assignee for the bug.