Opened 20 years ago
Closed 18 years ago
#1168 closed defect (worksforme)
WikiPages no more editable in IE (when using 0.8-stable r1211)
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | groups@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
- On any WikiPage click Edit This Page → Page gets opened in editable mode
- Do some modifications
3a. Click Preview
→ Page gets loaded as it has been before
3b. Click Save Changes
→ Page gets loaded as it has been before
It does work on your actual http://projects.edgewall.com/trac
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Figured this out. You need to add to your apache config file:
- SSPIBasicPreferred On
in your <Location "/cgi-bin/trac.cgi/login"> (in the area with AuthType SSPI etc.)
Got this information from http://svn.haxx.se/users/archive-2004-08/0847.shtml where and I quote:
Hi,
is there any viable workaround for apache+ssl+mod_auth_sspi+win32 that'll allow the same uri to be usable from both ie & subversion (tortoise specifically) ?
SSPIBasicPreferred On
Does nearly what you want, with this switch you can use IE with ssl/sspi (But not SVN or TSVN). I'm using a location with this setting for WebSVN, so I don't need native access with a browser. (Note that Firefox works fine, this is a IE problem!).
Jens
comment:3 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The fixed resolution is reserved for code changes, reopening to correct resolution.
Also, marking #2696 as a duplicate of this ticket.
comment:4 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
This is a configuration issue with the necessary setting documented in TracOnWindows.
I encountered this same problem. Firefox works fine. Using SSPI authentication on Windows. IE works if I just use anonymous but fails when I login as a domain user.