-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When processing conditions, the original data in the request must be passed in, but when conditions are applied for REST requests, a recursive descent of the data was taking place, and it was the descending tree that was passed to the condition processing code. Fix the code that checks existence of a STEP to allow the data to be scanned for the step and that value to be used. Fix some small memory leaks discovered in testing.
- Loading branch information
1 parent
103869e
commit 487eb1f
Showing
3 changed files
with
66 additions
and
36 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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