]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedExecutionServerImpl.java
Remove deprecated APIs
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / src / main / java / org / argeo / slc / detached / DetachedExecutionServerImpl.java
index 4a85654572b2a6c82fcc2543229748282e35217d..cd502ea7275319f673c118f517b64258df9dbfac 100644 (file)
@@ -223,16 +223,6 @@ public class DetachedExecutionServerImpl implements DetachedExecutionServer,
                                        log.warn(msg);
                                }                               
                                
-                               // Check paths
-                               if (!previousRequest.getPath().equals(request.getPath())) {
-                                       String msg = "New request is not consistent with previous path. previousPath="
-                                                       + previousRequest.getPath()
-                                                       + ", newPath="
-                                                       + request.getPath() + "\n";
-                                       skippedLog.append(msg);
-                                       log.warn(msg);
-                               }
-                               
                                if (previousAnswer.getStatus() != DetachedAnswer.ERROR) {
                                        // if no error occurred in the replayedSession,
                                        // skip the step