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 servlet name for GetApprovalStatus #4543

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Aug 14, 2023

In commit f91fc5c the GetApprovalStatus was updated to use @WebServlet (PR #4479) but the servlet name was not set correctly and conflicted with GenerateKeyPairServlet which was causing a problem for TPS token enrollment with server-side key generation, but for some reason the CI did not fail until recently.

Now the servlet name has been fixed so the problem should no longer happen.

In commit f91fc5c the
GetApprovalStatus was updated to use @WebServlet but the
servlet name was not set correctly and conflicted with
GenerateKeyPairServlet which was causing a problem for
TPS token enrollment with server-side key generation, but
for some reason the CI did not fail until recently.

Now the servlet name has been fixed so the problem should
no longer happen.
Copy link
Contributor

@ckelleyRH ckelleyRH left a comment

Choose a reason for hiding this comment

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

Oops! Sorry I missed this the first time.

@sonarcloud
Copy link

sonarcloud bot commented Aug 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@edewata
Copy link
Contributor Author

edewata commented Aug 14, 2023

@ckelleyRH Thanks! No worries, the CI should have caught it, but for some reason it didn't.

@edewata edewata merged commit e29314e into dogtagpki:master Aug 14, 2023
150 checks passed
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.

2 participants