Open Remote in LibreOffice #885

This commit is contained in:
Karel Pičman 2018-07-12 09:53:07 +02:00
parent 65791ce217
commit 397cb98e14

View File

@ -34,7 +34,10 @@ module RedmineDmsf
:resource_class => RedmineDmsf::Webdav::ResourceProxy, :resource_class => RedmineDmsf::Webdav::ResourceProxy,
:log_to => Rails.logger, :log_to => Rails.logger,
:allow_unauthenticated_options_on_root => true, :allow_unauthenticated_options_on_root => true,
:namespaces => { 'http://apache.org/dav/props/' => 'd' } :namespaces => {
'http://apache.org/dav/props/' => 'd',
'http://ucb.openoffice.org/dav/props/' => 'd'
}
) )
end end
}.to_app }.to_app