Increase app.xmlrpcCount for "new style" XML-RPC requests served by Jetty.
Fixes bug 629 http://helma.org/bugs/show_bug.cgi?id=629
This commit is contained in:
parent
fd80b451d9
commit
c531985afe
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ public final class RequestEvaluator implements Runnable {
|
|||
ScriptingEngine.ARGS_WRAP_XMLRPC,
|
||||
false);
|
||||
res.writeXmlRpcResponse(result);
|
||||
app.xmlrpcCount += 1;
|
||||
} else {
|
||||
scriptingEngine.invoke(currentElement,
|
||||
actionProcessor,
|
||||
|
|
Loading…
Add table
Reference in a new issue