Ooooh, you're using 404 handling. Gotcha. Yeah, I use that on my site a lot.
I am not sure that I have ever submitted a FORM to it.

You might want to look into something like ISAPI_REWRITE which I think
changes the URL in a more natural way.


On Thu, Apr 2, 2009 at 2:14 PM, David McGuigan <davidmcgui...@gmail.com>wrote:

>
> NP Ben, I was just confused. So you actually don't have to configure any
> URL
> rewriting with IIS 6+. You just grab the site, update the 404 custom error
> handler to use a URL ( Like "/index.cfm" ), and then change the feature
> settings mode to "custom errors". It'll then pass everything through to the
> CF template you specify. From there on I'm just dumping things on that
> template, and neither FORM, or the result of GetHTTPRequestData are
> populated,
> which is the real issue.
>
> I'm guessing it's just that CF isn't parsing the (potentially new) IIS 7
> format of custom error passthrough correctly, similar to how PHP struggles
> with it as described here: http://bugs.php.net/bug.php?id=38094
> I've just filed the bug with Adobe. We'll see what they say, maybe there's
> some workaround.
>
>
>
> 2009/4/2 Jason Fisher <ja...@wanax.com>
>
> >
> > At its most basic, GET will populate the URL scope, POST will populate
> the
> > FORM scope.  Is there a reason you can't look to the FORM scope during
> > processing?
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321247
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to