Hi, Looks like the same issue with ZipAggregationStrategy <https://github.com/apache/camel/blob/master/components/camel-zipfile/src/main/java/org/apache/camel/processor/aggregate/zipfile/ZipAggregationStrategy.java> there is no way to add empty folder (ZipEnty is a directory entry when name ends with a '/'). At least will be an exception in this code <https://github.com/apache/camel/blob/master/components/camel-zipfile/src/main/java/org/apache/camel/processor/aggregate/zipfile/ZipAggregationStrategy.java#L187-L193> Thanks.
-- View this message in context: http://camel.465427.n5.nabble.com/camel-zipfile-tp5793495p5793793.html Sent from the Camel Development mailing list archive at Nabble.com.