-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Trigger with invalid event returns 500 #1019
Comments
Is it the same as #702? |
Is this running agains main/nexus images or against the Jakarta release @cherrycl - I know of a potential avenue for regression in main that I will look into in the next couple days. |
Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes edgexfoundry#1019 Signed-off-by: Alex Ullrich <[email protected]>
@cherrycl @lenny-intel this looks like another regression from trigger refactoring far as I can tell. Needed to give the trigger insight into whether the service target type is |
Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes edgexfoundry#1019 Signed-off-by: Alex Ullrich <[email protected]>
Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes edgexfoundry#1019 Signed-off-by: Alex Ullrich <[email protected]>
Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes edgexfoundry#1019 Signed-off-by: Alex Ullrich <[email protected]>
Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes edgexfoundry#1019 Signed-off-by: Alex Ullrich <[email protected]>
Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes #1019 Signed-off-by: Alex Ullrich <[email protected]> Co-authored-by: Lenny Goodell <[email protected]>
…dry#1022) Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes edgexfoundry#1019 Signed-off-by: Alex Ullrich <[email protected]> Co-authored-by: Lenny Goodell <[email protected]>
Set ExecutionOrder = "FilterByDeviceName, Transform, SetResponseData"
Request:
Response:
Expected result:
UseTargetTypeOfByteArray=
false
should return status code 400 andUseTargetTypeOfByteArray=true
should return status code 422.Currently, no matter UseTargetTypeOfByteArray=
false
ortrue
both return500
.The text was updated successfully, but these errors were encountered: