Response in AccessGrantedAndUpdateList can lead to memory overload #64
Labels
enhancement
New feature or request
P3:TBE
An issue that is not evaluated and/or planned for implementation yet.
Reported by @omarismail94 :
When we send a Bundle, we load the entire response in memory. Depending on the maximum size, this might cause memory issues for the proxy.
See the
BearerAuthorizationInterceptor.replaceAndCopyResponse
method as a way to avoid this by using aStringReader
.The text was updated successfully, but these errors were encountered: