This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/5469] New: Cases where regex function is not matching correctly


1. tex*/html
   Its not matching the url entry text/html.

2 Tested in local c programs :

   For pattern to match - /pravin/.
   and url = /pravin/xp.gif

   He is giving that both are matched.some problems with '.'
   because it is a regex character.

3 For rules configured - /pravin/*.gif
   and url = /pravin/xp.gif
   He is not matching the url

 So I think we have to do something so it can match regex characters also
 or we can remove the support for '.' but as per case 1 its not matching  
 correctly the "*/" also.

-- 
           Summary: Cases where regex function is not matching  correctly
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: regex
        AssignedTo: drepper at redhat dot com
        ReportedBy: punitkandoi at gmail dot com
                CC: glibc-bugs-regex at sources dot redhat dot com,glibc-
                    bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=5469

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]