Fixed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
Created 26 April 2025 at 11:24
Updated 2 May 2025 at 08:11
Resolved 2 May 2025 at 08:11
By http spec, only a GET should have a body, add the option to be less strict, i.e lax
https://dev.lucee.org/t/migrating-from-coldfusion-2016-to-lucee/12949/143
Lucee is currently using the stricter default, so we don't match ACF behaviour here?
https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/client/DefaultRedirectStrategy.html
there is a lax redirect strategy
https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/client/LaxRedirectStrategy.html