Injection Testing/Monitoring

2010-01-18 Thread Andrew Tegenkamp
With the recent SQL Injection talk, I was looking for ways to setup monitoring and testing procedures to test for and monitor SQL Injection. Monitor downtime and all that is covered, but I don't have anything too useful for testing SQL Injection on new code and monitoring for SQL Injection on e

Injection Testing/Monitoring

2010-01-18 Thread Andrew Tegenkamp
With the recent SQL Injection talk, I was looking for ways to setup monitoring and testing procedures to test for and monitor SQL Injection. Monitor downtime and all that is covered, but I don't have anything too useful for testing SQL Injection on new code and monitoring for SQL Injection on e

Re: CFHTTP Disabled (7.0.1)?

2009-05-07 Thread Andrew Tegenkamp
Thanks Dave. It was a DNS issue after all. Working great now! > > I have a server with 7.0.1 and Apache 2.0 series and it acts like > CFHTTP is disabled. It will > not let me CFHTTP to anything, inside or > out. I have tried various cfhttpparam (Accept- > > Encoding, TE, charset) and combinati

CFHTTP Disabled (7.0.1)?

2009-05-07 Thread Andrew Tegenkamp
I have a server with 7.0.1 and Apache 2.0 series and it acts like CFHTTP is disabled. It will not let me CFHTTP to anything, inside or out. I have tried various cfhttpparam (Accept-Encoding, TE, charset) and combinations of resolveurl and redirect but nothing lets it go through. Does anyone ha

CFQUERY Question

2009-01-07 Thread Andrew Tegenkamp
I have a SQL statement that is easier to build and save as a variable but it throws an error when I do this: #strSQL2# The error says it is trying to insert the values with two '': SQL: INSERT INTO users(userName) VALUES(''andrew'') If I put the SQL code into the CFQUERY tag it is fi

Re: cfchart scatter line options?

2008-10-22 Thread Andrew Tegenkamp
Thanks for both of those thoughts. It seems whenever you use type=line the line goes along the X-axis no matter what though. I have been looking in the chart editor (and your jedi blog at the great chart examples) but haven't seen anything that lets you go vertical with a line chart. I saw a St

Re: cfchart scatter line options?

2008-10-21 Thread Andrew Tegenkamp
type line, as follows: > > > > > > > > > > > > > > > > > > > > > > > > &g

cfchart scatter line options?

2008-10-21 Thread Andrew Tegenkamp
I'm trying to create some charts that are sort of scatter and sort of line and can't find the right way with either. Basically it's a scatter plot but I want to connect the lines across the Y axis starting with the lowest and going to the highest. So if X axis item "A" has 3 series values of 4

Re: Searching PDF Properties

2008-10-09 Thread Andrew Tegenkamp
PDF metadata. > > > > On Thu, Oct 9, 2008 at 11:04 AM, Andrew Tegenkamp <[EMAIL PROTECTED] > com> wrote: > > I am helping a .org setup a ColdFusion search and they have a lot of > PDF content. They were hoping to be able to tag the content using PDF > Document Properties (r

Searching PDF Properties

2008-10-09 Thread Andrew Tegenkamp
I am helping a .org setup a ColdFusion search and they have a lot of PDF content. They were hoping to be able to tag the content using PDF Document Properties (right click on an open PDF and go to Properties) to specify a Title, Author, Subject, and Keywords. Can Coldfusion and Verity search P