Activity log for bug #855709

Date Who What changed Old value New value Message
2011-09-21 16:38:15 Paul J. Lucas bug added bug
2011-09-21 16:39:00 Paul J. Lucas zorba: assignee Gabriel Petrovay (gabipetrovay)
2011-09-21 16:44:08 Paul J. Lucas 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. 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.
2011-09-22 22:45:42 Paul J. Lucas zorba: importance Undecided High
2011-10-17 11:50:55 Gabriel Petrovay branch linked lp:~zorba-coders/zorba/file_regex
2011-10-17 11:54:08 Gabriel Petrovay zorba: status New In Progress
2011-11-19 16:22:40 Paul J. Lucas zorba: status In Progress Fix Committed
2012-06-12 23:21:20 Dana Florescu zorba: status Fix Committed Fix Released