#3076 closed defect (invalid)
Can only edit Wiki pages with anonymous user
Reported by: | 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 , 19 years ago
comment:5 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:6 by , 18 years ago
Milestone: | 0.10 |
---|
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.