Opened 18 years ago
Closed 17 years ago
#4979 closed defect (worksforme)
Issue w/ cookies and authentication
Reported by: | Emmanuel Blot | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.3.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm not sure how to describe this issue.
Error message
Missing or invalid form token. Do you have cookies enabled?
This does not seem to be a duplicate of either #4084 nor #4560, although it is likely related to the cookie management.
Step to reproduce
- As the anonymous user, edit some ticket (or some wiki page) without submitting the changes
- Log in on the system. Trac updates the page, and the web browser keeps the edited content - the ticket is not reset to the unaltered, original content.
- Attempt to commit the changes (with or without other modifications)
Expected behaviour
When the user logs in, the ticket edited fields should either be
- reverted to the original content (unmodified changes would be discarded), or
- preserved and committed without any error
The main trouble is that if the user as 'anonymous' logs in, then starts editing the ticket, he cannot submit any of the changes once he authenticates on the system. In other word, all the editing work is lost if he forgets to log in before starting editing the ticket.
Configuration
It happens at least with Omniweb (the latest version as well as the previous ones) and Trac 0.10.x; for example, on t.e.o.
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , 18 years ago
comment:2 by , 18 years ago
Keywords: | needinfo added |
---|
Replying to cboos:
I can't reproduce this with either Firefox or Internet Explorer…
Proposing a wontfix here as this seems to be an Omniweb issue.
It seems to be related to the underlying engine: WebKit. I'll try to use the latest snapshots of the WebKit engine for a couple of week to see if this issue has been resolved; WebKit being the engine for the upcoming Safari 3.x browser - that is the OOB browser for the Mac OS X platform.
comment:4 by , 17 years ago
Keywords: | needinfo removed |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
The latest versions of the WebKit do not seem to suffer from this issue anymore.
I can't reproduce this with either Firefox or Internet Explorer…
Proposing a wontfix here as this seems to be an Omniweb issue.