Sascha Egerer

Results 38 comments of Sascha Egerer

I've got the same problem and using ``` location2 proxy_set_header: - "foo" - "bar" ``` ends up in ``` proxy_set_header ['foo', 'bar'] ```

I would not expect that something like this does work. Just stumbled over the hanging process while refactoring a template. You can simply add this example to the expression example...

You must not use `empty` as this will also be true for `0`

@albe You can also do something like this: ``` ``` That will pass all variables to the partial but you can also define your own variables via the wrapping alias.

Yes but if you need to pass all variables to the partial anyway but do also need some custom one you can do it like that.

Should be possible. You can define them in the http invoker. See this example https://github.com/dkd/php-cmis-client/blob/master/examples/CreateFolder.php#L9 and the guzzle documentation http://docs.guzzlephp.org/en/5.3/clients.html

I would say that this is not possible. Could you please explain why you would need that?

@saurav28 You can inject the httpInvoker. I think this is what you need?! https://github.com/dkd/php-cmis-client/blob/master/examples/CreateDocument.php#L9

@wallon-ines You should be able to define that in the guzzle connection / httpInvoker. https://github.com/dkd/php-cmis-client/blob/master/examples/CreateDocument.php#L9-L24