You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retries on authentication failures do not reset on succesful authentication.
Expected Behavior
The Teamcity plugin utilises Cx-Client-Common with a failure tolerance of 3 authentication errors. This should reset after succesful authentication.
Actual Behavior
Failed authentication retries do not reset after succesfull authentication. Tokens expire after an hour and are reset succesfully, however after 3 hours the retries become 0, and the plugin throws an exception.
Reproduction
Configure a scan using the Checkmarx Teamcity plugin that takes over 3 hours. A null pointer exception will be triggered.
Environment Details
Teamcity Checkmarx plugin 2020.3.8
The text was updated successfully, but these errors were encountered:
Description
Retries on authentication failures do not reset on succesful authentication.
Expected Behavior
The Teamcity plugin utilises Cx-Client-Common with a failure tolerance of 3 authentication errors. This should reset after succesful authentication.
Actual Behavior
Failed authentication retries do not reset after succesfull authentication. Tokens expire after an hour and are reset succesfully, however after 3 hours the retries become 0, and the plugin throws an exception.
Reproduction
Configure a scan using the Checkmarx Teamcity plugin that takes over 3 hours. A null pointer exception will be triggered.
Environment Details
The text was updated successfully, but these errors were encountered: