RE: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Matt Robertson
good ideas, all.  Thanks for sharing! Matt Robertson   [EMAIL PROTECTED] MSB Designs, Inc.  http://mysecretbase.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Sett

Re: query question

2004-05-06 Thread Dick Applebaum
On May 6, 2004, at 9:25 PM, Tony Weeg wrote: > am using sql server, I have aqua data studio, im using query analyzer > right >  now... > >  I don't have any other way of getting to the count, that's the > problem there >  isnt anything else in the vehicle table that links back to the > company

RE: query question

2004-05-06 Thread Tony Weeg
am using sql server, I have aqua data studio, im using query analyzer right now... I don't have any other way of getting to the count, that's the problem there isnt anything else in the vehicle table that links back to the company table that has the guid that links back to the crm system, and its

Re: query question

2004-05-06 Thread Dick Applebaum
What usually helps me in a case like this is to simplify the query (if you can). 1) Take out all the joins 2) add them back one at a time Kinda' build the complex query in a series of simple steps.. Do you have a interactive SQL client that you can use to do this? It looks like you are using

RE: query question

2004-05-06 Thread Tony Weeg
ok, I did this. I get everything different, but the id number from the table where the count comes from, the id number of the 1 vehicle that is in there...it has a different productId, I see the two different productId's, it has a different salesOrderDEtailId, they both have the same salesOrderId.

Re: query question

2004-05-06 Thread Dick Applebaum
Tony why don't you modify the queries to return the actual data columns in the joins in addition to the count -- that way you can see what the db is returning HTH Dick On May 6, 2004, at 8:13 PM, Tony Weeg wrote: > ok, in the two queries below, the salesOrderDetailId and the productId > are

RE: Firebird DBMS with CFMX

2004-05-06 Thread Nando
Steven, I'm staring at the Data Source setup screen, and i have choices for JDBC URL, Driver Class, and Driver Name. I looked in the docs and fond nothing very specific how to set these up. Any advice here? Thanx, n. -Original Message- From: Steven Erat [mailto:[EMAIL PROTECTED] Sent: Fr

RE: Firebird DBMS with CFMX

2004-05-06 Thread Steven Erat
I've set up FIrebirdSQL with CFMX using the Jaybird JDBC driver, but haven't done too much with it beyond a few queries.  However, I have worked with a few people that use it reguarly with CFMX. About a year ago there was a bug in the driver where it would hang on inserts/updates, so we reported i

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Andrew Grosset
> Andrew Grosset wrote: > >Works great in IE, but Mozilla Firebird ignores cfheader and displays > > >the page as normal... > > I put in right afterwards :D > > Here's the whole test I'm using.  I put this into application.cfm and, > as you say, it only eats a max of 15ms. > > > > Cleanurl

query question

2004-05-06 Thread Tony Weeg
ok, in the two queries below, the salesOrderDetailId and the productId are different for each. the only thing in common is that they have the same companyIDNumber. however since that's not in the where clause, how can this return that both have a count of 1, where I know that the only one that has

Firebird DBMS with CFMX

2004-05-06 Thread Nando
Has anyone set up Firebird DBMS to work with ColdFusion? http://firebird.sourceforge.net/ If so, any pointers on getting it working? I thought i'd ask before messing around. I've never tried to use an alternate driver ... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

DeMoronize for MX?

2004-05-06 Thread Jake
Does anyone know if the DeMoronize() UDF works with MX? I'm having troubles getting it to work correctly, and I seem to remember reading somewhere that there were issues with it with MX. If it does have problems with MX, does anyone know how to strip out Microsoft specific characters? I'm using FC

AW: LIKE and % is just not enough. Advanced SQL Search help needed

2004-05-06 Thread Benjamin Petz
Checkout the verity search engine.I think this provides the thinks you need. benjamin   _   Von: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. Mai 2004 02:12 An: CF-Talk Betreff: LIKE and % is just not enough. Advanced SQL Search help needed Hello l

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Matt Robertson
Andrew Grosset wrote: >Works great in IE, but Mozilla Firebird ignores cfheader and displays >the page as normal... I put in right afterwards :D Here's the whole test I'm using.  I put this into application.cfm and, as you say, it only eats a max of 15ms. -- -

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Andrew Grosset
Works great in IE, but Mozilla Firebird ignores cfheader and displays the page as normal... >My turn for a dumb question:  Would this be all there is to it? > > > > > >--Matt Robertson-- >MSB Designs, Inc. >http://mysecretbase.com [Todays Threads] [This Message] [Subscription] [Fast Unsubsc

grouping output

2004-05-06 Thread Greg.Morphis
I'm wanting to dynamically create a menu. My table has 6 columns. MNUITEMNUM (primary key - increments on insert), MNUPARENT (the parent menu id), MNUCHILD (the child menu id), MNUURL (the link associated with the menu item), MNUDISP (what's displayed as the menu item), MNUWIN (determines whet

RE: Problem only showing swatches... SOLVED

2004-05-06 Thread Alan Bleiweiss
Thanks for the help on this. Tweaking til I got it fully functional required #Listfind(fullList,"#i#")#> Not being a high end coder, I have no idea why that finally worked.  But it did. At 04:36 PM 5/6/04, you wrote: >I'd remove the .jpgs so your list is just "1,130,130A,130E,2,23,3,30". >Then

RE: RESOLVED - FYI : Oracle 9i and cfqueryparam problems

2004-05-06 Thread Stacy Young
Yes but at that point you're overlapping the optimizer's functionality...and as soon as u start down the road of manual hints...you're on your own. We haven't had much luck going that route. -Stace   _   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:58 PM

RE: Problem only showing swatches if list contains a swatch name

2004-05-06 Thread Burns, John D
I'd remove the .jpgs so your list is just "1,130,130A,130E,2,23,3,30". Then loop over that and do #i#.jpg That should do it.  My code may not be perfect, you may need to tweak it some but it should get you started.  Look at the docs to see how to use listFind() John Burns -Original Messag

RE: Email Problem

2004-05-06 Thread Burns, John D
Essentially set the X-Mailer using   Look at the headers on an email that works correctly.  Whatever headers you see in there that are different from the one you send using CF, set (or change) the params using .  Now, some spam filters or mail clients are smart enough to ignore certain headers that

RE: CF5 error

2004-05-06 Thread Andrew Tyrone
Howie, I found some info on the macromedia.coldfusion.cfml_general_discussion newsgroup: http://tinyurl.com/2jc5f Someone mentions this problem in regards to scheduled tasks. Andy -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 3:40 PM To: C

Re: CF5 error

2004-05-06 Thread Howie Hamlin
It's using the API, not CGI. Thanks, Howie   - Original Message -   From: Dave Watts   To: CF-Talk   Sent: Thursday, May 06, 2004 5:02 PM   Subject: RE: CF5 error   > Here's the entry:   >   > No template file information passed.   > ColdFusion requires that you pass information indi

RE: CF5 error

2004-05-06 Thread Dave Watts
> Here's the entry: > > No template file information passed. > ColdFusion requires that you pass information indicating > which file you want to use as your CFML template file. This > information must be either passed as the document path of the > HTTP request or be specified as a URL parameter

RE: Verity options

2004-05-06 Thread John Wilker
mmm I'm not sure. I would suppose it would respect robots.txt  I hadn't even thought of that. Thanks! I'll try that.   _   From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:52 PM To: CF-Talk Subject: Re: Verity options I know very little about the vspider, but...

Re: Verity options

2004-05-06 Thread Jerry Johnson
I know very little about the vspider, but... Doesn't it respect robots.txt files? If you properly build your robots.txt files, you should be able to automatically exclude the files and folders you don't want indexed. Just a thought, Jerry Johnson [Todays Threads] [This Message] [Subscription

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Matt Robertson
John wrote: >what codecleaner does? and where do I find it? http://tinyurl.com/2vo8k -- --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com --- -- [Todays Threads] [This Message]

RE: Problem only showing swatches if list contains a swatch name

2004-05-06 Thread Alan Bleiweiss
When I use this code, I get no match results, and doing a dump shows me that the only list-item in "fullList" is the last item in the original list At 02:25 PM 5/6/04, you wrote: > >fullList="1.jpg,130.jpg,130A.jpg,130E.jpg,2.jpg,23.jpg,3.jpg,30.jpg"> > > > > >#i# > > > >Or to make it easier, str

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread John Ho
what codecleaner does? and where do I find it? > Jim wrote: > >How do I use it?   > > For just a form var its completely painless.  CodeCleaner is just a > custom tag, so you either put it into the current folder or the custom > tags folder.  Then, on a form post page you would validate all of

Verity options

2004-05-06 Thread John Wilker
So we've got a site with not a lot of content, I suppose somewhere between a full blown content site and one with 2 pages :) We'd like to have it spidered since our pages are all modular and included so there's not really a page to search. I'm playing with Vspider in Verity K2, but can't seem to

RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
How do you trick it to think Outlook was the sender??? Mario -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 3:19 PM To: CF-Talk Subject: RE: Email Problem You can change it so that outlook thinks that the sender was outlook and not CF.  Tha

Re: CF5 error

2004-05-06 Thread Howie Hamlin
I forgot the the list server removes text when there are a lot of dashes... Here's the entry: No template file information passed. ColdFusion requires that you pass information indicating which file you want to use as your CFML template file. This information must be either passed as the document

RE: add a column in oracle

2004-05-06 Thread Dave Carabetta
>Ah great thanks.  I learned alot. >So, let me re-iterate a bit. >- The first select is the general search where I'm selecting 3 from >the total and I list the columns that I want.  I want all of them, >but it's still better to directly list them both for readability and >accuracy. >- The second se

RE: add a column in oracle

2004-05-06 Thread Jason.Gulledge
I think you may have it reversed.  Work from the inside out. The "sub select" (or inner select) pulls back *every* row where dateadded > sysdate-7 (by the way shouldn't you use "dateadded >=sysdate-7"?) Then the outer select simply returns the first three rows from that. Jason Gulledge. -Or

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Matt Robertson
>>Why not return a 500 (or other perment) HTTP error ? >Yes, that would be a better solution. My turn for a dumb question:  Would this be all there is to it? --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

add a column in oracle

2004-05-06 Thread Daniel Kessler
Ah great thanks.  I learned alot. So, let me re-iterate a bit. - The first select is the general search where I'm selecting 3 from the total and I list the columns that I want.  I want all of them, but it's still better to directly list them both for readability and accuracy. - The second select

RE: CF5 error

2004-05-06 Thread Semrau Steven Ctr SAF/IE
missing the log file entry :-) -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 3:40 PM To: CF-Talk Subject: CF5 error Any ideas on what would cause this to happen intermittently on a CF5 server?  This is from the log file:   _ [Todays Thr

guest book

2004-05-06 Thread Tom Kitta
Hello, Does anyone know of ColdFusion and XML based guest book (for my personal site), or do I have to roll my own? TK [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CF5 error

2004-05-06 Thread Howie Hamlin
Any ideas on what would cause this to happen intermittently on a CF5 server?  This is from the log file: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Matt Robertson
Jim wrote: >How do I use it?   For just a form var its completely painless.  CodeCleaner is just a custom tag, so you either put it into the current folder or the custom tags folder.  Then, on a form post page you would validate all of your form fields with it.  I do it in a block like you see bel

RE: Problem only showing swatches if list contains a swatch name

2004-05-06 Thread Burns, John D
fullList="1.jpg,130.jpg,130A.jpg,130E.jpg,2.jpg,23.jpg,3.jpg,30.jpg"> #i# Or to make it easier, strip the jpg off the end of the file names in the full list (if you know they are always jpgs and append that where you're outputting #i#. John Burns -Original Message- From: Alan

RE: Email Problem

2004-05-06 Thread Burns, John D
You can change it so that outlook thinks that the sender was outlook and not CF.  That would fix that.  That's why I suggested to try to set all of the mail params that you see in a normal outlook message that works properly. John -Original Message- From: Ciliotta, Mario [mailto:[EMAIL P

Problem only showing swatches if list contains a swatch name

2004-05-06 Thread Alan Bleiweiss
In a product display page I need to show color swatches based on only those colors a particular product has available, rather than showing all color swatches in my swatch image directory. (Entire code set and table creation code at bottom of this email) EXPLANATION: I have two lists - One is a

RE: Email Problem

2004-05-06 Thread Lofback, Chris
Yep, sorry.  I should have said "the blog Andrew Tyrone mentioned".  :) Chris -Original Message- From: Andrew Tyrone [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 3:06 PM To: CF-Talk Subject: RE: Email Problem Chris, That's actually David Medlock's blog; I just found it on Goog

RE: Email Problem

2004-05-06 Thread Andrew Tyrone
It also might be a firewall issue; I know that our Firebox is set to strip certain mail headers, which is why I get read receipts through my personal email account but never from my work account. Andy -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06

RE: Email Problem

2004-05-06 Thread Andrew Tyrone
Chris, That's actually David Medlock's blog; I just found it on Google. Andy -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:16 PM To: CF-Talk Subject: RE: Email Problem I copied the code from Andrew Tyrone's blog and used my own email ad

RE: RESOLVED - FYI : Oracle 9i and cfqueryparam problems

2004-05-06 Thread Jason.Gulledge
You know, we do something VERY similar...we partition by month... I do a check at execution time because everytime someone queries the data its for a given month...and the month just so happens to coordinate with the partition name, so I can somewhat dynamically decide which index/partition to use.

RE: Email Problem

2004-05-06 Thread Lofback, Chris
Well, I don't know then.  Maybe it's an Exchange or Outlook config issue?  I'm not a mail admin so I don't know what gotchas to look for.  Sorry! Chris -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:50 PM To: CF-Talk Subject: RE: Email Pr

RE: add a column in oracle

2004-05-06 Thread Jason.Gulledge
Close, and you shouldn't use "select * from.."     --change this from select * to whatever else     select * from       ( select * FROM whats_new WHERE dateAdded > #dateAdd("d",-7,Now())# order by dateAdded DESC    )    WHERE ROWNUM < 4

RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
Mine seems to be the same. Could it be an Outlook setting:  If I send the email thru Outlook to myself, I will receive all the receipts but if I send it thru CF, I only get the delivered receipt, no read or deleted receipt. We do not get read receipts automatically.  We must manually ask for

RE: Email Problem

2004-05-06 Thread Lofback, Chris
> Were you prompted for a return receipt > or by chance do you have return receipts automatically generated? There was no prompt.  We do not get read receipts automatically.  We must manually ask for one when sending messages via Outlook. Chris [Todays Threads] [This Message] [Subscription]

RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
I tried with and without the mailto tags and I still do not receive the receipts. Mario -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:45 PM To: CF-Talk Subject: RE: Email Problem I didn't see the "mailto:" tags in the sample on the blog

RE: Email Problem

2004-05-06 Thread Lofback, Chris
I didn't see the "mailto:" tags in the sample on the blog.  Are they the problem?  I didn't use them and my code worked... Chris -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:13 PM To: CF-Talk Subject: RE: Email Problem   FROM= "   [EMAI

RE: OT - Problem w/IIS SSL & installing new SSL cert

2004-05-06 Thread Jeffrey Polaski
> OK. You should still be able to create a new certificate request without > uninstalling the previous certificate. Are you renewing a certificate, or > replacing it altogether? I think we have it figured out now... I've been away from the office, on jury duty, so I was hoping to leave more exp

RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
Here is my code: from="Mario< [EMAIL PROTECTED] >" subject="This is only a test.." type="html" SERVER="xx">  Test of Outlook Options -Original Message- From: Nathan C. Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:10 PM To: CF-Talk

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Jim Louis
Ok I know stupid answer is comming up for this question.  I downloaded the Codecleaner.  How do I use it?  Do I add it to my application.cfm? If so How do I?  and what is the tag line in the form? Jim > CodeCleaner is an absolutely fantastic tag.  Runs like lightning.  I > use cfqueryparam but n

RE: Email Problem

2004-05-06 Thread Lofback, Chris
I copied the code from Andrew Tyrone's blog and used my own email addresses: This is a test for read receipts.  Did it work? Chris -Original Message- From: Nathan C. Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:10 PM To: CF-Talk Subject: RE: Email Problem Need he

RE: RESOLVED - FYI : Oracle 9i and cfqueryparam problems

2004-05-06 Thread Stacy Young
We use bind variables extensively as well. The only case in which they can cause negative side effects relating to reporting. Please see my last post for more detailed summary info. In our case the effects were devastating due to our partitioning (we partition by month)...it was causing full table

RE: Email Problem

2004-05-06 Thread Adkins, Randy
  FROM= "   [EMAIL PROTECTED]"   SUBJECT="Need your help"   SERVER="mail.mindkeeper.net">       Were you prompted for a return receipt or by chance do you have return receipts automatically generated? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: RESOLVED - FYI : Oracle 9i and cfqueryparam problems

2004-05-06 Thread Stacy Young
Sorry I should have stated my sources...I had initially googled on: http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=oracle+bind+variables+performance Also our DBA found helpful info digging thru our 9i docs and summarized for me: "It doesn't bypass the optimizer, it just can'

RE: Email Problem

2004-05-06 Thread Adkins, Randy
I have Outlook 2000, Exchange Server 5.5, W2K/IIS5 and CF5 and not able to return receipts. -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 2:06 PM To: CF-Talk Subject: RE: Email Problem Works great for me--CFMX 6.1 on Win2K/IIS5, Exchang

RE: Email Problem

2004-05-06 Thread Nathan C. Smith
Need help, send code. -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:06 PM To: CF-Talk Subject: RE: Email Problem Works great for me--CFMX 6.1 on Win2K/IIS5, Exchange 2K, Outlook 2K. Chris   _ [Todays Threads] [This Message]

RE: add a column in oracle

2004-05-06 Thread Dave Carabetta
>heh actually it confused me a touch.  I believe that I understand >what you're saying though I don't know what TOP type records are. >Maybe I should specify my situation.    I'm doing a "WHAT'S NEW" >section of a web page.  I want the 3 most recently entered items. >I've adjusted my current query

RE: Email Problem

2004-05-06 Thread Lofback, Chris
Works great for me--CFMX 6.1 on Win2K/IIS5, Exchange 2K, Outlook 2K. Chris [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
I am having the same issues: I can set the Priority and the Reply-To but I do not get any receipts. Anyone have any ideas on this. Thanks Mario -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:50 PM To: CF-Talk Subject: RE: Email Problem

RE: email Problem

2004-05-06 Thread Adkins, Randy
If I use Outlook and compose a message to myself with Return Receipt selected, yes, I get the email as well as the notice about the receipt. If I use CF to send the email, I get the email, but nothing in regards to the return receipt. Both emails have the same Disposition-notification-to:

RE: Email Problem

2004-05-06 Thread Burns, John D
It might.  Try to get CF to mirror the headers that outlook creates exactly.  That's the best way to find your mistakes and figure out how to make it work. John -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:50 PM To: CF-Talk Subject: RE:

RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
I am having the same issues: I can set the Priority and the Reply-To but I do not get any receipts.  Anyone have any ideas on this. Thanks Mario -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:50 PM To: CF-Talk Subject: RE: Email Problem

RE: Email Problem

2004-05-06 Thread Adkins, Randy
If I use Outlook and compose a message to myself with Return Receipt selected, yes, I get the email as well as the notice about the receipt. If I use CF to send the email, I get the email, but nothing in regards to the return receipt. Both emails have the same Disposition-notification-to:

add a column in oracle

2004-05-06 Thread Daniel Kessler
heh actually it confused me a touch.  I believe that I understand what you're saying though I don't know what TOP type records are. Maybe I should specify my situation.    I'm doing a "WHAT'S NEW" section of a web page.  I want the 3 most recently entered items. I've adjusted my current query t

RE: Email Problem

2004-05-06 Thread Burns, John D
Will it allow you to send a read receipt to yourself?  Do you get the email at all?  View the headers on that email and then send yourself an email with a read receipt and look at the headers on that one.  Compare the two and see if you can find the problem that way. -Original Message- Fr

RE: Email Problem

2004-05-06 Thread Adkins, Randy
I tried the exact code from the blog (changed the email address of course) but no receipts :-( Not sure if it is an mail server issue or something. -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:32 PM To: CF-Talk Subject: RE: Email Pro

RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
Tyrone, I tried the code below but I do not get any receipts.  Am I doing something incorrect? from="Mario< [EMAIL PROTECTED] >" subject="This is only a test.." type="html" server="myemailserver">  Test of Outlook Options I tried it on my older 4.5 box and on my MX box but

Re: World Wide Web Publishing Service - Solved Somewhat

2004-05-06 Thread Casey C Cook
We changed the service recovery first and second failure to "restart the service" and this seems to have corrected the situation, although I will probably never know the real reason this was happening. The other option which we did not use was to find a way to set dependencies for the WWWPS so

RE: Email Problem

2004-05-06 Thread Andrew Tyrone
Check out this blog entry: http://www.sitepoint.com/blog-post-view.php?id=164671 -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 12:57 PM To: CF-Talk Subject: Email Problem Has anyone been able to get CF to create the headers that will tell

RE: Capturing Outlook Content

2004-05-06 Thread Burns, John D
Depends on what outlook is connecting to.  Is this just stored in Outlook in a Personal Folder or is this connected to Exchange?  Are you wanting to do this for a one-time thing or is this something you want to programmatically do? John Burns -Original Message- From: Claremont, Timothy [

Email Problem

2004-05-06 Thread Adkins, Randy
Has anyone been able to get CF to create the headers that will tell Outlook to send a Read receipt or even a Delivery Receipt (server side)? I am using the following parameters but not working. I have outlook set to ask for return receipts and I get nothing. [Todays Threads] [This Message

Re: MX integration with Java

2004-05-06 Thread Dave Jones
Bob, I've developed an application for a client using Mach-II with CF handling the View-Controller and Java handling the Model. Works great, but there were a few issues I had to untangle to get the pieces working together (note: my notes apply to CFMX Standard only): - the Java classes must res

Capturing Outlook Content

2004-05-06 Thread Claremont, Timothy
Does anyone know of a way to grab the contents of my 'tasks' folder in MS Outlook and email it on a schedule? I seem to remember some MS digital desktop functions that could helpout here... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: RESOLVED - FYI : Oracle 9i and cfqueryparam problems

2004-05-06 Thread Dave Carabetta
>Wow, folks using CF for reporting w/ Oracle DBs should re-evaluate the >use of using bind variables. For transactions and the like they are fine >but in the case of reporting, bind vars can wreak havoc. > >The over simplified explanation is that bind variables can inhibit the >work of Oracles opti

Re: Mac + JRun + CFMX = .cfm files downloading

2004-05-06 Thread Dick Applebaum
On May 6, 2004, at 8:53 AM, Anthony Cooper wrote: > Can't see any errors, starting up from a Terminal (su'd first) with >  /Applications/JRun/bin/jrun -start > >  Then I go to my app at http://localhost:8100/cfusion/CFRoot/myapp/ > What happens if you specify:     http://localhost:8100/cfusion/C

Re: Mac + JRun + CFMX = .cfm files downloading

2004-05-06 Thread Anthony Cooper
Can't see any errors, starting up from a Terminal (su'd first) with /Applications/JRun/bin/jrun -start Then I go to my app at http://localhost:8100/cfusion/CFRoot/myapp/ It whirrs away for a while then just downloads a file called 'index.cfm' containing whitespace. Odd thing is that CFAdmin wo

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Andrew Grosset
When checking the query string I also decode it like this: #urldecode(cgi.query_string)# this is to escape any HTML escaped encoding [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Mac + JRun + CFMX = .cfm files downloading

2004-05-06 Thread Dick Applebaum
Couple of things: 1) what happens when you include index.cfm or other program name in the URL? 2) when you start CF from the console do you see any error messages? Dick On May 6, 2004, at 8:14 AM, Anthony Cooper wrote: > Hi, >  I haven't tackled the Apache integration yet, I was just accessin

MX integration with Java

2004-05-06 Thread Bob Jacoby
We're considering implementing an application that uses java on the backend side (business logic, etc) and MX as the front end. What issues have people come across with respect to MX's integration with java? For example, since MX doesn't support null values java methods should be written such that

Re: Mac + JRun + CFMX = .cfm files downloading

2004-05-06 Thread Anthony Cooper
Hi, I haven't tackled the Apache integration yet, I was just accessing the pages direct through the JRun server on port 8100. Ta, Ant On 6 May 2004, at 15:58, Dick Applebaum wrote: > Do you have your Apache connection setup properly? > >  BTW, run wsconfig as the root user > >  HTH > >  Dick >

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Andrew Grosset
Yes, that would be a better solution. >Why not return a 500 (or other perment) HTTP error ? > >-- >Tom Chiverton >Advanced ColdFusion Programmer [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Mac + JRun + CFMX = .cfm files downloading

2004-05-06 Thread Dick Applebaum
Do you have your Apache connection setup properly? BTW, run wsconfig as the root user HTH Dick On May 6, 2004, at 7:49 AM, Anthony Cooper wrote: > Hi, > >  Just moved my CFMX installation over to JRun from Tomcat. The app > I've written worked fine before except when I try to browse it now,

Mac + JRun + CFMX = .cfm files downloading

2004-05-06 Thread Anthony Cooper
Hi, Just moved my CFMX installation over to JRun from Tomcat. The app I've written worked fine before except when I try to browse it now, the index.cfm file just downloads to the desktop. The application is written in FB4, and it seems to do it the most when a page posts to itself or when I'm cfl

RE: the meaning of free (was Re: He3)

2004-05-06 Thread Tangorre, Michael
> I've always found the free as in word games of the open > source community to be more of an annoyance than anything > 'real'. As it is more of a debate on meaning than a technical > thing, I'd love if it was debated somewhere like CF-OT or > CF-Community. > Thanks How about the He3 topic its

Re: the meaning of free (was Re: He3)

2004-05-06 Thread Thomas Chiverton
On Thursday 06 May 2004 15:16 pm, Matt Liotta wrote: > limit your use of GPLed software; it limits your ability to take away > others' freedom by closing the source. Well put :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: He3

2004-05-06 Thread Rob
> Sorry if this has been asked already, but what is the differences > between He3 and cfeclipse going to be? The point of cfeclipse is to create a ColdFusion IDE that is developer focused, and to give coders and alternative to Macromedia's offering which I feel falls far short of good (from a cod

Re: RESOLVED - FYI : Oracle 9i and cfqueryparam problems

2004-05-06 Thread Thomas Chiverton
On Thursday 06 May 2004 15:26 pm, [EMAIL PROTECTED] wrote: > Reference for what, specifically? TechNet is huge, I thought you might have a TAR number or something. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Busin

Re: the meaning of free (was Re: He3)

2004-05-06 Thread Michael Dinowitz
I've always found the free as in word games of the open source community to be more of an annoyance than anything 'real'. As it is more of a debate on meaning than a technical thing, I'd love if it was debated somewhere like CF-OT or CF-Community. Thanks [Todays Threads] [This Message] [Subscr

RE: ColdFusion Developer Edition

2004-05-06 Thread Vince Bonfanti
I'd say that in many ways they're the same, and in some (important) ways they're different. In some cases, where the differences don't matter, they're acceptable substitutes for each other; in other cases, where the differences do matter, they're not acceptable substitutes. And I'd say the exact s

RE: RESOLVED - FYI : Oracle 9i and cfqueryparam problems

2004-05-06 Thread Jason.Gulledge
Reference for what, specifically? The URL for technet is: http://otn.oracle.com/index.html -Jason Gulledge -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 9:10 AM To: CF-Talk Subject: Re: RESOLVED - FYI : Oracle 9i and cfqueryparam pro

Re: What causes this error?

2004-05-06 Thread Jeff Small
> The CF Administrator datasource settings for MS SQL Server don't allow the > use of trusted connections. You'll need to create a native SQL login within > your database (as opposed to a Windows account) and use that from CF. You > may also need to configure your SQL Server to allow both Windows a

Re: He3

2004-05-06 Thread Bryan F. Hogan
Well when you get the feature list posted somewhere I will look at it then. That's all I wanted was the features. Not all the other fluff. Matt Liotta wrote: > Well there are some obvious differences that would exist between any > commercial offering and an open source project. I won't summarize

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-06 Thread Thomas Chiverton
On Thursday 06 May 2004 01:29 am, Andrew Grosset wrote: > same as the scrubbed result (tmp). If caller.check GT 0 then I email myself > the details and throw them out to google! Why not return a 500 (or other perment) HTTP error ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

RE: What causes this error?

2004-05-06 Thread Dave Watts
> I can't add a SQL datasource, and I'm doing everything > *exactly* like I do at work...it's just my home machine, and > I'm trying to get a datasource up and running. I've updated > CFMX, the works...but for some reason, I get the following > error...anything look familiar here that's just a

Re: the meaning of free (was Re: He3)

2004-05-06 Thread Matt Liotta
>  So does GNU/Linux* - the GPL. This protects the freedoms (as in > speech), while >  still allowing you to sell it. > I stated specifically, that commercial software has a license that limits the use there of. The GPL is a license, but it doesn't really limit your use of GPLed software; it lim

  1   2   >