Hey there!
Unfortunately the ArrayLimitingJsonContentModifier does not reduce the array size of any response with the Content-Type "application/hal+json".
I could backtrace this issue to JsonContentModifier#modifyContent. For some reason the include does not cover that content type.
Hey there! Unfortunately the
ArrayLimitingJsonContentModifier
does not reduce the array size of any response with the Content-Type "application/hal+json".I could backtrace this issue to
JsonContentModifier#modifyContent
. For some reason the include does not cover that content type.