I updated with the stable release (now showing 1.5.0 Development and
Production Stable (non-duck typed core)), but I get the same result.
It is happening whenever I browse the root of the site (no path, file, or
query string), and any time I specify "index.cfm" in the path (non-SES).
But when I browse an SES URL, it does not appear in the args.
Zack
From: mach-ii-for-coldfusion@googlegroups.com
[mailto:mach-ii-for-coldfusion@googlegroups.com] On Behalf Of Peter J.
Farrell
Sent: Thursday, May 08, 2008 8:48 PM
To: mach-ii-for-coldfusion@googlegroups.com
Subject: [Mach-II] Re: "index.cfm" appearing as event arg
Mach-II 1.5 was released as stable in November 2007. I'm sure that is some
bugs in the BER (as with any alpha releases) and it's clear you have an
unknown build. Use the stable release.
http://www.mach-ii.com/code/MachII_1-5-0.zip
Peter
Zack Pitts said the following on 5/8/2008 10:37 PM:
I'm not calling BuildUrl(). All I'm doing is looking at the Event Queue
(plug-in), and it shows
ARGS
EVENT = test
index.cfm = [empty string]
I grabbed this instance of Mach-II from the SVN link for 1.5:
Mach-II Version 1.5.0 Bleeding Edge Release - Unknown build
Zack
-----Original Message-----
From: mach-ii-for-coldfusion@googlegroups.com
[mailto:mach-ii-for-coldfusion@googlegroups.com] On Behalf Of Peter J.
Farrell
Sent: Thursday, May 08, 2008 8:18 PM
To: mach-ii-for-coldfusion@googlegroups.com
Subject: [Mach-II] Re: "index.cfm" appearing as event arg
Zack Pitts said the following on 5/8/2008 10:07 PM:
I'm trying to use Mach-II's SES URLs for the first time, and I'm getting
"index.cfm" entered as a key in the event args. Here are my URL
management
properties:
<property name="urlDelimiters" value="/|/|/" />
<property name="urlBase" value="/index.cfm" />
<property name="urlParseSES" value="true" />
What could be causing this?
Thanks,
Zack
I'd have to see the BuildUrl() code you are using to see what is
possibly going on and the output you are getting from it. What version
of Mach-II are you using?
pjf