Opened 15 years ago
Closed 14 years ago
#5429 closed defect (fixed)
Not redirecting correctly when navigating directly to user's page
Reported by: | Ryan J Ollos | Owned by: | dgc |
---|---|---|---|
Priority: | normal | Component: | TracMyPagePlugin |
Severity: | normal | Keywords: | redirect |
Cc: | Trac Release: | 0.11 |
Description
If I navigate directly to the user page on my site by entering the URL or clicking a bookmark, after HTTP authentication I am redirected to /wiki/u_private. However if I have already authenticated myself in the browser session, I can navigate directly to my user page.
I think that Trac is redirecting to /wiki/u_private before authentication occurs. I don't understand the protocols involved here, but I'm guessing this wouldn't be a problem if Trac didn't try to redirect before the authentication?
Attachments (0)
Change History (5)
comment:1 follow-up: 3 Changed 14 years ago by
Keywords: | redirect added |
---|
comment:3 Changed 14 years ago by
Owner: | changed from dgc to Ryan J Ollos |
---|---|
Status: | new → assigned |
Replying to hasienda:
I'd love to here your findings after testing with patch for #4887 applied ...
I'll upgrade and get back to you shortly. I hope it is alright if I assign this ticket to myself, so that I remember and don't lose track of it. If problem is still present, I'll provide a patch or assign back to plugin's author.
comment:4 Changed 14 years ago by
Owner: | changed from Ryan J Ollos to dgc |
---|---|
Status: | assigned → new |
I installed the plugin at r9517 and the issue seems to be fixed.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'd love to here your findings after testing with patch for #4887 applied, as I think that could resolve most, if not all of redirection glitches.