URL Parameter Issue

Description

Query strings that contain two of the same parameters behave differently in Lucee than others.

Example:
http://www.site.com/?a=&a=1

Lucee: a is "1"
ACF: a is ",1"
Node/Express: a is ",1"
Java/Spring: a is ",1"
Classic ASP: a is “,1”
.Net/C#: a is “,1”

The double quotes are the denote the value of a and are not in the actual value.

Notice that all of the others including ACF have the value ",1"

Environment

None

Attachments

2

Activity

Show:

Pothys - MitrahSoft 9 August 2024 at 12:01

, I am reopening the ticket because of . Could you please refer to this ticket?

Zac Spitzer 9 August 2024 at 10:58

any idea why you re-opened this on the 25th of march?

Zac Spitzer 18 March 2022 at 17:29

Zac Spitzer 18 March 2022 at 16:44

Pothys - MitrahSoft 8 March 2022 at 06:54

I've checked this ticket with the lucee version 5.3.9.102-SNAPSHOT and this issue was solved by the fix of the ticket

Details

Assignee

Reporter

Priority

Fix versions

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

Created 12 December 2017 at 20:04
Updated 9 August 2024 at 12:01