-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0-cr-1
-
None
war2 = war.shallowCopy(); war.delete("file.txt") Assert.assertTrue(war2.contains("file.text"))
We're going to take a shallow copy approach here, such that:
war2 = war.shallowCopy(); war.get("/path1"); == war2.get("/path1"); // Returns true