dkd / php-cmis-client

This is a PHP CMIS Client implementation based on OpenCMIS. It has been retired and put in to archive mode.
Apache License 2.0
54 stars 34 forks source link

Make Dkd\PhpCmis\Bindings\Browser\DiscoveryService::query with long queries #71

Closed guthypeter closed 2 days ago

guthypeter commented 5 years ago

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 )

derflocki commented 3 years ago

I'm also having trouble with this. Is there anything I could do to get this merged?