ScaCap / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs
https://scacap.github.io/spring-auto-restdocs/
Apache License 2.0
311 stars 86 forks source link

ArrayLimitingJsonContentModifier does not limit array #424

Closed mustaphazorgati closed 3 years ago

mustaphazorgati commented 4 years ago

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.