Page 1 of 1

is there webdav url without colon?

PostPosted:Mon Feb 14, 2011 1:08 pm
by kizs
How can I make webdav url without ":" ?

My url is here: "http://192.168.150.17/OpenKM/repository ... ot/Invitel", but many system don't work with colon in url. So, I would like an url without ":", something like this: "http://192.168.150.17/OpenKM/repository ... ot/Invitel".
How can I do this?

And webdav don't work normaly with latin2 characters (like: "ö", "ő", "é", "í", "ú", ...), is there any solution for this?

Re: is there webdav url without colon?

PostPosted:Tue Feb 15, 2011 7:35 pm
by pavila
See http://wiki.openkm.com/index.php/WebDAV_access for more info about compliant clients.

Re: is there webdav url without colon?

PostPosted:Wed Feb 16, 2011 9:43 am
by kizs
Yes, I have seen it.
Netdrive doesn't work on win7 x64 (they wrote it's working, but doesn't), webdrive can't handle special characters. I've tried Total Commander plugin, but it's wrong too.

Maybe win7 works with special chars, but it's doesn't like ":" in webdav url. Can't mount network drive...

How can I change "okm:root" string to "okm.root"?

Re: is there webdav url without colon?

PostPosted:Thu Feb 17, 2011 12:58 pm
by pavila
Windows WebDav implementation is buggy and not recommended. If you want to replace "okm:root" by "okm.root", download the OpenKM source code, make a text replace across source files, compile and cross your fingers. I'm not sure if this would work.

Re: is there webdav url without colon?

PostPosted:Tue Mar 01, 2011 8:11 pm
by pavila
I have been working to improve OpenKM WebDAV and you should check the nightbuild (OpenKM 5.0.3-SNAPSHOT). In this build I have changed okm:root path to okm_root, so expect it solves your problem. Please, give me feedback about this fix.

Re: is there webdav url without colon?

PostPosted:Wed Mar 02, 2011 10:13 am
by WKali
Hi,

the first thank You for super document management system !
pavila wrote:I have been working to improve OpenKM WebDAV and you should check the nightbuild (OpenKM 5.0.3-SNAPSHOT). In this build I have changed okm:root path to okm_root, so expect it solves your problem. Please, give me feedback about this fix.
Where can I get OpenKM 5.0.3-SNAPSHOT ?

Best reagards,
WKali

Re: is there webdav url without colon?

PostPosted:Wed Mar 02, 2011 4:09 pm
by kizs
pavila wrote:I have been working to improve OpenKM WebDAV and you should check the nightbuild (OpenKM 5.0.3-SNAPSHOT). In this build I have changed okm:root path to okm_root, so expect it solves your problem. Please, give me feedback about this fix.
Oh, thank you very much!
I downloaded "http://integration.openkm.com/5.0.x/OpenKM.war" (5.0.3-SNAPSHOT build 5016), but still seeing "okm:root".

Since recreating repository (hibernate.hbm2ddl=create), I can't log in with okmAdmin/admin.

Re: is there webdav url without colon?

PostPosted:Wed Mar 02, 2011 6:54 pm
by pavila

Re: is there webdav url without colon?

PostPosted:Wed Mar 02, 2011 8:22 pm
by kizs
pavila wrote:IF you access http://localhost:8080/OpenKM/repository/default what do you see?
Yes, it's seems working!
The Netdrive don't crash with this new URL and special hungarian characters also seems working.

I can't logging in via web ("Error on getting extensions UUID"), so just tried the webdav connection.

Re: is there webdav url without colon?

PostPosted:Wed Mar 02, 2011 10:02 pm
by pavila
kizs wrote:Since recreating repository (hibernate.hbm2ddl=create), I can't log in with okmAdmin/admin.
This setting will erase the database tables and will make an initial import, like a fresh installation. You should be able to log as okmAmin / admin. If you can't take a look at contents in OKM_USER and OKM_ROLE tables.

Re: is there webdav url without colon?

PostPosted:Wed Mar 02, 2011 10:03 pm
by pavila
kizs wrote:Yes, it's seems working!
The Netdrive don't crash with this new URL and special hungarian characters also seems working.
Nice :)

Re: is there webdav url without colon?

PostPosted:Sun Mar 06, 2011 12:31 pm
by nils petersohn
exactly my problem. problems with webdav access is a blocker for me. but now its ok
awesome :) thx