Menu

#100 bug in handling regular expressions with a constant portion

Version 5.6
open
4
2011-01-18
2009-12-29
No

When using the constant portion optimization for regular expressions, the case where there is a constant portion and no other regular expression characters should not be treated as if the equals operation was used. It should still be treated as a regular expression. For example, in the context of paths, the regular expression ‘^/’ should collect all paths that begin with '/', however, it currently only collects the path ‘/’ because the constant portion is being treated as if the equals operation was used.

Discussion

  • Jonathan Baker

    Jonathan Baker - 2010-01-27
    • priority: 5 --> 7
    • assigned_to: nobody --> djhaynes
     
  • Jonathan Baker

    Jonathan Baker - 2010-03-19
    • priority: 7 --> 8
     
  • Jonathan Baker

    Jonathan Baker - 2011-01-18
    • priority: 8 --> 4
     

Log in to post a comment.