From: <die...@us...> - 2010-03-19 09:34:16
|
Revision: 2159 http://openutils.svn.sourceforge.net/openutils/?rev=2159&view=rev Author: diego_schivo Date: 2010-03-19 09:34:10 +0000 (Fri, 19 Mar 2010) Log Message: ----------- CRIT-9 deprecated escapeIllegalXpathSearchChars (not used anymore in openutils-mgnlcriteria) Modified Paths: -------------- trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/xpath/utils/XPathTextUtils.java Modified: trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/xpath/utils/XPathTextUtils.java =================================================================== --- trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/xpath/utils/XPathTextUtils.java 2010-03-19 09:25:21 UTC (rev 2158) +++ trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/xpath/utils/XPathTextUtils.java 2010-03-19 09:34:10 UTC (rev 2159) @@ -47,6 +47,7 @@ * here just to keep this API JCR implementation agnostic * @param string the string to encode * @return the escaped string + * @deprecated may cause JCRQueryException on search-expressions like "\"milano\"" (CRIT-9) */ public static String escapeIllegalXpathSearchChars(String s) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |