Issues
- Lucene Search with ^LDEV-1901Michael Offner
- SOAP WebServices Type Mapping issue #2LDEV-1501Resolved issue: LDEV-1501Michael Offner
- CFMAIL replaces/inserts chars into email outputLDEV-1463Resolved issue: LDEV-1463Patrick Quinn
- SourceNameClassVisitor passes invalid argument to objectweb.asm.ClassVisitor?LDEV-1407
- Valid https request throws "Unknown host: hostname in certificate didn't match"LDEV-1164Resolved issue: LDEV-1164Michael Offner
- Proxy settings in server admin brokenLDEV-1114Resolved issue: LDEV-1114Pothys - MitrahSoft
- <cfsavecontent> whitespace options that work in a cfm template do not work in a CFCLDEV-980Michael Offner
- JSON-String inside <cfsavecontent> throws errorLDEV-969Resolved issue: LDEV-969Michael Offner
- SOAP WebServices Type Mapping issueLDEV-933Resolved issue: LDEV-933
- Included cacerts trust store is out of dateLDEV-916Resolved issue: LDEV-916Michael Offner
- ORMExecuteQuery: Passing array of objects as parameter raises a casting exceptionLDEV-881Resolved issue: LDEV-881Michael Offner
- Changing code in a file that's been loaded with two different cases errorsLDEV-869Resolved issue: LDEV-869Michael Offner
- Defined serverSideFormValidation attribute should not throw errorLDEV-865Michael Offner
- CFApplication "update" action overwrites clustered session dataLDEV-855Resolved issue: LDEV-855Michael Offner
- cfpdfparam source as dynamic variable failsLDEV-852Resolved issue: LDEV-852Michael Offner
- Server-Mapped CFML Resources Can Use Inappropriate Application.cfcLDEV-843Michael Offner
- HtmlParse() with XmlSearch() namespace issueLDEV-839Michael Offner
- Issues with multiple SQL statements in a single <cfquery /> (MSSQL)LDEV-832Resolved issue: LDEV-832
- Full Source Dump for Script Component with Syntax ErrorsLDEV-831Resolved issue: LDEV-831Michael Offner
- IsNull() returning NULL in <cfdump>, but is working in cfscript dump()LDEV-819Resolved issue: LDEV-819Michael Offner
- Writelog/cflog's file is not unique per web contextLDEV-812Resolved issue: LDEV-812
- this.javasettings watchInterval has no effectLDEV-800Michael Offner
- Lucee welcome page always shown after service restartLDEV-799Resolved issue: LDEV-799Michael Offner
- CGI.HTTPS is not setLDEV-794Resolved issue: LDEV-794Igal Sapir
- Web Service CFC soap XMLLDEV-789Resolved issue: LDEV-789Michael Offner
- CSRFverifyToken() does not work when this.sessionCluster = trueLDEV-784Resolved issue: LDEV-784Pothys - MitrahSoft
- https does not work for extensions downloadLDEV-783Resolved issue: LDEV-783Igal Sapir
- cfhttp fails to redirect on postLDEV-781Resolved issue: LDEV-781
- CFMAIL intermittently fails with exception java.lang.ThreadDeathLDEV-779Resolved issue: LDEV-779Michael Offner
- sessionRotate() does not work when this.sessionCluster = trueLDEV-769Resolved issue: LDEV-769Michael Offner
- Compilation failed if finally clause contains try-catch blockLDEV-756
- ListRemoveDuplicates leaves trailing comma on list.LDEV-736Resolved issue: LDEV-736Michael Offner
- <cfquery> fails in custom error template without timeout attribute in case of an request time outLDEV-731Michael Offner
- LSNumberFormat outputs wrong thousands separator for 'switzerland' locales w/o maskLDEV-730Resolved issue: LDEV-730Michael Offner
- LSCurrencyFormat create smudge characters for several localesLDEV-729Resolved issue: LDEV-729Michael Offner
- Dotted url/form keys can end in loss of valuesLDEV-728Resolved issue: LDEV-728Michael Offner
- When listing entities in an error, need to order them alphabeticallyLDEV-717
- onSessionEnd creates WEB-INF/lucee/output/onSessionEnd.outLDEV-714Resolved issue: LDEV-714Michael Offner
- Information loss using xmlParseLDEV-710Michael Offner
- struct.clone() does not reliably preserve types of cloned child fieldsLDEV-709Michael Offner
- listRemoveDuplicates function keeps blank and leave commaLDEV-708Resolved issue: LDEV-708Michael Offner
- CRC checksums for files from zip "list" action are incorrectLDEV-693Michael Offner
- getApplicationSettings() does not return expected resultsLDEV-692Resolved issue: LDEV-692Michael Offner
- QoQ Count(*) crashes when object columns presentLDEV-691Resolved issue: LDEV-691Michael Offner
- railo-sl4j.jar still present in Lucee installersLDEV-686Resolved issue: LDEV-686Michael Offner
- Query of Query with Aggregate Function Max Returns Error when Reserved Word in Orignal QueryLDEV-685
- Double spaces in filename combined to one in cfdirectory name attributeLDEV-678Resolved issue: LDEV-678Pothys - MitrahSoft
- sessionrotate() kills session when using datasource storageLDEV-677Resolved issue: LDEV-677Michael Offner
- Inconsistent data storage, problematic when passing Object params to Java methodsLDEV-674Resolved issue: LDEV-674Michael Offner
- Timestamp returned by Now() is inconsistent with ACF and RailoLDEV-673Resolved issue: LDEV-673Michael Offner
50 of 71
Lucene Search with ^
Description
Environment
Windows / Linux, tested on 4.5.2 and latest 5.2.7.
Details
Assignee
Michael OffnerMichael OffnerReporter
Michael DiederichMichael DiederichPriority
MinorNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Michael Diederich
Michael DiederichPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 22 June 2018 at 10:18
Updated 13 August 2018 at 17:51
Activity
Show:
Pothys - MitrahSoft26 June 2018 at 15:14Edited
I've added test case for this ticket & confirmed the issue (Cannot parse 'TestWord^s': Lexical error at line 1) happened while using ^ on cfsearch criteria. It escapes for other special characters (Like $,&,*) except ^ this.
Pull request: https://github.com/lucee/Lucee/pull/531
After is fixed, there is an exception when you search for "^":
{{Cannot parse '': Encountered " "" "^ "" at line 1, column 0.
Was expecting one of:
<NOT> ...
"+" ...
"-" ...
"(" ...
"*" ...
<QUOTED> ...
<TERM> ...
<PREFIXTERM> ...
<WILDTERM> ...
"[" ...
"{" ...
<NUMBER> ...
<TERM> ...
"*" ...}}
Alternative:
Cannot parse 'Test^': Encountered "<EOF>" at line 1, column 5.
Was expecting: (see error message above)
lucee.runtime.search.SearchException