> Please, after changing the java code, what are the steps required to let
> the tag accept children nodes and ?
You should have methods like "setHeaders" (for the headers element) and
"addHeader"/"addConfiguredHeader" for the nested elements.
See https://ant.apache.org/manual/develop.html fo
Hello.
I am using the and get task for downloading files from a remote server.
The server requires tokens custom headers for authentication/authorization
i.e.
I was wondering whether it's a good idea to add that to the current get
task.
I got the source code from github and did some changes in
Hello.
I am using the and get task for downloading files from a remote server.
The server requires tokens custom headers for authentication/authorization
i.e.
I was wondering whether it's a good idea to add that to the current get
task.
I got the source code from github and did some changes in