Ticket Hash: | 97c0994ae4aa90531b2929e2d64189ccaec444ff | ||
Title: | selectNodes -cache 1 and a syntactically incorrect xPath statement | ||
Status: | Closed | Type: | Code_Defect |
Severity: | Important | Priority: | Immediate |
Subsystem: | Resolution: | Fixed | |
Last Modified: |
2017-06-16 00:37:05 8.35 years ago |
Created: |
2017-06-15 16:37:17 8.35 years ago |
Version Found In: | head |
User Comments: | ||||
anonymous added on 2017-06-15 16:37:17:
with [selectNodes -cache 1], when a syntactically-invalid XPath expression is used twice, no error is raised the second time, and an empty expression is used by xPathEval. Here is a patch:
rolf added on 2017-06-16 00:36:27: You're right. Fix applied. Thanks. |