Edgewall Software
Modify

Opened 17 years ago

Closed 16 years ago

#5116 closed defect (worksforme)

logout issues - Using Apache on Windows.

Reported by: anonymous Owned by: Jonas Borgström
Priority: high Milestone:
Component: general Version:
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

When clicked on logout the first time, nothing happens. When clicked the second time, get the following error

Python Traceback

Traceback (most recent call last):
  File "D:\python2.4.3\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "D:\python2.4.3\Lib\site-packages\trac\web\main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "D:\python2.4.3\lib\site-packages\trac\web\auth.py", line 103, in process_request
    self._redirect_back(req)
  File "D:\python2.4.3\lib\site-packages\trac\web\auth.py", line 208, in _redirect_back
    def __init__(self, filename):
  File "D:\python2.4.3\Lib\site-packages\trac\web\api.py", line 337, in redirect
    self.end_headers()
  File "D:\python2.4.3\Lib\site-packages\trac\web\api.py", line 279, in end_headers
    self._write = self._start_response(self._status, self._outheaders)
  File "D:\python2.4.3\Lib\site-packages\trac\web\wsgi.py", line 111, in _start_response
    assert not self.headers_set, 'Response already started'
AssertionError: Response already started

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 17 years ago

Description: modified (diff)

comment:2 by sid, 17 years ago

Keywords: needinfo added

Can you provide more details about your installation? What version of Trac and Apache? Are you using any plugins (if so, which)? Is this problem repeatable?

comment:3 by sid, 16 years ago

Resolution: worksforme
Status: newclosed

No response in 3 months, so I'm going to close this. Please feel free to reopen if you can provide more information (see comment:2).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.