When I use continuation in rife, I enable trace. After "pause", the program runs into processContext of com.uwyn.rife.engine.ElementContext, at line 539, here request is set to null by "mRequestState.setRequest (null)". then at line 629 mElementInfo.outputTrace(start, mRequestState), which calls:
output.append(state.getServerName()); and
output.append(state.getServerPort());
from ElementInfo line 897,899. As state.mRequest is set to null, a null-pointer exception will be thrown.
As I am totally new to rife, I dont know if it is ok to just turn off the trace for servername/port in this case, or there is really a bug in the logic ?
Best Regards
wangwei
_______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
