[JIRA] Created: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

View: New views
13 Messages — Rating Filter:   Alert me  

[JIRA] Created: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


webdav share cannot be mount on Vista
-------------------------------------

                 Key: MGNLWEBDAV-20
                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
             Project: Magnolia WebDAV Module
          Issue Type: Bug
            Reporter: Zdenek Skodik
            Assignee: Jan Haderka


possible reason: http://forums.techarena.in/vista-help/654760.htm

{quote}
if the OPTIONS request to the root of the site doesn't succeed or
returns but doesn't say that the server can talk DAV (Basically support verbs
like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
to such a server.

An option/workaround is to actually have the root of the site support
OPTIONS request.

WebFolders gets installed on Vista if Office System 2003 is installed on
Vista. Besides that, there is no way of installing WebFolders on Vista.

Thanks & I apologize for the inconvenience.
{quote}

I've tried several webdav clients:
* standard windows approach with mounting new network drive -> error 0x80070043
* command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
* WebDrive client
* Total commander plug-in

That behavior should be the same also on other Windows OS versions.
To use so called webFolder on Vista you have to install KB-907306 update.


btw when you run the server on Windows, you are able to mount remotely from Linux.


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24912#action_24912 ]

Zdenek Skodik commented on MGNLWEBDAV-20:
-----------------------------------------

debugging with DumpHeadersFilter:

{code}
2009-11-13 16:01:16,779 INFO  info.magnolia.debug                               : 6 uri: /magnoliaAuthor/.webdav/resources
2009-11-13 16:01:16,782 INFO  info.magnolia.debug                               : 6 session: false
2009-11-13 16:01:16,786 INFO  info.magnolia.debug                               : 6 parameters:
2009-11-13 16:01:16,791 INFO  info.magnolia.debug                               : 6 header: translate=f
2009-11-13 16:01:16,795 INFO  info.magnolia.debug                               : 6 header: user-agent=Microsoft-WebDAV-MiniRedir/6.0.6002
2009-11-13 16:01:16,798 INFO  info.magnolia.debug                               : 6 header: host=localhost
2009-11-13 16:01:16,800 INFO  info.magnolia.debug                               : 6 header: content-length=0
2009-11-13 16:01:16,803 INFO  info.magnolia.debug                               : 6 header: connection=Keep-Alive
2009-11-13 16:01:16,807 INFO  info.magnolia.debug                               : 6 response status: 401
2009-11-13 16:01:16,809 INFO  info.magnolia.debug                               : 6 response length: 0
2009-11-13 16:01:16,811 INFO  info.magnolia.debug                               : /magnoliaAuthor/.webdav/resources response: WWW-Authenticate = BASIC realm="null"
2009-11-13 16:01:16,813 INFO  info.magnolia.debug                               : /magnoliaAuthor/.webdav/resources response: X-Magnolia-Registration = Registered
{code}

btw using the {{net use}} from command line it chache the request and doesn't react immediately when trying to execute the command once again


> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Issue Comment Edited: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24912#action_24912 ]

Zdenek Skodik edited comment on MGNLWEBDAV-20 at 11/13/09 4:21 PM:
-------------------------------------------------------------------

debugging with DumpHeadersFilter:

{code}
2009-11-13 16:01:16,779 INFO  info.magnolia.debug                               : 6 uri: /magnoliaAuthor/.webdav/resources

2009-11-13 16:01:16,782 INFO  info.magnolia.debug                               : 6 session: false

2009-11-13 16:01:16,786 INFO  info.magnolia.debug                               : 6 parameters:

2009-11-13 16:01:16,791 INFO  info.magnolia.debug                               : 6 header: translate=f

2009-11-13 16:01:16,795 INFO  info.magnolia.debug                               : 6 header: user-agent=Microsoft-WebDAV-MiniRedir/6.0.6002

2009-11-13 16:01:16,798 INFO  info.magnolia.debug                               : 6 header: host=localhost

2009-11-13 16:01:16,800 INFO  info.magnolia.debug                               : 6 header: content-length=0

2009-11-13 16:01:16,803 INFO  info.magnolia.debug                               : 6 header: connection=Keep-Alive

2009-11-13 16:01:16,807 INFO  info.magnolia.debug                               : 6 response status: 401

2009-11-13 16:01:16,809 INFO  info.magnolia.debug                               : 6 response length: 0

2009-11-13 16:01:16,811 INFO  info.magnolia.debug                               : /magnoliaAuthor/.webdav/resources response: WWW-Authenticate = BASIC realm="null"

2009-11-13 16:01:16,813 INFO  info.magnolia.debug                               : /magnoliaAuthor/.webdav/resources response: X-Magnolia-Registration = Registered

{code}

btw using the {{net use}} from command line it chache the request and doesn't react immediately when trying to execute the command once again


      was (Author: zdenekskodik):
    debugging with DumpHeadersFilter:

{code}
2009-11-13 16:01:16,779 INFO  info.magnolia.debug                               : 6 uri: /magnoliaAuthor/.webdav/resources
2009-11-13 16:01:16,782 INFO  info.magnolia.debug                               : 6 session: false
2009-11-13 16:01:16,786 INFO  info.magnolia.debug                               : 6 parameters:
2009-11-13 16:01:16,791 INFO  info.magnolia.debug                               : 6 header: translate=f
2009-11-13 16:01:16,795 INFO  info.magnolia.debug                               : 6 header: user-agent=Microsoft-WebDAV-MiniRedir/6.0.6002
2009-11-13 16:01:16,798 INFO  info.magnolia.debug                               : 6 header: host=localhost
2009-11-13 16:01:16,800 INFO  info.magnolia.debug                               : 6 header: content-length=0
2009-11-13 16:01:16,803 INFO  info.magnolia.debug                               : 6 header: connection=Keep-Alive
2009-11-13 16:01:16,807 INFO  info.magnolia.debug                               : 6 response status: 401
2009-11-13 16:01:16,809 INFO  info.magnolia.debug                               : 6 response length: 0
2009-11-13 16:01:16,811 INFO  info.magnolia.debug                               : /magnoliaAuthor/.webdav/resources response: WWW-Authenticate = BASIC realm="null"
2009-11-13 16:01:16,813 INFO  info.magnolia.debug                               : /magnoliaAuthor/.webdav/resources response: X-Magnolia-Registration = Registered
{code}

btw using the {{net use}} from command line it chache the request and doesn't react immediately when trying to execute the command once again

 

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24915#action_24915 ]

Grégory Joseph commented on MGNLWEBDAV-20:
------------------------------------------

Is this the only request when you try to map the folder ? This gets you a 401 - are you sure the authentication headers were passed ?
(if you have more logs, pls use attachments)

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24917#action_24917 ]

Zdenek Skodik commented on MGNLWEBDAV-20:
-----------------------------------------

the only request? I've been trying a lot of requests along the line and for another shares,
also tried to use BasicClientCallback, grant the anonymous role the acl permissions
to get&post URI for /.webdav and always got that debug messages.

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24937#action_24937 ]

Grégory Joseph commented on MGNLWEBDAV-20:
------------------------------------------

"the only request when you try to map the folder": with clients I've tried, most operations (connecting, listing directory contents, etc) generated more than 1 http request.

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24939#action_24939 ]

Jan Haderka commented on MGNLWEBDAV-20:
---------------------------------------

Yes, this was the only request. Nothing else ever came up. Also, seems like Vista keeps a cache of the responses because after attempt to login, any further attempts for next few minutes would not even reach the server.

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24961#action_24961 ]

Grégory Joseph commented on MGNLWEBDAV-20:
------------------------------------------

http://greenbytes.de/tech/webdav/webdav-redirector-list.html

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Issue Comment Edited: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24961#action_24961 ]

Grégory Joseph edited comment on MGNLWEBDAV-20 at 11/16/09 8:18 PM:
--------------------------------------------------------------------

http://greenbytes.de/tech/webdav/webdav-redirector-list.html

It seems that in general, most (or all) versions of windows have various issues with Basic Authentication, so unless this gets fixed, there's probably not much we can do ?

      was (Author: gjoseph):
    http://greenbytes.de/tech/webdav/webdav-redirector-list.html
 

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Issue Comment Edited: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24961#action_24961 ]

Grégory Joseph edited comment on MGNLWEBDAV-20 at 11/16/09 8:22 PM:
--------------------------------------------------------------------

http://greenbytes.de/tech/webdav/webdav-redirector-list.html

It seems that in general, most (or all) versions of windows have various issues with Basic Authentication, so unless this gets fixed, there's probably not much we can do.

      was (Author: gjoseph):
    http://greenbytes.de/tech/webdav/webdav-redirector-list.html

It seems that in general, most (or all) versions of windows have various issues with Basic Authentication, so unless this gets fixed, there's probably not much we can do ?
 

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24995#action_24995 ]

Zdenek Skodik commented on MGNLWEBDAV-20:
-----------------------------------------

I've tried to reinstall the vista update mentioned at description and finally I'm able to mount webdav on Vista using Webdrive
but still not able to connect through standard Windows approaches (mapping new network drive or {{net use}} command).
I've tried it on both 8080 and 80 ports.

As the Webride is not freeware I'm going to find some another 3rd party webdav client which is for free and will works
and also perform the tests Gregory wanted.

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Updated: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



     [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zdenek Skodik updated MGNLWEBDAV-20:
------------------------------------

    Attachment: WebDAV-Vista.pdf

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>         Attachments: WebDAV-Vista.pdf
>
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MGNLWEBDAV-20) webdav share cannot be mount on Vista

by JIRA (on behalf of Hudson CI server) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24998#action_24998 ]

Zdenek Skodik commented on MGNLWEBDAV-20:
-----------------------------------------

finally I'm also able to mount it through mapping new network drive.
The trick is that you have to follow with "Connect to a Web site that you
can use to store your documents and pictures" instead of doing
it directly as so called webFolders are usually mapped.  
Have a look at the attached guide.
Probably the vista web folders update was corrupted or wasn't installed
at all if the mapping didn't worked at the first time.
Still no luck with command line.

> webdav share cannot be mount on Vista
> -------------------------------------
>
>                 Key: MGNLWEBDAV-20
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-20
>             Project: Magnolia WebDAV Module
>          Issue Type: Bug
>            Reporter: Zdenek Skodik
>            Assignee: Jan Haderka
>         Attachments: WebDAV-Vista.pdf
>
>
> possible reason: http://forums.techarena.in/vista-help/654760.htm
> {quote}
> if the OPTIONS request to the root of the site doesn't succeed or
> returns but doesn't say that the server can talk DAV (Basically support verbs
> like PROPFIND, PROPPATCH etc), WebDAV redirector will not be able to connect
> to such a server.
> An option/workaround is to actually have the root of the site support
> OPTIONS request.
> WebFolders gets installed on Vista if Office System 2003 is installed on
> Vista. Besides that, there is no way of installing WebFolders on Vista.
> Thanks & I apologize for the inconvenience.
> {quote}
> I've tried several webdav clients:
> * standard windows approach with mounting new network drive -> error 0x80070043
> * command line: f.e. {{net use x: "http://localhost:8080/magnoliaAuthor/.webdav/resources" /User:superuser superuser}} (and several variants) -> 67 system error (btw default http port 80 was also tried as this is the fixed port to use webdav on XP)
> * WebDrive client
> * Total commander plug-in
> That behavior should be the same also on other Windows OS versions.
> To use so called webFolder on Vista you have to install KB-907306 update.
> btw when you run the server on Windows, you are able to mount remotely from Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------