Closed
Bug 57821
Opened 24 years ago
Closed 23 years ago
Empty regular expression match nothing
Categories
(Bugzilla :: Administration, task, P2)
Bugzilla
Administration
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: n_hibma, Assigned: n_hibma)
References
()
Details
(Whiteboard: 2.16)
Attachments
(1 file)
1.38 KB,
patch
|
jacob
:
review+
jacob
:
review+
|
Details | Diff | Splinter Review |
Empty regular expressions do not match anything when searching for users.
Patch against todays bugzilla at URL.
Assignee | ||
Comment 1•24 years ago
|
||
Make the URL a FQHN
Updated•24 years ago
|
Whiteboard: 2.14
Updated•24 years ago
|
Whiteboard: 2.14 → 2.16
Comment 3•24 years ago
|
||
Updated•23 years ago
|
Priority: P3 → P2
Comment 4•23 years ago
|
||
Actually, it's worse than not matching anything, it does this:
Software error:
SELECT login_name,realname,disabledtext FROM profiles WHERE login_name regexp''
ORDER BY login_name: Got error 'empty
(sub)expression' from regexp at globals.pl line 195.
Comment 5•23 years ago
|
||
-> New Bugzilla Product
I don't know if this is limited to editusers.cgi, or if it's a concern in
buglist.cgi, too.
Assignee: tara → justdave
Component: Bugzilla → Administration
Product: Webtools → Bugzilla
Version: other → unspecified
Comment 7•23 years ago
|
||
Comment on attachment 26538 [details] [diff] [review]
the mentioned patch, just in case ...
It works
r=jake
No second review required.
Attachment #26538 -
Flags: review+
Comment 8•23 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•