JAL-1950 JAL-715 fall through for 201 ‘CREATED’ codes after job submission to get...
authorJim Procter <jprocter@issues.jalview.org>
Wed, 28 Oct 2015 11:39:46 +0000 (11:39 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 28 Oct 2015 11:39:46 +0000 (11:39 +0000)
src/jalview/ws/rest/RestJobThread.java

index 629a3ff..4ba613a 100644 (file)
@@ -285,6 +285,9 @@ public class RestJobThread extends AWSThread
       case 202:
         markJobAsRunning(rj);
         break;
+
+      case 201:
+        // Created - redirect may be present. Fallthrough to 302
       case 302:
         extractJobId(rj, response);
         completeStatus(rj, response);