All -

I'm receiving a 400 error when trying to access the following URL:
http://saiprojects.com/projects/myproject/timeline?changeset=on&max=50&daysback=90&format=rss

It only appears to happen in IE.  In Firefox, I can pull up the feed
XML just fine.  There are messages in my error_log that indicate:

Digest: uri mismatch - </projects/myproject/timeline> does not match
request-uri 
</projects/myproject/timeline?changeset=on&max=50&daysback=90&format=rss>

Do I really have to include all of that in my location block?  The
entire location block follows:

<Location "/projects/myproject/timeline">
  AuthType Digest
  AuthName "MyProject"
  AuthDigestDomain /projects/myproject/
  AuthDigestProvider file
  AuthUserFile /opt/projects/users.htdigest
  Require valid-user
</Location>

Any insight would be greatly appreciated.

Thanks.

--

Rob Wilkerson

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to