Unresolved
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
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
Affects versions
Created 6 September 2018 at 11:18
Updated 28 April 2022 at 01:56
It seems the first request processed by Lucee results in a 302 redirect
Lucee 5.3.1.62, Apache 2.4.27, latest mod_cfml and Tomcat 8.5.31.0 (installed via the installer)
Attached is a test case which should be dropped into an existing Apache 2.4 install with mod_cfml
enabled.
1. Extract the zip into C:\lucee\tomcat\webapps\ROOT\request
2. Add the httpd.conf configuration to the existing apache install (exposes C:\lucee\tomcat\webapps\ROOT\ on port 84)
3. Open an Administrator command prompt (use cmd.exe not powershell)
4. Run C:\lucee\tomcat\webapps\ROOT\request\test.bat which will stop and start lucee (which is why it needs to be run as administrator), then make two http requests via curl (sample output below)
the problem is that the first request results in a 302 Location response, subsequent requests don't