Skip to content
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

fix removing semicolon while decoding params #145

Merged
merged 2 commits into from
May 5, 2023

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented May 5, 2023

Failed to decode params when request query params has semicolons.

Ex: /ctc/servlet/ConfigServlet?param=com.sap.ctc.util.FileSystemConfig;EXECUTE_CMD;CMDLINE=tasklist

Current Decoded Param:

com.sap.ctc.util.FileSystemConfigEXECUTE_CMDCMDLINE=tasklist

Expected Decoded Param:

com.sap.ctc.util.FileSystemConfig;EXECUTE_CMD;CMDLINE=tasklist

Copy link
Member

@tarunKoyalwar tarunKoyalwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm !

@ehsandeep ehsandeep merged commit 1b154eb into main May 5, 2023
@ehsandeep ehsandeep deleted the raw-req-semicolon-removed branch May 5, 2023 18:05
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants