Hi,
In ReqHandler.jsp, the code :
<%@ page errorPage="/nowork.jsp"%>
makes a dangerous reference to /nowork.jsp.
If the working directory is not the root one, this
induces an error.
This bug has been detected while porting offsync to
let it run on a public server (MyCGIServer.com in this
case). In such a context, there is never a public
access to the root directory...