Fix null user loop in JSON-RPC requests
- Add web facade initialization to handleJsonRpc method - This prevents Moqui UserFacade null user session warnings - Ensures proper HTTP session linkage for JSON-RPC requests - JSON-RPC requests now work consistently like SSE connections The null user loop was caused by ExecutionContext not having proper web facade initialization for JSON-RPC requests, while SSE connections were properly initialized. This fix ensures both request types have consistent session management.
Showing
1 changed file
with
10 additions
and
0 deletions
-
Please register or sign in to post a comment