Clears info response when clearing init response
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / data / Responses.java
index 7790c6f..5d0fb75 100644 (file)
@@ -107,7 +107,8 @@ public class Responses implements Serializable {
    * but excluding a possible auth response\r
    */\r
   public void resetInitAndBeyond () {\r
-    dataObjects.put("init", new InitResponse());        \r
+    dataObjects.put("init", new InitResponse());\r
+    dataObjects.put("info", new InfoResponse());\r
     resetSearchAndBeyond();\r
     getSp().resetInitAndBeyond(false);\r
   }\r