Your message dated Wed, 3 Feb 2016 15:29:54 -0400
with message-id <[email protected]>
and subject line Re: Bug#811601: owncloud: Consider adding redirects for
well-known CardDAV and CalDAV URI
has caused the Debian Bug report #811601,
regarding owncloud: Consider adding redirects for well-known CardDAV and CalDAV
URI
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
811601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811601
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: owncloud
Severity: wishlist
Dear Maintainer,
Some CardDAV/CalDAV clients such as DAVdroid need the "well-known" service
discovery URIs to connect to an owncloud server. I found that DAVdroid
was able
to connect only after I added these lines to owncloud's apache conf:
Redirect 301 /.well-known/carddav /owncloud/remote.php/carddav
Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav
Please consider adding these lines to the packaged owncloud.conf.
--
James
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Hi James,
Thank you for your interest in the Debian ownCloud package.
On Tue, Jan 19, 2016 at 07:09:16PM -0500, James Valleroy wrote:
> Package: owncloud
> Some CardDAV/CalDAV clients such as DAVdroid need the "well-known" service
> discovery URIs to connect to an owncloud server.
That’s why there are already the following rewrite in
/etc/owncloud/htaccess (symlinked from /usr/share/owncloud/.htaccess):
RewriteRule ^/owncloud/\.well-known/carddav /owncloud/remote.php/carddav/
[R=301,L]
RewriteRule ^/owncloud/\.well-known/caldav /owncloud/remote.php/caldav/
[R=301,L]
> Redirect 301 /.well-known/carddav /owncloud/remote.php/carddav
> Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav
>
> Please consider adding these lines to the packaged owncloud.conf.
I’m not sure owncloud.conf is the place for such rules. Of course, if
you use a different URL than the one proposed in the Debian package,
feel free to edit /etc/owncloud/htaccess: your changes won’t be erased
on upgrade.
Regards
David
signature.asc
Description: PGP signature
--- End Message ---