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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.