-
Bug
-
Resolution: Done
-
Major
-
3.0.6.Final
-
None
EntityTagDelegate.fromString(String) does not correctly handle quotes in weak tags.
Thus the following test will fail:
Assert.assertEquals(new EntityTag("1234", true), EntityTagDelegate.fromString("W/\"1234\""));
The problem is, that the fist quote (after "W/") is not stripped from the value-String.