Hmm,

I never used nginx so I cannot help you with rewrite rules ... but it is possible that these cause problems (there was a similar problem in my Apache in past).


JM

 
On Apr 12, 2013, at 7:40 AM, Florian Rauscher <f.rauscher@casibus.de> wrote:

Hi Jan,

I think more and more it's an nginx rewrite problem. I think nginx interprets the querystring as file.
I port owncloud now on an seperate port with an separately configfile.

Flo

Am 11.04.2013 21:32, schrieb Ján Máté:
Hi Florian,

it is very interesting, because CardDavMATE (which works with SabreDAV) uses the same value for .ajax cache. So blindly changing the cache value to true is not a good idea. We will wait for demo/testing account from somebody and then will check where is the problem.


JM


On Apr 11, 2013, at 1:11 PM, Florian Rauscher <f.rauscher@casibus.de> wrote:

Hi Jan,

thx for reply.

The installation is only network intern, i can't give u an demo.

But there is some interesting. I found the var globalSubscribedCalendars at the bottom of the config.js
After configure this, and test it,  Jquery put an ?_=timestamp (cache querystring) at the end of the calendar file (ics file), SarbeDAV says 404
After i set in webdav_protocol.js ( line 1562 ) the cache var to "true", your CalDavZAP shows me all events.