Let me explain better: Today, I am working on pen test issue about host header poison. In this case, everytime the user send us a request with a different host header, I can capture the request and provide the correct answer by implementing a Filter set on web.xml file. But in a specific situation (when the timeout occurs and a sequence of correct request and poisoned request), the liberty server redirect responses and does not pass by any of my filters. In this situation the location response header can be poisoned by host header request in HTTP. Does anyone have something like that before? Is it possible to make liberty response header location field be set as relative and not include a full address.
#Support#SupportMigration#WebSphereLiberty