To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=21599
------- Additional comments from [email protected] Wed Feb 16 16:59:23 +0000 2011 ------- > greno: Do you have a suggestion for the user agent string OOo should send to > achieve best interop results? OOo uses neon as webdav client library. I think you can probably make up any OOo HTTP_USER_AGENT string you like but it should include some form of "neon" in it to indicate the neon client library. In some webdav servers you see things like this: $user_agent = strtolower($user_agent); if (strstr($user_agent, 'neon') !== false) { ... do "neon" specific stuff ... $allow = True; } --------------------------------------------------------------------- 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
