| | |
| | | |
| | | logModifyRequest(this); |
| | | logModifyResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyPlugins(this); |
| | | return; |
| | | } |
| | | else if (preParseResult.sendResponseImmediately()) |
| | |
| | | logModifyRequest(this); |
| | | break modifyProcessing; |
| | | } |
| | | else if (preParseResult.skipCoreProcessing()) |
| | | { |
| | | skipPostOperation = false; |
| | | break modifyProcessing; |
| | | } |
| | | |
| | | |
| | | // Log the modify request message. |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | processingStopTime = System.currentTimeMillis(); |
| | | |
| | | logModifyResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyPlugins(this); |
| | | return; |
| | | } |
| | | else if (preOpResult.sendResponseImmediately()) |
| | |
| | | skipPostOperation = true; |
| | | break modifyProcessing; |
| | | } |
| | | else if (preOpResult.skipCoreProcessing()) |
| | | { |
| | | skipPostOperation = false; |
| | | break modifyProcessing; |
| | | } |
| | | } |
| | | |
| | | |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | processingStopTime = System.currentTimeMillis(); |
| | | |
| | | logModifyResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyPlugins(this); |
| | | return; |
| | | } |
| | | } |