ibm_zos_core
ibm_zos_core copied to clipboard
Bugfix/1619/zos mvs raw base64 mode
SUMMARY
The base64 sub-option for return_content does not base64 encode anything. Rather, it 'cat's the dd_output to stdout without making a call to iconv and returns that to the caller. Note: This behavior caused deprecation warnings due to non-utf8 chars being present in stdout.
It may be advantageous for some users to have the ability to base64 encode the contents of some DD and bring it off platform without facing any encoding or auto-conversion issues. Certificates comes to mind as a use case.
- Fixes #1619
- Fixes #1622
- The above doc issue was created to inform users of the gap until the fix in this PR went in, however, this gaps seems to have gone unnoticed for the past 4-5 yrs, so it was decided that the doc would not have to go in as long as this fix went out in a timely manner (which it is on track to do so). Thus the above doc issue will be closed out with the merging of this PR.
ISSUE TYPE
- Bugfix Pull Request
COMPONENT NAME
zos_mvs_raw
There's a LOT MORE info in the issue description #1619