RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 962877 - gvfs refuses to authenticate to webdav share after mounting
Summary: gvfs refuses to authenticate to webdav share after mounting
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: gvfs
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Ondrej Holy
QA Contact: Desktop QE
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-14 16:37 UTC by Matěj Cepl
Modified: 2013-11-21 11:42 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-21 11:42:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 549415 0 None None None Never

Description Matěj Cepl 2013-05-14 16:37:39 UTC
Description of problem:

matej@wycliff: ~$ gvfs-mount davs://matej.cz/dav/
matej@wycliff: ~$ gvfs-ls davs://matej.cz/dav/
pepik-kase.ogv
gnote
Palm Sunday.pdf
duplikaty-1.pdf
cert9.db
DPFDP4-7104130330-20130330-232326.pdf
matej@wycliff: ~$ gvfs-copy projekty/import-ldif/carddav.ldif
davs://matej.cz/dav/
Error copying file projekty/import-ldif/carddav.ldif: HTTP Client Error:
Authorization Required
matej@wycliff: ~$

Version-Release number of selected component (if applicable):
gvfs-1.16.1-1.x86_64

How reproducible:
100%

Actual results:
not able to copy to WebDAV mountpoint which requires authentication

Expected results:
it should just work, and ask for credentials if required.

Additional info:
This is just a clone of the upstream bug, which is however very present in our current RHEL-7, and I believe that especially in the enterprise environment it could be useful to fix it.

Comment 2 Matěj Cepl 2013-11-21 11:42:15 UTC
WebDAV backend is still a bit mentally unstable, but I cannot say I am able to reproduce this bug constantly anymore. Closing as WORKSFORME.

    matej@wycliff: ~$ gvfs-mount davs://matej.cz/dav/
    Error mounting location: Not a WebDAV enabled share
    matej@wycliff: ~$ cadaver https://luther.ceplovi.cz/dav/
    Authentication required for WebDAV Server on server `luther.ceplovi.cz':
    Username: matej
    Password:
    dav:/dav/> ls
    Listing collection `/dav/': succeeded.
    Coll:   gnote                                  0  Sep  4  2012
    Coll:   private                                0  May 14  2013
            00001.vcf                          86615  Nov 14 23:32
            CzechHolidays.ics                   9006  Sep  6 10:06
            Domaci.ics                          6337  Oct 27 18:11
            Lemurie_1311.zip                 8083908  Oct 13 09:59
            amazon-orders.pdf                 146359  Nov  5 18:55
            carddav.ldif                      226378  Oct 11 14:27
            duplikaty-1.pdf                   106476  Apr 14  2013
            pepik-kase.ogv                  12856749  Apr  3  2013
            pepikova-pozvanka-na-narozeniny.odt      31531  Oct 20 22:04
            pepikova-pozvanka-na-narozeniny.pdf     507591  Oct 20 22:17
    dav:/dav/> lls
    archiv      Dokumenty                   ownCloud    SICP.desktop
    build       gnome-shell-backtrace.txt   projekty    status-report.txt
    core.19658  gnome-shell-journalctl.txt  RedHat      subscriptions.opml
    core.2828   Hudba                       repos       tmp
    Desktop     Obrázky                    rhprojekty  Videa
    dav:/dav/> put status-report.txt
    Uploading status-report.txt to `/dav/status-report.txt':
    Progress: [=============================>] 100.0% of 1935 bytes succeeded.
    dav:/dav/>
    Connection to `luther.ceplovi.cz' closed.
    matej@wycliff: ~$ gvfs-mount davs://matej.cz/dav/
    matej@wycliff: ~$ gvfs-copy ~/subscriptions.opml davs://matej.cz/dav/
    matej@wycliff: ~$


Note You need to log in before you can comment on or make changes to this bug.