Closed hwbllmnn closed 2 years ago
Thank you for reporting.
Dear all, have you made any progress on this issue in the meantime?
Following service can be used to reproduce the behavior: http://geoportal.bafg.de/arcgis1/rest/services/INSPIRE/Catchment/MapServer/exts/InspireView/service?VERSION=1.3.0&SERVICE=WMS&REQUEST=Getcapabilities
I assume that this error will only occur with CTL tests as TestNG tests use their own parsers.
True. As I wrote, I traced it to the HTTPParser
class which is only used from CTL AFAIK.
We are planning to resolve this issue in Q4.
Describe the bug
When the
HTTPParser
is used and the requested resource delivers a HTTP 302 redirect, it will not follow the redirect but deliver an empty body.To Reproduce Steps to reproduce the behavior:
Expected behavior
I would expect the
HTTPParser
to follow theLocation
header and deliver the response body of that URL.Screenshots
not applicable
Additional context
none