Closed
Bug 711522
Opened 14 years ago
Closed 14 years ago
[dev] logging out in one browser closes the session on a 2nd browser
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrandt, Assigned: ozten)
References
()
Details
(Whiteboard: [dev])
Steps to reproduce:
1. on mozillians-dev sign into an account in 2 browswers
2. in one browser sign out of mozillians
3. reload the profile page in the browser that you did not sign out in
Expected:
The session in the browser that was not logged out should remain open.
Acutal:
[10:14:35.333] GET https://mozillians-dev.allizom.org/en-US/u/c03145fa26 [HTTP/1.1 500 INTERNAL SERVER ERROR 762ms]
Traceback (most recent call last):
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/views/decorators/cache.py", line 88, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/contrib/auth/decorators.py", line 19, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/data/www/mozillians-dev.allizom.org/mozillians/apps/phonebook/views.py", line 56, in profile_uid
person = ldap.get_by_unique_id(unique_id, needs_master)
File "/data/www/mozillians-dev.allizom.org/mozillians/apps/larper/__init__.py", line 304, in get_by_unique_id
results = self._people_search(q, use_master)
File "/data/www/mozillians-dev.allizom.org/mozillians/apps/larper/__init__.py", line 468, in _people_search
conn = self._ensure_conn(WRITE)
File "/data/www/mozillians-dev.allizom.org/mozillians/apps/larper/__init__.py", line 145, in _ensure_conn
return self._ensure_conn_sasl(mode)
File "/data/www/mozillians-dev.allizom.org/mozillians/apps/larper/__init__.py", line 170, in _ensure_conn_sasl
self._sasl_bind(assertion)
File "/data/www/mozillians-dev.allizom.org/mozillians/apps/larper/__init__.py", line 205, in _sasl_bind
self.conn.sasl_interactive_bind_s('', sasl_creds)
File "/usr/lib/python2.6/site-packages/ldap/ldapobject.py", line 227, in sasl_interactive_bind_s
return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,EncodeControlTuples(serverctrls),EncodeControlTuples(clientctrls),sasl_flags)
File "/usr/lib/python2.6/site-packages/ldap/ldapobject.py", line 96, in _ldap_call
result = func(*args,**kwargs)
OTHER: {'info': 'SASL(-1): generic failure: ', 'desc': 'Other (e.g., implementation specific) error'}
| Assignee | ||
Comment 1•14 years ago
|
||
How many times did we attempt to repro?
I logged in via Fx 9.
I logged in via Chrome.
I logged out of Chrome.
I clicked homepage, profile, and makde a search in Fx 9.
I was able to stay logged in the other browser, WFM.
| Reporter | ||
Updated•14 years ago
|
Target Milestone: --- → 1.2
| Reporter | ||
Comment 2•14 years ago
|
||
I will try to reproduce this once dev comes online again.
When the bug was originally filed I was able to reproduce the behavior 3x each with the following combinations:
- ff9 and chrome
- ff8.x and safari
| Assignee | ||
Comment 3•14 years ago
|
||
(In reply to Matt Brandt [:mbrandt] from comment #2)
> I will try to reproduce this once dev comes online again.
Awesome, marking fixed.
Assignee: nobody → ozten.bugs
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
Verified able to remain logged in correctly following the repro steps with FF8 & Safari.
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•14 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Target Milestone: 1.2 → ---
Version: unspecified → other
You need to log in
before you can comment on or make changes to this bug.
Description
•