I'm working on a client project running CF MX on Linux What seems to be happening is that any time we use a UDF in a cfoutput, like
<cfoutput> <div>|#request.ffa.appname#|</div> <div>|#request.ff.alttext(1)#|</div> <div>|#left(request.ff.structtourl(attributes),1)#|</div> </cfoutput> We get an extra space character prepended to the string returned by the UDF, i.e. the previous snippet results in this output: |ourappname| | Edit| | m| Has anyone seen anything like this before? It seems to be a new development, because I'm pretty sure I was using UDF's in cfoutput for url variables without problems last week. I've got this diagnostic info: SERVER_SOFTWARE=Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.0.6 mod_perl/1.26 not sure where that's from -- a coworker handed it to me... a dump of the server variables looks like this: struct COLDFUSION struct APPSERVER JRun4 EXPIRATION <<snippage>> PRODUCTLEVEL Professional PRODUCTNAME ColdFusion Server PRODUCTVERSION 6,0,0,55693 ROOTDIR /opt/coldfusionmx SERIALNUMBER <<snippage>> SUPPORTEDLOCALES <<snippage>> OS struct ADDITIONALINFORMATION Linux ARCH i386 BUILDNUMBER [empty string] NAME UNIX VERSION 2.4.9-e.3enterprise s. isaac dealey 954-776-0046 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to tapestry api is opensource http://www.turnkey.to/tapi certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

