[jira] [Commented] (TEXT-89) Add UTF-32 surrogate pairs support for WordUtils.initials()

2017-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16086488#comment-16086488 ] ASF GitHub Bot commented on TEXT-89: Github user arunvinudss commented on the issue:

[jira] [Commented] (TEXT-89) Add UTF-32 surrogate pairs support for WordUtils.initials()

2017-07-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16086483#comment-16086483 ] ASF GitHub Bot commented on TEXT-89: Github user coveralls commented on the issue:

[jira] [Commented] (CODEC-228) URLCodec.decode does not throw DecoderException with invalid UTF-8

2017-07-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16086324#comment-16086324 ] Gary Gregory commented on CODEC-228: It seems reasonable to me to add this extra error checking

[jira] [Resolved] (TEXT-85) Create CaseUtils class. Add toCamelCase

2017-07-13 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved TEXT-85. --- Resolution: Fixed Fix Version/s: 1.2 > Create CaseUtils class. Add toCamelCase >

[jira] [Commented] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Arend v. Reinersdorff (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16086305#comment-16086305 ] Arend v. Reinersdorff commented on TEXT-74: --- Hi [~cscherban], I improved the description: It was

[jira] [Updated] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Arend v. Reinersdorff (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arend v. Reinersdorff updated TEXT-74: -- Description: StrSubstitutor replaces variables in values. And currently there's no way to

[jira] [Updated] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Arend v. Reinersdorff (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arend v. Reinersdorff updated TEXT-74: -- Description: In StrSubstitutor variable replacement works in a recursive way. And

[jira] [Updated] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Arend v. Reinersdorff (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arend v. Reinersdorff updated TEXT-74: -- Description: In StrSubstitutor variable replacement works in a recursive way. And

[jira] [Updated] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Arend v. Reinersdorff (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arend v. Reinersdorff updated TEXT-74: -- Description: In StrSubstitutor variable replacement works in a recursive way. And

[jira] [Updated] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Arend v. Reinersdorff (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arend v. Reinersdorff updated TEXT-74: -- Description: In StrSubstitutor variable replacement works in a recursive way. And

[jira] [Updated] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Arend v. Reinersdorff (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arend v. Reinersdorff updated TEXT-74: -- Description: In StrSubstitutor variable replacement works in a recursive way. And

[jira] [Updated] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Arend v. Reinersdorff (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arend v. Reinersdorff updated TEXT-74: -- Description: In StrSubstitutor variable replacement works in a recursive way. And

[jira] [Commented] (NET-640) TFTP sendFile retry broken

2017-07-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/NET-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16086216#comment-16086216 ] Gary Gregory commented on NET-640: -- If you do get the time, GitHub is the best place (IMO) to send us a

[jira] [Created] (IO-545) FilenameUtils.getFullPath incorrectly parses file names that begin with a tilde

2017-07-13 Thread J.P. (JIRA)
J.P. created IO-545: --- Summary: FilenameUtils.getFullPath incorrectly parses file names that begin with a tilde Key: IO-545 URL: https://issues.apache.org/jira/browse/IO-545 Project: Commons IO Issue

[jira] [Commented] (TEXT-47) WordUtils.capitalize() can't handle 1:M conversions

2017-07-13 Thread Amey Jadiye (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16086076#comment-16086076 ] Amey Jadiye commented on TEXT-47: - I don't see even java have solution for this ? can we just create map and

[jira] [Commented] (TEXT-74) StrSubstitutor: Ability to turn off substitution in values

2017-07-13 Thread Christopher Alexander Scherban (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16085825#comment-16085825 ] Christopher Alexander Scherban commented on TEXT-74: Are you essentially just asking that

[jira] [Created] (JEXL-237) Ability to restrict usage of certain names when declaring local variables

2017-07-13 Thread Dmitri Blinov (JIRA)
Dmitri Blinov created JEXL-237: -- Summary: Ability to restrict usage of certain names when declaring local variables Key: JEXL-237 URL: https://issues.apache.org/jira/browse/JEXL-237 Project: Commons