Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3076 closed defect (invalid)

Can only edit Wiki pages with anonymous user

Reported by: sam@… Owned by: Jonas Borgström
Priority: high Milestone:
Component: wiki system Version: devel
Severity: major Keywords:
Cc: sam@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This may look like ticket #2795 in that the symptoms are the same, but it is not related to SSPI or weird user names.

Using latest Trac trunk (r3238), Apache 2.0.55, mod_fcgid on Debian, and on some Trac envs only, I can only edit Wiki pages with the anonymous user. When I use a registered user with any of the permissions enabling him to edit a Wiki page, I get a blank page with a Create this page button on it, and the changes are not saved.

I tested copying the env to another name, does not work either. But it works in other Trac envs using exactly the same Apache configuration, the same authentification method, the same permissions and more importantly, the same Trac codebase and configuration.

Attachments (0)

Change History (6)

comment:1 by Alec Thomas, 18 years ago

This is looking like an interaction with Trac running under HTTPS. Possibly a misconfiguration or Apache bug, though that is pure speculation.

At my bequest, Sam added debug statements in the Wiki request handler. The third one is after clicking Save.

<sam`> 2006-04-23 10:26:11,452 Trac[web_ui] DEBUG: ('WikiStart', 'view', None) 
<sam`> 2006-04-23 10:26:15,325 Trac[web_ui] DEBUG: (u'WikiStart', u'edit', None) 
<sam`> 2006-04-23 10:26:18,479 Trac[web_ui] DEBUG: (u'WikiStart', 'view', None) 

comment:2 by Alec Thomas, 18 years ago

Hmm, behest even :)

comment:3 by Alec Thomas, 18 years ago

Is this still a problem?

comment:4 by sam@…, 18 years ago

Does not seem to. Thanks.

comment:5 by Alec Thomas, 18 years ago

Resolution: invalid
Status: newclosed

comment:6 by Alec Thomas, 18 years ago

Milestone: 0.10

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.