bmarwell edited a comment on pull request #286:
URL: https://github.com/apache/shiro/pull/286#issuecomment-798887811


   > I have one test failed but do we want this to be possible?
   > 
   > ```
   >     @Test
   >     public void testSplitKeyValueEscapedEquals()  {
   >         String test = "Truth\\=Beauty";
   >         String[] kv = Ini.Section.splitKeyValue(test);
   >         assertEquals("Truth", kv[0]);
   >         assertEquals("Beauty", kv[1]);
   >     }
   > ```
   
   For 2.0: no, we do not want to retain such irrational behaviour. For me, the 
equals sign is escaped.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to