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

Persistent Cookie Issue After Incorrect jiraUser Initialization #89

Open
Asmodeyby opened this issue Nov 7, 2024 · 0 comments
Open

Comments

@Asmodeyby
Copy link

When an incorrect jiraUser is first provided, a cookie is created that persists across subsequent requests. Even if the jiraUser is corrected, the system continues to use the outdated cookie, resulting in ongoing errors until the cookie is manually deleted. This behavior can lead to significant time loss in troubleshooting, as was my case.

Steps to Reproduce:

Initialize a request with an incorrect jiraUser.
Observe that a cookie is created.
Correct the jiraUser and attempt a new request.
Note that the system still throws an error because it continues to use the initial cookie.

Expected Behavior: When the jiraUser is updated, the existing cookie should either be invalidated or updated to reflect the correct user data, preventing subsequent errors.

Suggested Fix/Improvement: Mention this behavior in the README as a known issue or provide guidance on handling cookies in case of jiraUser updates to avoid errors.

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

No branches or pull requests

1 participant