In glu script, when I try to fetch the application content for deployment with this call
shell.fetch('
http://somehost:28080/theapp/some/rest/path/1')
glu downloads the file and name it '1' instead of using the actual name provided by Content-Disposition header in the response.
How can I get glu to use the header so the downloaded file has the right filename?
Thanks,
Ed