bmhm edited a comment on issue #209: [SHIRO-530] INI parser does not properly 
handled backslashes at end o…
URL: https://github.com/apache/shiro/pull/209#issuecomment-606678292
 
 
   I am not so sure about this commit. It would be possible, in theory, that 
someone misused the escaping backslashes (which disappeared from the value) as 
indendation:
   
   ```ini
   key    =    value\
             \\1
   ```
   
   In the old word, this was `"key" => "value1"`, but in the new one it would 
be "value\\\\1".

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to