[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2012-06-12 Thread Dana Florescu
** Changed in: zorba
   Status: Fix Committed = Fix Released

-- 
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:
  Fix Released

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2011-11-19 Thread Paul J. Lucas
** Changed in: zorba
   Status: In Progress = Fix Committed

-- 
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:
  Fix Committed

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2011-10-17 Thread Gabriel Petrovay
Fix on:
https://code.launchpad.net/~zorba-coders/zorba/file_regex/+merge/79543

** Branch linked: lp:~zorba-coders/zorba/file_regex

** Changed in: zorba
   Status: New = In Progress

-- 
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:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2011-09-22 Thread Paul J. Lucas
** Changed in: zorba
   Importance: Undecided = High

-- 
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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2011-09-21 Thread Paul J. Lucas
** Description changed:

  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.

-- 
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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp