Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.15
-
None
-
None
Description
Current Situation
- YADE offers HTTPFragment, HTTPSFragment and WEBDavFragment elements that make use of a URL.
- The YADE does not allow to use query parameters in such URLs, particularly not the question mark character.
Desired Behavior
- The YADE should allow query parameters with URL in Selection element.
Test Instructions
- Configure a HTTPSFragment with the URL = https://change.sos-berlin.com
- Configure a Profile with a Copy operation.
- CopySource - HTTPSFragmentRef
- FilePathSelection=issues/?filter=13400
- CopyTarget - LocalTarget
- CopySource - HTTPSFragmentRef
The execution of YADE may fail because by default the file size is checked.
Background:
- Jira
- generates a new response per request with changed HTML content (e.g. REQUEST ID , REQUEST TIMESTAMP etc)
- YADE sends 2 requests per file for the:
- Determination of the file size
- file transfer
- Note: if the content changes dynamically, the size of the transferred file may differ from the previously determined file size.
Disable the CheckSize in the TargetFileOptions element or use another URL with query parameters that always returns the same result.