Ticket #419 (new defect)

Opened 15 years ago

RemotingService.cfc breaks when using SesUrlManager

Reported by: Daniel Sundling <daniel@…> Owned by:
Priority: normal Milestone: 3.2
Version: 3.1.261 Severity: normal
Keywords: Cc:

Description

There is a problem with the RemotingService?.

URL variables are not added to Model-Glue when using SesUrlManager?. In AbstractRemotingService?, the event variable is added to the URL scope but SesUrlManager? ignores the URL scope when extractValues is run. Due to this the expected event is never executed.

You can solve this problem by adding:

<cfset structAppend(result,URL,false) />

to the end of extractValues (SesUrlManager?.cfc), right before the return.

Related ticket: #400

Note: See TracTickets for help on using tickets.