Closed
Bug 1432987
Opened 7 years ago
Closed 7 years ago
Remove unused kuma.core.anonymous.AnonymousIdentityMiddleware
Categories
(developer.mozilla.org Graveyard :: Code Cleanup, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rjohnson, Assigned: rjohnson)
Details
(Whiteboard: [specification][type:change])
What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
We have kuma.core.anonymous.AnonymousIdentityMiddleware within our Django middleware stack, but it is never used (i.e., request.anonymous.anonymous_id is never used).
What problems would this solve?
===============================
It will reduce and simplify our code base.
Who would use this?
===================
Staff developers and contributors would have less code to understand and maintain.
What would users see?
=====================
No change.
What would users do? What would happen as a result?
===================================================
Nothing.
Is there anything else we should know?
======================================
No.
Comment 1•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/567d6bc30e781f3cf280a6793ce568568101f852
bug 1432987: remove unused kuma.core.anonymous.AnonymousIdentityMiddleware
https://github.com/mozilla/kuma/commit/8ab5406a8d02fec4a5ef7e4efde9932f5f0b7367
Merge pull request #4635 from escattone/remove-anon-middleware-1432987
bug 1432987: remove unused kuma.core.anonymous.AnonymousIdentityMiddleware
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → rjohnson
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•