On 6/21/05, Ian Skinner <[EMAIL PROTECTED]> wrote: > Without running my own experiments, I was curious that you are URL decoding a > string > that has not been URL encoded?
It's included in a UDF (written before my time) that is formatting plain text into HTML formatting. The string passed to the UDF can, apparently, be URLEncoded or not [I'm still trying to determine what circumstances that can happen, but haven't gotten a hold of the original developer yet]. Ideally, I'm just gonna take out that URLDecode() and solve the problem. But, considering this UDF occurs 915 times in our app, it'll be easier to test if I know the circumstances that prompted putting that URLDecode() in there. Scott -- ----------------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210160 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

