actually we cant use % in service parameters. eg. ``` xml <argument type="string">http:google.de/foo=%s&bar=%d</argument> ``` actually symfony would recognize `%s&barbar=%` as a non existing service parameter..