Sweet!

HttpServlet's HttpServletRequest object has a ton of methods I can dump!

I've never actually called servlet methods from within CFML. Anyone got a
snippet I can borrow?



On Thu, Apr 2, 2009 at 12:27 PM, David McGuigan <[email protected]>wrote:

> Thanks for the suggestion. I do realize that ISAPI rewriting is an
> alternative, but my entire application controller is just a CF-based,
> dynamic translation and coordination of URLs to content, so I want to handle
> that with CFML logic, and not have to maintain it extraneously.
> Any Java fiends out there that can give me some Java methods to try to
> output the raw HTTP signature handed down to ColdFusion?
>
>
>
> On Thu, Apr 2, 2009 at 12:22 PM, Ben Nadel <[email protected]> wrote:
>
>>
>> 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 <[email protected]
>> >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 <[email protected]>
>> >
>> > >
>> > > 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:321251
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