Edgewall Software

Ticket #1168 (closed defect: worksforme)

Opened 4 years ago

Last modified 2 years ago

WikiPages no more editable in IE (when using 0.8-stable r1211)

Reported by: groups@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.8
Severity: normal Keywords:
Cc: groups@…

Description

1. On any WikiPage click Edit This Page

-> Page gets opened in editable mode

2. 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

Change History

Changed 4 years ago by malincog@…

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.

Changed 4 years ago by malincog@…

  • cc groups@… added
  • status changed from new to closed
  • resolution set to fixed

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

Changed 2 years ago by mgood

  • status changed from closed to reopened
  • resolution fixed deleted

The fixed resolution is reserved for code changes, reopening to correct resolution.

Also, marking #2696 as a duplicate of this ticket.

Changed 2 years ago by mgood

  • status changed from reopened to closed
  • resolution set to worksforme

This is a configuration issue with the necessary setting documented in TracOnWindows.

Add/Change #1168 (WikiPages no more editable in IE (when using 0.8-stable r1211))

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.