[ 
https://issues.apache.org/jira/browse/CAMEL-14748?focusedWorklogId=407112&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-407112
 ]

ASF GitHub Bot logged work on CAMEL-14748:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Mar/20 16:07
            Start Date: 20/Mar/20 16:07
    Worklog Time Spent: 10m 
      Work Description: omarsmak commented on pull request #3657: CAMEL-14748: 
Throw an error with corrupt zip file
URL: https://github.com/apache/camel/pull/3657
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 407112)
    Time Spent: 20m  (was: 10m)

> Unmarshal ZIP w/ error handling in Camel 3.x
> --------------------------------------------
>
>                 Key: CAMEL-14748
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14748
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-zipfile
>    Affects Versions: 3.0.1
>            Reporter: Gerald Kallas
>            Assignee: Omar Al-Safi
>            Priority: Major
>             Fix For: 3.2.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I've following route
>  
>  
> {code:java}
> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";>
>  <camelContext xmlns="http://camel.apache.org/schema/blueprint";>
>    <route>
>      <from uri="file:/var/files/in?include=.*\.zip" />
>      <unmarshal>
>        <zipfile />
>      </unmarshal>
>      <log message="body: ${in.body}" />
>      <to uri="file:/var/files/out" />
>    </route>
>  </camelContext>
> </blueprint>{code}
>  
> When I'm sending a corrupted ZIP file to this route I'd expect a Camel 
> runtime error. This won't happen, I'm only getting an empty body.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to