Ticket #334 (new enhancement)

Opened 3 months ago

blank URL Variable issue

Reported by: jjtischer Owned by: scorfield
Type: enhancement Priority: Normal
Milestone: Component: Miscellaneous
Version: 5.5 Severity: normal
Keywords: Blank Url variables Cc:

Description

When there is a blank variable in a url, the Handle SES urls in the MyFusebox?.cfc (line 128) mismatches the variables and their values.

For instance

/index.cfm?fa=homepage.home&blankvar=&boolean=1&hello=world

The SES handler sets up the following attributes variables.
fa=homepage.home
blankvar=boolean
1=hello

world gets completely dropped

My solution: is attached

Attachments

myFusebox.cfc (20.3 kB) - added by jjtischer 3 months ago.

Change History

Changed 3 months ago by jjtischer

Note: See TracTickets for help on using tickets.