Skip to content

fix: encode jobId in JobGet#getJclCommon URL - #603

Merged
frankgiordano merged 1 commit into
zowe:mainfrom
Shantanu675:issue-595-encode-uri
Jul 28, 2026
Merged

fix: encode jobId in JobGet#getJclCommon URL#603
frankgiordano merged 1 commit into
zowe:mainfrom
Shantanu675:issue-595-encode-uri

Conversation

@Shantanu675

Copy link
Copy Markdown
Contributor

Summary

Encode jobId using EncodeUtils.encodeURIComponent() when constructing the URL in JobGet#getJclCommon().

Fixes #595.

Testing

  • Ran mvn clean test
  • All tests passed (1191 tests, 0 failures)

Signed-off-by: Shantanu675 <shantanudanej05@gmail.com>
@frankgiordano
frankgiordano merged commit d9df85c into zowe:main Jul 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the missing encodeURIComponent call to the URL in the JobGet#getJclCommon() method.

2 participants