-
- Connection #0 to host ############### left intact
{"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html","title":"Unprocessable Entity","status":422,"detail":"Unable to delete entity."}
…
ghost updated
6 years ago
-
How can we add a dependency to a resource? Can someone explain how can we use a custom service inside a resource because we do not have access to ServiceManager anymore.
What I want to accomplish i…
-
Shouldn't `$this->getQueryCreateFilter()->filter` be called in patch/update methods too?
Now we have a little bit curious situation, when we have filtered input on create, but few seconds later we …
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | no
| RFC? | no
| Symfony version | 3.4
Commit https://gith…
garak updated
6 years ago
-
I have a problem using the page_size and max_page_size of the Zend REST controller for pagination.
I have the following config.php (snippet):
'zf-rest' => [
Resource\DocumentResourc…
-
I've a problem to create a new rest entity. I've the following configuration:
$inputFilterSpecForStrings = [
'required' => false,
'allow_empty' => false,
'filters' =>…
-
I am getting 500 internal server error. my host support is saying it is because of
> php_value always_populate_raw_post_data -1 in .httaccess file.
what does -1 means? how to fix this issue…
-
Hi, i dont know if this is an issue or not. May be i'm doing something wrong, but for example, when i try to login and get a token if the credentials are wrong i throw an exception like `NotFoundExcep…
-
At the moment the REST controller wraps whatever data is getting in a HalEntity (or Collection). This interferes very badly with the very concept of REST since the controller is already returning an s…
-
I'm not sure this is correct behavior
https://github.com/zf-fr/zfr-oauth2-server/blob/master/src/Middleware/ResourceServerMiddleware.php#L64
I think it would be more flexible if an exception is rais…