mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 01:36:18 +00:00
#20: Audit log displayed on main screen
This commit is contained in:
@@ -117,8 +117,6 @@ public class RequestContextFilter implements Filter {
|
||||
throw new ServletException(e);
|
||||
}
|
||||
}
|
||||
|
||||
ThreadLocalContext.cleanup();
|
||||
|
||||
// No error processing the request : commit / rollback the current transaction depending on the HTTP code
|
||||
if (em.isOpen()) {
|
||||
@@ -143,5 +141,7 @@ public class RequestContextFilter implements Filter {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ThreadLocalContext.cleanup();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user