Last active
August 29, 2015 13:56
-
-
Save javaduke/8958199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<choice> | |
<when expression="#[payload.size != 0]"> | |
<!-- Add processing logic here --> | |
</when> | |
<otherwise> | |
<set-property propertyName="http.status" value="404"/> | |
<set-payload value="Quoth the server, 404"/> | |
</otherwise> | |
</choice> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment