neos / redirecthandler

The Neos.RedirectHandler package for Flow
MIT License
4 stars 15 forks source link

BUGFIX: Prevent url encoding of query and fragments in relative redirects #46

Closed Sebobo closed 4 years ago

Sebobo commented 4 years ago

This problem was introduced with version 4.0 as the target location was now built with a http request and the whole target uri was fed as path instead of the individual parts.

Resolves: #44