[framework-issues] [Issue 99394] General input/output error when saving to a webdav mount

2009-02-21 Thread aheintz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99394





--- Additional comments from ahei...@openoffice.org Sat Feb 21 20:06:35 
+ 2009 ---
Note: Opening the same file directly from OpenOffice by entering
"http://www.domain.com/path/to/file"; in the open dialog works perfectly fine.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 99394] General input/output error when saving to a webdav mount

2009-02-18 Thread aheintz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99394
 Issue #|99394
 Summary|General input/output error when saving to a webdav mou
|nt
   Component|framework
 Version|OOo 3.0.1
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|tm
 Reported by|aheintz





--- Additional comments from ahei...@openoffice.org Wed Feb 18 23:19:17 
+ 2009 ---
I get a "General input/output error while accessing " error message
when I try to save to a webdav share mounted in MacOSX 10.5.5. When using "Save
as" a new, empty file is created on the mount -> it isn't a permission problem.

When I try to save an RTF with TextEdit or copying a photo to the mount it all
works fine. My conclusion is that it's the OO webdav(?) functionality which is a
bit shaky.

The webdav share is an Apache 2.2.9/Subversion 1..4 mod_dav_svn using
Autoversioning on share using Basic Authentication.

At one point it worked saving an ODS file on the share, although after
umount/mount it doesn't anymore. However, I tried to copy a .xls file using the
terminal to a temporary file on the same share and edited the file using 'vi'
without any problems.

The Apache conf for the SVN webdav below:
 subversion.conf 
oadModule dav_svn_module   /usr/libexec/apache2/mod_dav_svn.so
LoadModule authz_svn_module /usr/libexec/apache2/mod_authz_svn.so


DAV svn
SVNPath /path/to/subversion/repo
SVNAutoversioning on
ModMimeUsePathInfo on

# Deny OSX dot files to subversion
# I've tried to comment these lines, it doesn't affect OO writing problems
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^PUT$
RewriteRule .DS_Store - [F]
RewriteRule .Trashes - [F]
RewriteRule .TemporaryItems - [F]
RewriteRule ._.* - [F]

# Authentication
AuthType Basic
AuthName "Subversion doc repository"
AuthUserFile /path/to/htpasswd-file
Require valid-user

 end subversion.conf ---

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org