GitHub user Vreijsen opened a pull request:
https://github.com/apache/camel/pull/2019
Support folders in path for ZipFileDataFormat#marshal
The `ZipFileDataFormat#marshal` now uses the full path given in the
`FILE_NAME` header as the name for the `ZipEntry`. This way it will create the
specified folders in the generated zip file.
The out `FILE_NAME` header however still uses the pathless version of the
in `FILE_NAME` header.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Vreijsen/camel zipfile-folders-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2019.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2019
----
----
---