Re: Cfqueryparam bug and finding it globally.

2004-01-15 Thread Jochem van Dieten
Bryan F. Hogan wrote: Hi all, I wrote a directory spider that recursively finds all pages on my server in all sites that have the cfqueryparam bug with using functions in the value attributes value. Just update your server:

RE: Cfqueryparam bug and finding it globally.

2004-01-15 Thread Bryan F. Hogan
Been there done, that. ;-) -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:36 AM To: CF-Talk Subject: Re: Cfqueryparam bug and finding it globally. Bryan F. Hogan wrote: Hi all, I wrote a directory spider that recursively finds

Cfqueryparam bug and finding it globally.

2004-01-07 Thread Bryan F. Hogan
Hi all, I wrote a directory spider that recursively finds all pages on my server in all sites that have the cfqueryparam bug with using functions in the value attributes value. What I want to do is be able to determine the line number of the offending cfqueryparam tag. Does anyone have any

Re: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Bryan Stevenson
www.macromedia.com - Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Wednesday, January 07, 2004 8:15 AM Subject: Cfqueryparam bug and finding

RE: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Mike Townend
if you are using homesite, then you could do a find in files and point it to the root directory and include subdirs? HTH -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 7, 2004 16:16 To: CF-Talk Subject: Cfqueryparam bug and finding it globally

Re: Cfqueryparam bug and finding it globally.

2004-01-07 Thread stas
Just a thought, but you could probably look at MX's Code Analyzer in the CFMX Administrator, if it isn't encrypted or some kind of Java CFX. - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Wednesday, January 07, 2004 11:15 AM Subject: Cfqueryparam bug and finding it globally

Re: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Jamie Jackson
Look into grep on unix, findstr on windows. Finstr's regex isn't as good as unix's, of course, so you may want to pipe the results of findstr to a file, and use some CF regex on that. Jamie On Wed, 7 Jan 2004 11:15:42 -0500, Bryan F. Hogan [EMAIL PROTECTED] wrote: Hi all, I wrote a directory

RE: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Bryan F. Hogan
Using functions inside the cfqueryparams that have the value of cf_sql_varchar, cf_sql_longvarchar causes single quotes to double up. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 11:20 AM To: CF-Talk Subject: Re: Cfqueryparam bug

RE: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Bryan F. Hogan
I'll try that. Thanks -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 11:24 AM To: CF-Talk Subject: RE: Cfqueryparam bug and finding it globally. if you are using homesite, then you could do a find in files and point it to the root

RE: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Bryan F. Hogan
Nice. ;) -Original Message- From: stas [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 11:28 AM To: CF-Talk Subject: Re: Cfqueryparam bug and finding it globally. Just a thought, but you could probably look at MX's Code Analyzer in the CFMX Administrator, if it isn't

RE: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Bryan F. Hogan
Interesting, I'll look into it. Thanks -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 11:38 AM To: CF-Talk Subject: Re: Cfqueryparam bug and finding it globally. Look into grep on unix, findstr on windows. Finstr's regex isn't as good

Re: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Bryan Stevenson
: Cfqueryparam bug and finding it globally. Using functions inside the cfqueryparams that have the value of cf_sql_varchar, cf_sql_longvarchar causes single quotes to double up. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 11:20 AM To: CF

RE: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Andre Turrettini
give you the line no. DRE -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 9:52 AM To: CF-Talk Subject: RE: Cfqueryparam bug and finding it globally. Interesting, I'll look into it. Thanks -Original Message- From: Jamie Jackson

RE: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Andre Turrettini
er, studio 5 DRE -Original Message- From: Andre Turrettini [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 10:01 AM To: CF-Talk Subject: RE: Cfqueryparam bug and finding it globally. In cf5, you can do a search and then save it as a text file.Right click on your search

Re: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Thomas Chiverton
On Wednesday 07 Jan 2004 16:38 pm, Jamie Jackson wrote: Look into grep on unix, findstr on windows. Finstr's regex isn't as good as unix's, Though there are many ways to get GNU grep onto Win32. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Re: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Jochem van Dieten
Bryan F. Hogan wrote: Hi all, I wrote a directory spider that recursively finds all pages on my server in all sites that have the cfqueryparam bug with using functions in the value attributes value. What I want to do is be able to determine the line number of the offending cfqueryparam

RE: Cfqueryparam bug and finding it globally.

2004-01-07 Thread Bryan F. Hogan
Thanks Jochem! Works Perfectly! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]