Closed
Bug 340104
Opened 19 years ago
Closed 19 years ago
Move Bugzilla::Auth::get_netaddr() in Util.pm
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
5.41 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
http://www.justdave.net/bugzilladeps.png shows that we have a Bugzilla::Auth - Bugzilla::Auth::*::Cookie dependency loop because they need get_netaddr(), which is actually in Auth.pm. This routine should be moved into Util.pm.
Assignee | ||
Comment 1•19 years ago
|
||
Assignee: user-accounts → LpSolit
Status: NEW → ASSIGNED
Attachment #224198 -
Flags: review?(justdave)
Updated•19 years ago
|
Attachment #224198 -
Flags: review?(justdave) → review+
Comment 2•19 years ago
|
||
Holding approval because this patch exposed a problem in the script that generates that dependency graph, and I want to fix the graph while we have a documented case of it to test the script against. I'll hopefully have that solved in the next couple hours.
Flags: approval?
Assignee | ||
Comment 4•19 years ago
|
||
Checking in Bugzilla/Auth.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Auth.pm,v <-- Auth.pm
new revision: 1.17; previous revision: 1.16
done
Checking in Bugzilla/Util.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Util.pm,v <-- Util.pm
new revision: 1.46; previous revision: 1.45
done
Checking in Bugzilla/Auth/Login/Cookie.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Auth/Login/Cookie.pm,v <-- Cookie.pm
new revision: 1.3; previous revision: 1.2
done
Checking in Bugzilla/Auth/Persist/Cookie.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Auth/Persist/Cookie.pm,v <-- Cookie.pm
new revision: 1.3; previous revision: 1.2
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•