Ticket #323 (new enhancement)

Opened 8 months ago

SES vs. precedenceFormOrUrl

Reported by: Shift4SMS Owned by: scorfield
Type: enhancement Priority: Normal
Milestone: Component: Miscellaneous
Version: 5.5 Severity: normal
Keywords: Cc:

Description

I think I found a bug with <parameter name="precedenceFormOrUrl" value="form" />. It does not work when using SES URL's.

I created two tests:

#1:
<form action="#myself##XFA.Fuse1#"> <!-- action parses to "/index.cfm/fuseaction/main.fuse1" -->
<input type="hidden" name="fuseaction" value="main.fuse2" />
<input type="submit" value="Submit" />
</form>

#2:
<form action="#self#?fuseaction=#XFA.Fuse1#">
<input type="hidden" name="fuseaction" value="main.fuse2" />
<input type="submit" value="Submit" />
</form>

The first fails and the second works.

Attachments

Note: See TracTickets for help on using tickets.