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

Pass POST parameters in body rather than query string #1487

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

basil
Copy link
Member

@basil basil commented Jul 18, 2023

See jenkinsci/jenkins#8279. There is no user-visible bug here, nor is there any security problem. But the code did not conform to best practices. This PR is a code cleanup PR to make the code conform to best practices. There is no urgent need to merge and release it.

To test this PR, I set breakpoints on the modified lines and exercised the code successfully by generating and subsequently revoking an API token.

Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

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

Thanks!

@MarkEWaite MarkEWaite enabled auto-merge (squash) July 18, 2023 17:31
@MarkEWaite MarkEWaite merged commit 12ff39e into jenkinsci:master Jul 18, 2023
@MarkEWaite MarkEWaite added the chore Reduces maintenance effort by changes not directly visible to users label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Reduces maintenance effort by changes not directly visible to users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants