zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #00051
[Bug 855709] [NEW] Construction of invalid regular expression
Public bug reported:
In modules/org/expath/ns/file.xq line 739, the line that reads:
if (matches($path, concat("^\", $delim, "+$"))) then
constructs an invalid regular expression when $delim is '/' as it would
be on a Unix system. Only explicitly permitted characters may be
escaped and '/' isn't one of them.
This bug is blocking the fix of bug #855715.
** Affects: zorba
Importance: Undecided
Assignee: Gabriel Petrovay (gabipetrovay)
Status: New
** Changed in: zorba
Assignee: (unassigned) => Gabriel Petrovay (gabipetrovay)
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/855709
Title:
Construction of invalid regular expression
Status in Zorba - The XQuery Processor:
New
Bug description:
In modules/org/expath/ns/file.xq line 739, the line that reads:
if (matches($path, concat("^\", $delim, "+$"))) then
constructs an invalid regular expression when $delim is '/' as it
would be on a Unix system. Only explicitly permitted characters may
be escaped and '/' isn't one of them.
This bug is blocking the fix of bug #855715.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/855709/+subscriptions
Follow ups
References