2008/7/28 Bartek Wasko <[EMAIL PROTECTED]>:
> Hi
>
> In our struts1 (1.3.8) application we encountered such a problem.
>
> getServlet() invoked from action code returns null.
>
> After quick investigation I found a bit susspicious place in the
> RequestProcessor#processActionCreate code.
> The sync
Hi
In our struts1 (1.3.8) application we encountered such a problem.
getServlet() invoked from action code returns null.
After quick investigation I found a bit susspicious place in the
RequestProcessor#processActionCreate code.
The synchronized block seems to be a bit risky in highly concurre