Closed
Bug 198652
Opened 22 years ago
Closed 22 years ago
composer generates error when publishing to webdav server with digest auth
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: paul, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
When publishing to a URL using webdav composer I see an auth error in the server
logs but the file *is* published.
Reproducible: Always
Steps to Reproduce:
1. Configure Apache/2.0.44 (Unix) DAV/2 server with URL protected by digest auth
2. tail -f httpd error log
3. Publish test page in composer to URL above
Actual Results:
As soon as the username/password dialog box pops up I see the following error in
the httpd error log:
[DATE] [error] [client IP] Digest: user USER: password mismatch: /test.html
When I enter the password the file is published correctly.
Expected Results:
Published the file without producing an error.
I published a file to the same URL with cadaver and no errors were seen in the
error log. The reason I did this test is that I'm having webdav+digest issues
with the calendar component (196785) and trying to establish where the bug
should be filed.
| Reporter | ||
Comment 1•22 years ago
|
||
This test was carried out as part of bug 196785.
Comment 2•22 years ago
|
||
possibly related to bug 155155.
Paul: now that bug 155155 is fixed, can you please try to duplicate this bug in
tomorrow's build or later. thanks!
| Reporter | ||
Comment 4•22 years ago
|
||
Re-ran the above test. WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•