Opened 16 years ago
Closed 16 years ago
#7273 closed defect (worksforme)
IE6 cannot access the "In progress tickets" in the roadmap
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | roadmap | Version: | 0.11rc1 |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
IE6 cannot access the "In progress tickets" in the roadmap
apache access_log shows:
192.168.4.51 - zhoujg [27/May/2008:10:44:56 +0800] "GET /trac/deploy/roadmap HTTP/1.1" 200 13630 192.168.4.51 - zhoujg [27/May/2008:10:44:57 +0800] "GET /trac/deploy/query?status=fixed&group=status&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7 HTTP/1.1 " 400 226 192.168.4.51 - zhoujg [27/May/2008:10:45:07 +0800] "GET /trac/deploy/query?status=fixed&group=status&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7 HTTP/1.1 " 400 226 192.168.4.51 - zhoujg [27/May/2008:10:45:11 +0800] "GET /trac/deploy/query?group=status&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7 HTTP/1.1" 400 226 192.168.4.51 - zhoujg [27/May/2008:10:45:13 +0800] "GET /trac/deploy/query?status=closed&group=resolution&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7 HTT P/1.1" 400 226
apache error_log shows :
[Tue May 27 10:44:28 2008] [error] [client 192.168.4.51] Digest: uri mismatch - </trac/deploy/query> does not match request-uri </trac/deploy/query?status=re opened&status=assigned&status=new&status=accepted&group=status&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7>, referer: http://192.168.1.25/trac/deploy/roa dmap [Tue May 27 10:44:34 2008] [error] [client 192.168.4.51] Digest: uri mismatch - </trac/deploy/query> does not match request-uri </trac/deploy/query?status=re opened&status=assigned&status=new&status=accepted&group=status&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7>, referer: http://192.168.1.25/trac/deploy/roa dmap [Tue May 27 10:44:37 2008] [error] [client 192.168.4.51] Digest: uri mismatch - </trac/deploy/query> does not match request-uri </trac/deploy/query?status=fi xed&group=status&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7>, referer: http://192.168.1.25/trac/deploy/roadmap [Tue May 27 10:44:57 2008] [error] [client 192.168.4.51] Digest: uri mismatch - </trac/deploy/query> does not match request-uri </trac/deploy/query?status=fi xed&group=status&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7>, referer: http://192.168.1.25/trac/deploy/roadmap [Tue May 27 10:45:07 2008] [error] [client 192.168.4.51] Digest: uri mismatch - </trac/deploy/query> does not match request-uri </trac/deploy/query?status=fi xed&group=status&milestone=Disney+Cluster+III+%E5%8D%87%E7%BA%A7>
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
Keywords: | needinfo added |
---|---|
Milestone: | 0.11 |
comment:2 by , 16 years ago
It's IE6 specific, I try IE7 and Firefox, all works fine.
I compare the request send by IE6 and firefox, the "GET XXX" line are the same, the difference is the "Authorization: xxxx" line.
Firefox send full uri as : uri="/trac/zjgtest/query?status=reopened…..",
But IE6 only send : uri="/trac/zjgtest/query", which Trac compain for "uri mismatch.."
comment:3 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Ok, it's not Trac complaining, but Apache, more specifically mod_auth_digest.
This is a configuration issue, see http://httpd.apache.org/docs/2.0/mod/mod_auth_digest.html#msie (same thing with Apache 2.2)
Were you able to access the "In progress tickets" page by following the same link but using another browser, or is it really IE6 specific?
If it works with IE7, I'd say wontfix on this one, as supporting IE6 is not exactly a top-priority.