[jira] [Updated] (OAK-260) Avoid the Turkish Locale Problem

2015-03-10 Thread Thomas Mueller (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-260:
---
Fix Version/s: (was: 1.2)
   1.4

 Avoid the Turkish Locale Problem
 --

 Key: OAK-260
 URL: https://issues.apache.org/jira/browse/OAK-260
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Priority: Minor
 Fix For: 1.4


 We currently use String.toUpperCase() and String.toLowerCase() and in some 
 cases where it is not appropriate. When running using the Turkish profile, 
 this will not work as expected. See also 
 http://mattryall.net/blog/2009/02/the-infamous-turkish-locale-bug
 Problematic are String.toUpperCase(), String.toLowerCase(). 
 String.equalsIgnoreCase(..) isn't a problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-260) Avoid the Turkish Locale Problem

2015-01-06 Thread Thomas Mueller (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-260:
---
Priority: Minor  (was: Major)

 Avoid the Turkish Locale Problem
 --

 Key: OAK-260
 URL: https://issues.apache.org/jira/browse/OAK-260
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Priority: Minor
 Fix For: 1.2


 We currently use String.toUpperCase() and String.toLowerCase() and in some 
 cases where it is not appropriate. When running using the Turkish profile, 
 this will not work as expected. See also 
 http://mattryall.net/blog/2009/02/the-infamous-turkish-locale-bug
 Problematic are String.toUpperCase(), String.toLowerCase(). 
 String.equalsIgnoreCase(..) isn't a problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-260) Avoid the Turkish Locale Problem

2014-10-08 Thread Marcel Reutegger (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcel Reutegger updated OAK-260:
-
Fix Version/s: (was: 1.1.1)
   1.2

 Avoid the Turkish Locale Problem
 --

 Key: OAK-260
 URL: https://issues.apache.org/jira/browse/OAK-260
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: Thomas Mueller
Assignee: Thomas Mueller
 Fix For: 1.2


 We currently use String.toUpperCase() and String.toLowerCase() and in some 
 cases where it is not appropriate. When running using the Turkish profile, 
 this will not work as expected. See also 
 http://mattryall.net/blog/2009/02/the-infamous-turkish-locale-bug
 Problematic are String.toUpperCase(), String.toLowerCase(). 
 String.equalsIgnoreCase(..) isn't a problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-260) Avoid the Turkish Locale Problem

2014-09-30 Thread Amit Jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amit Jain updated OAK-260:
--
Fix Version/s: (was: 1.1)
   1.1.1

 Avoid the Turkish Locale Problem
 --

 Key: OAK-260
 URL: https://issues.apache.org/jira/browse/OAK-260
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: Thomas Mueller
Assignee: Thomas Mueller
 Fix For: 1.1.1


 We currently use String.toUpperCase() and String.toLowerCase() and in some 
 cases where it is not appropriate. When running using the Turkish profile, 
 this will not work as expected. See also 
 http://mattryall.net/blog/2009/02/the-infamous-turkish-locale-bug
 Problematic are String.toUpperCase(), String.toLowerCase(). 
 String.equalsIgnoreCase(..) isn't a problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-260) Avoid the Turkish Locale Problem

2013-11-12 Thread angela (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

angela updated OAK-260:
---

Component/s: jcr
 core

 Avoid the Turkish Locale Problem
 --

 Key: OAK-260
 URL: https://issues.apache.org/jira/browse/OAK-260
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: Thomas Mueller
 Fix For: 0.15


 We currently use String.toUpperCase() and String.toLowerCase() and in some 
 cases where it is not appropriate. When running using the Turkish profile, 
 this will not work as expected. See also 
 http://mattryall.net/blog/2009/02/the-infamous-turkish-locale-bug
 Problematic are String.toUpperCase(), String.toLowerCase(). 
 String.equalsIgnoreCase(..) isn't a problem.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (OAK-260) Avoid the Turkish Locale Problem

2013-11-07 Thread Michael Marth (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Marth updated OAK-260:
--

Fix Version/s: 0.15

 Avoid the Turkish Locale Problem
 --

 Key: OAK-260
 URL: https://issues.apache.org/jira/browse/OAK-260
 Project: Jackrabbit Oak
  Issue Type: Bug
Reporter: Thomas Mueller
 Fix For: 0.15


 We currently use String.toUpperCase() and String.toLowerCase() and in some 
 cases where it is not appropriate. When running using the Turkish profile, 
 this will not work as expected. See also 
 http://mattryall.net/blog/2009/02/the-infamous-turkish-locale-bug
 Problematic are String.toUpperCase(), String.toLowerCase(). 
 String.equalsIgnoreCase(..) isn't a problem.



--
This message was sent by Atlassian JIRA
(v6.1#6144)