[
https://issues.apache.org/jira/browse/LANG-1406?focusedWorklogId=391112&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-391112
]
ASF GitHub Bot logged work on LANG-1406:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Feb/20 13:51
Start Date: 22/Feb/20 13:51
Worklog Time Spent: 10m
Work Description: garydgregory commented on issue #381: LANG-1406
StringIndexOutOfBoundsException in StringUtils.replaceIgnor…
URL: https://github.com/apache/commons-lang/pull/381#issuecomment-589958166
Needs conflicts resolved...
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 391112)
Time Spent: 3h 20m (was: 3h 10m)
> StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase()
> ------------------------------------------------------------------
>
> Key: LANG-1406
> URL: https://issues.apache.org/jira/browse/LANG-1406
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.*
> Reporter: Michael Ryan
> Priority: Major
> Fix For: 3.10
>
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> STEPS TO REPRODUCE:
> {code}
> StringUtils.replaceIgnoreCase("\u0130x", "x", "")
> {code}
> EXPECTED: "\u0130" is returned.
> ACTUAL: StringIndexOutOfBoundsException
> This happens because the replace method is assuming that text.length() ==
> text.toLowerCase().length(), which is not true for certain characters.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)