CreateWorklog Thread corrupted! ActionContext still references a HttpSession

Pablo Arango May 8, 2014

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?

1 answer

1 accepted

0 votes
Answer accepted
JPB May 15, 2014

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.

Suggest an answer

Log in or Sign up to answer