php-cmis-client
php-cmis-client copied to clipboard
Make Dkd\PhpCmis\Bindings\Browser\DiscoveryService::query with long queries
When a CMIS query is long, the generated URL can exceed 2000 chars which can cause problems. The query can also be in the body of the call (according to http://docs.oasis-open.org/cmis/CMIS/v1.1/errata01/os/CMIS-v1.1-errata01-os-complete.html#x1-5610002 )
I'm also having trouble with this. Is there anything I could do to get this merged?