It's possible, although after updater 2, the CFDUMP tag's source was
encrypted, so you can't tell for certain.  If you haven't updated, you can
check the source.
/opt/coldfusionms/wwwroot/WEB-INF/cftags/dump.cfm

barneyb

> -----Original Message-----
> From: Ian Skinner [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 21, 2003 8:07 AM
> To: CF-Talk
> Subject: CFDump stops HTML output?
>
>
> Strange behavior with CFdump.
>
> I wrote some code something like this.
>
> <cftry>
>       <cfquery....
>       .../cfquery>
>
>       <cfcatch type="database">
>               <cfmail to="[EMAIL PROTECTED]"
> from="[EMAIL PROTECTED]" subject="Database Error">
>                       <cfdump var="#cfcatch#>
>               </cfmail>
>       </cfcatch>
> </cftry>
>
> <html>
>
> ... some html...
>
> <cfoutput>#aVariable#</cfoutput>
>
> ... more html ...
>
> </html>
>
> What happened was that if an error occurred, and the cfmail was generated
> with the cfdump in it, the html in the rest of the page would not
> be passed
> to the client, but variables in <cfoutput> tags would.  Almost like a
> <cfsetting enableCFoutputOnly ="yes"> was in place.  Does this make sense,
> should this be happening?
>
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> Sacramento, CA
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to