Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We are getting the following error when users try to log work, and some aren't able to complete the action:
/secure/CreateWorklog!default.jspa [filters.steps.requestcleanup.WebworkActionCleanupStep] Thread corrupted! ActionContext still references a HttpSession.
Any hint on whats causing it and how to fix it?
Hi Pablo.
About that error, it is caused by a custom filter you created with some issues in his code.
That message is caused because in the code there are several calls to the method doFilter of the FilterChain interface at the same time. That was what I could reproduced, the error was removed after cleaning the code and taking care with the calls to doFilter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.