Lukas Kahwe Smith

Results 397 comments of Lukas Kahwe Smith

there might be something else breaking the CardDav functionality. to verify this, please disable the `format_listener` entirely and see if things work then.

if you could make a fork and a reproducible test case inside for example https://github.com/gimler/symfony-rest-edition, then I could debug this myself a bit.

what urls should I call there to see the issue?

BTW I figured out that I can use mod:1234 for the login .. but beyond that I am not sure how to get any useful output .. that being said...

@mpbzh that is the thing .. what is the url to a specific contact? the library makes it a bit non obvious where URL parameters are read and how they...

``` diff lsmith@pooteeweet krzysztofbitnoise (2.7)$ git diff app/config/ diff --git a/app/config/config.yml b/app/config/config.yml index 6a6306e..9742888 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -51,7 +51,7 @@ doctrine: charset: UTF8 # if using pdo_sqlite...

sorry it took me so long to get back to you: when I do the following ``` console lsmith@pooteeweet krzysztofbitnoise (2.7)*$ http PUT http://krzysztofbitnoise.lo/app_dev.php/addressbooks/mod/list-of-example-contacts/contact-1.vcf Content-Type:text/vcard --auth=mod:1234 < contact.vcf HTTP/1.1 204...

@mpbzh note that I send the PUT with `Content-Type:text/vcard`

@paali this issue seems to be covered in https://github.com/FriendsOfSymfony/FOSRestBundle/issues/1237 ? aside from this .. in 2.0 its possible to disable the entire events based on routes .. the question is...