ColdFusion 9 Enterprise Features

2011-03-21 Thread Richard White

Hi,

I am assuming it means i am getting a bit rusty at searching the web, but i 
cannot seem to find anywhere that details the enterprise-only features. We only 
need to run a single instance on a server but am trying to work out whether we 
need standard or enterprise license... 

Would appreciate any links that details the difference

thanks 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343147
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread James Holmes

http://www.adobe.com/products/coldfusion/editions/

--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 21 March 2011 17:15, Richard White rich...@j7is.co.uk wrote:

 Hi,

 I am assuming it means i am getting a bit rusty at searching the web, but i 
 cannot seem to find anywhere that details the enterprise-only features. We 
 only need to run a single instance on a server but am trying to work out 
 whether we need standard or enterprise license...

 Would appreciate any links that details the difference

 thanks

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343148
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Issue with new CF Update

2011-03-21 Thread Jochem van Dieten

On Fri, Mar 18, 2011 at 4:07 PM, Jason Nokes wrote:
 I successfully deployed the fixed hotfix 
 (http://www.adobe.com/support/security/bulletins/apsb11-04.html) on both of 
 our development servers, but cannot get it deployed to our production 
 servers. When I add –Dcoldfusion.session.protectfixation=false to the JVM 
 arguments CF service will not start.

I have seen the same on some CF 8 Standard servers. The critical lines
in coldfusion-out.log are:
java.lang.NoClassDefFoundError: Dcoldfusion/session/protectfixation=false
Caused by: java.lang.ClassNotFoundException:
Dcoldfusion.session.protectfixation=false
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Exception in thread main

These sites run with a very non-default set of classpath and libpath
variables in jvm.config and I haven't had time to see if this is a
problem with these sites or with the patch in general.

Jochem

-- 
Jochem van Dieten
http://jochem.vandieten.net/

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343149
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and Session Timeout

2011-03-21 Thread Steve Milburn

Hi Ray

I did read the follow up article (I alluded to that article in a
message earlier in this thread).  I have Robust Exception Information
turned on for now.  I tend to think that it is a difference with
jQuery 1.5.1.  Everything works perfectly as it is now with 1.4.2, but
if I load 1.5.1 and run the same code the statusText always seems to
be Error instead of SessionTimeout.

I'm going to be experimenting today with the code you posted in your
follow up post using cfheader and see where I can get with that.

Thanks.
Steve

On Sat, Mar 19, 2011 at 9:09 AM, Raymond Camden rcam...@gmail.com wrote:

 I don't think your issue is 1.4.2 versus 1.5. Did you read the
 followup linked to from the article?

 http://www.coldfusionjedi.com/index.cfm/2010/9/15/Handling-session-timeouts-in-Ajax-applications--Follow-up


 On Fri, Mar 18, 2011 at 10:14 AM, Steve Milburn scmilb...@gmail.com wrote:

 Hello all.

 I've been using the technique detailed in a blog post by Ray Camden (
 http://www.coldfusionjedi.com/index.cfm/2010/9/8/Example-of-handling-session-time-outs-in-an-Ajax-application)
 to detect a session timeout during an ajax request and take appropriate
 action.  This has been serving me well, but now that I'm starting to have
 some problems with it I'm realizing how little I actually know about how it
 works

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343150
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: ColdFusion 9 Enterprise Features

2011-03-21 Thread andy matthews

Adobe tries their best to not break up ColdFusion based on features. It's
usually based on processor support.


andy

-Original Message-
From: Richard White [mailto:rich...@j7is.co.uk] 
Sent: Monday, March 21, 2011 4:15 AM
To: cf-talk
Subject: ColdFusion 9 Enterprise Features


Hi,

I am assuming it means i am getting a bit rusty at searching the web, but i
cannot seem to find anywhere that details the enterprise-only features. We
only need to run a single instance on a server but am trying to work out
whether we need standard or enterprise license... 

Would appreciate any links that details the difference

thanks 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343151
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


ColdFusion 9 VPS Host in Australia

2011-03-21 Thread Richard White

Hi, does anyone know of any good ColdFusion 9 windows VPS hosts in Australia?

thanks 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343152
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread Richard White

thanks for the replies... the only thing that isnt clear to me from adobes site 
is whether the cfspreadsheet tag is available in the standard version, as it 
mentioned office interaction being an enterprise feature

would anyone know if this is available in standard version?

thanks



 Hi,
 
 I am assuming it means i am getting a bit rusty at searching the web, 
 but i cannot seem to find anywhere that details the enterprise-only 
 features. We only need to run a single instance on a server but am 
 trying to work out whether we need standard or enterprise license... 
 
 Would appreciate any links that details the difference
 
 thanks 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343153
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread Jason Fisher

Looks like Excel support is Enterprise-only:


http://www.adobe.com/products/coldfusion/pdfs/cf9_feature_comparison_matrix_
ue.pdf




From: Richard White rich...@j7is.co.uk
Sent: Monday, March 21, 2011 8:20 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: ColdFusion 9 Enterprise Features

thanks for the replies... the only thing that isnt clear to me from adobes 
site is whether the cfspreadsheet tag is available in the standard version, 
as it mentioned office interaction being an enterprise feature

would anyone know if this is available in standard version?

thanks

 Hi,
 
 I am assuming it means i am getting a bit rusty at searching the web, 
 but i cannot seem to find anywhere that details the enterprise-only 
 features. We only need to run a single instance on a server but am 
 trying to work out whether we need standard or enterprise license... 
 
 Would appreciate any links that details the difference
 
 thanks 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343154
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread Richard White

thanks for the detailed link


Looks like Excel support is Enterprise-only:


http://www.adobe.com/products/coldfusion/pdfs/cf9_feature_comparison_matrix_
ue.pdf


thanks for the replies... the only thing that isnt clear to me from adobes 
site is whether the cfspreadsheet tag is available in the standard version, 
as it mentioned office interaction being an enterprise feature

would anyone know if this is available in standard version?

thanks 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343155
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Importing certificate to truststore

2011-03-21 Thread David Patricola

 I updated jrun.xml to have SSL turned on and restarted the service no 
 problem:

That's unrelated to this. That lets you use the built-in JRun web
server to allow SSL/TLS connections.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, o

So this XML is only for https not a secure database connection?  What about the 
keystore and truststore shortcuts? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343156
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread Gerald Guido

That chart does not make a lick of sense. Is it supported or not?

If it is not, why is it ticked off as a feature in the chart. Things that
are clearly Enterprise features like High-scalability e-mail engine and
Multiple server instances are not ticked off at all.

G!

On Mon, Mar 21, 2011 at 8:33 AM, Jason Fisher ja...@wanax.com wrote:


 Looks like Excel support is Enterprise-only:



 http://www.adobe.com/products/coldfusion/pdfs/cf9_feature_comparison_matrix_
 ue.pdfhttp://www.adobe.com/products/coldfusion/pdfs/cf9_feature_comparison_matrix_%0Aue.pdf


 

 From: Richard White rich...@j7is.co.uk
 Sent: Monday, March 21, 2011 8:20 AM
 To: cf-talk cf-talk@houseoffusion.com
 Subject: Re: ColdFusion 9 Enterprise Features

 thanks for the replies... the only thing that isnt clear to me from adobes
 site is whether the cfspreadsheet tag is available in the standard version,
 as it mentioned office interaction being an enterprise feature

 would anyone know if this is available in standard version?

 thanks

  Hi,
 
  I am assuming it means i am getting a bit rusty at searching the web,
  but i cannot seem to find anywhere that details the enterprise-only
  features. We only need to run a single instance on a server but am
  trying to work out whether we need standard or enterprise license...
 
  Would appreciate any links that details the difference
 
  thanks



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343157
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Importing certificate to truststore

2011-03-21 Thread Dave Watts

 So this XML is only for https not a secure database connection?  What about 
 the keystore and truststore shortcuts?

Yes, it's only for letting the JRun web server accept HTTPS
connections. Everything running within the same JVM uses the same
keystore, and SSL/TLS requires keys and certificates on both client
and server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343158
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread Dave Watts

 That chart does not make a lick of sense. Is it supported or not?

 If it is not, why is it ticked off as a feature in the chart. Things that
 are clearly Enterprise features like High-scalability e-mail engine and
 Multiple server instances are not ticked off at all.

No, the chart makes sense if you read it carefully. CF 9 Standard
includes MS Excel support, according to the chart, but treats it as an
Enterprise feature. In Standard, Enterprise features that are included
run through the Enterprise Feature Router (EFR). These features run in
the Standard edition. However, all features running through the EFR
are limited to one shared simultaneous request

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343159
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread Gerald Guido

Thanx Dave. heh. I read everything *but* that line.

G!

On Mon, Mar 21, 2011 at 9:14 AM, Dave Watts dwa...@figleaf.com wrote:


  That chart does not make a lick of sense. Is it supported or not?
 
  If it is not, why is it ticked off as a feature in the chart. Things that
  are clearly Enterprise features like High-scalability e-mail engine and
  Multiple server instances are not ticked off at all.

 No, the chart makes sense if you read it carefully. CF 9 Standard
 includes MS Excel support, according to the chart, but treats it as an
 Enterprise feature. In Standard, Enterprise features that are included
 run through the Enterprise Feature Router (EFR). These features run in
 the Standard edition. However, all features running through the EFR
 are limited to one shared simultaneous request

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343160
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread Gerald Guido

Now that we are on the subject. I have been pitch for an upgrade @ work and
Excel support was one of my main selling points.

Question: How does the EFR feature work? When would that sort of limitation
come into play? Ex: We have  scheduled tasks that  generate a bunch of
reports on the weekends. Probably twenty or thirty of them run @ about the
same time. Do they go into a que? If one of the reports takes a while
would/could it cause others to time out?

Many TIA

G!


On Mon, Mar 21, 2011 at 9:14 AM, Dave Watts dwa...@figleaf.com wrote:


  That chart does not make a lick of sense. Is it supported or not?
 
  If it is not, why is it ticked off as a feature in the chart. Things that
  are clearly Enterprise features like High-scalability e-mail engine and
  Multiple server instances are not ticked off at all.

 No, the chart makes sense if you read it carefully. CF 9 Standard
 includes MS Excel support, according to the chart, but treats it as an
 Enterprise feature. In Standard, Enterprise features that are included
 run through the Enterprise Feature Router (EFR). These features run in
 the Standard edition. However, all features running through the EFR
 are limited to one shared simultaneous request

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343161
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Importing certificate to truststore

2011-03-21 Thread David Patricola

  So this XML is only for https not a secure database connection? 
  What about the keystore and truststore shortcuts?
 
 Yes, it's only for letting the JRun web server accept HTTPS
 connections. Everything running within the same JVM uses the same
 keystore, and SSL/TLS requires keys and certificates on both client
 and server.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or 
onsite

That takes a HUGE to-do off my list, thank you!  Restarting CF services on our 
production boxes would have been a command-chain nightmare.

So all I need to do in order for this client box to connect to the remote 
server is this?

keytool -import -trustcacerts -alias aliasname -keystore {jrun 
root}\lib\security\truststore -file C:\root.crt

Do I specify the cacerts file, or is a truststore file created?

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343162
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Issue with new CF Update

2011-03-21 Thread Jason Nokes

Here is the error starting from command prompt:

Exception in thread main java.lang.NoClassDefFoundError: Dcoldfusion/se
rotectfixation=false
Caused by: java.lang.ClassNotFoundException: Dcoldfusion.session.protectf
=false
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343163
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 generates Error Code 430 in event log

2011-03-21 Thread John Pullam

Actually, I'm not really looking for advice on what to do on a Win 7 freeze, 
I'm trying to determine why CF9 is generating these errors messages in the 
windows log when I reboot.

 ColdFusion 9 ODBC Agent@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to 
 open event trace file because the file version is not recognised.

 ColdFusion 9 ODBC Server@LOCALHOST,ErrorCode=430,ErrorMessage=Failed 
 to open event trace file because the file version is not recognised.

Has anyone else seen these errors? Any hint about what might be happening? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343164
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 generates Error Code 430 in event log

2011-03-21 Thread Jochem van Dieten

On Sat, Mar 19, 2011 at 4:49 PM, John Pullam wrote:
 I'm struggling with a problem in my Win7 system that just started today. It 
 freezes on me and requires a reboot so I'm trying to get to the bottom of 
 what might be causing it.

 When I open the windows event log, the first error message after a boot is 
 this:

The message you are looking for is the last one *before* a boot.

Anyway, it should be easy to rule out CF:
- why are you using ODBC at all?
- if you run your ColdFusion services as a non-privileged user they
simply don't have sufficient permissions to halt the computer.

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343165
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Old School CFX (TextCrypt) and RSA Encryption

2011-03-21 Thread Brook Davies

I'll try to get rsa.pas...



-Original Message-
From: denstar [mailto:valliants...@gmail.com] 
Sent: March-19-11 10:09 PM
To: cf-talk
Subject: Re: Old School CFX (TextCrypt) and RSA Encryption


LOL!  Life is too short to not get excited whenever one gets a chance.
 It's the little victories that get me through the days.  :-)

Heh.  Funny you should mention class loaders.  Spent the last like 20 hours
dicking around with this crazy classloader problem with embedded jetty.  I'd
think that, by this point, I shouldn't be having classloader issues anymore.
Sheesh.  =)p

Anyways, since I'm up for air for a bit:

It looks like the delphi BigInts are 2d arrays with contents and bytes
(I think that's why it builds the hex in reverse?).  I'm actually not sure
how I can dump them other than the hex deal... it's been over a decade since
I've seriously messed with pascal-ish-ness (it was the turbo variety :)).  I
can see the values when I hover over the var while debugging tho.  =]

I could try looping through the array, and dumping the elements as ints I
guess, but I honestly don't know how it's really implemented.
I don't have source file for it, or the TRSA library (there was a binary
version on the original site).  What I'm really curious about is how he did
his base64 routine, but that's in rsa.pas, which I don't have.

So even the hex didn't work, eh?  As far as how I got the output:  I
literally just dropped that function into the sample program that the binary
TRSA binary comes with, as that's apparently where it came from, even though
it's not in the sample.  Then I added a text box to display the value.

Hrm.  I'll take a stab at dumping the values from the array... the ultimate
would be getting the rsa.pas file, so we could *see* what's going on.

Darn.  I was really hoping that hex would do it.  Ah well.

It still /feels/ close...  ;-)

:Den

--
So far as I can remember, there is not one word in the Gospels in praise of
intelligence.
Bertrand Russell

On Sat, Mar 19, 2011 at 3:27 PM, Leigh wrote:

 The raw data seems to work:

 That is the point I was at before with the original base64 strings.
Decoding and encrypting *seemed* to work, but the final results did not
match. I tried several angles, but still no joy.

 I do not know what tool you used to test your changes to the delphi 
 demo program..? But a basic question would be what does the delphi 
 library say all of the BigInteger values are? ie Not in hex or base64, 
 but as plain numbers. Right now we do not have a complete before and 
 after picture :)

 -Leigh




 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343166
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Issue with new CF Update

2011-03-21 Thread Sean Corfield

 On Fri, Mar 18, 2011 at 4:07 PM, Jason Nokes wrote:
 I successfully deployed the fixed hotfix 
 (http://www.adobe.com/support/security/bulletins/apsb11-04.html) on both of 
 our development servers, but cannot get it deployed to our production 
 servers. When I add –Dcoldfusion.session.protectfixation=false to the JVM 
 arguments CF service will not start.

Make sure that's - and not – which is the character you showed. A copy
and paste glitch caused by extended characters in the HTML of the
bulletin??
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/

Perfection is the enemy of the good.
-- Gustave Flaubert, French realist novelist (1821-188

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343167
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-21 Thread tom vallee

HI,

i have a few problems with one of my server :

Win2008 R2
Coldufsion 8.0.1 x64
Java 1.6.0_04

Dual Xeon Quad Core
32gb RAM

Sometimes the CPU goes up to 100% and I need to restart the coldfusion service 
and everything goes back normal

Sometimes, coldfusion stop responding, if i type my website in internet 
explorer, it's not responsing but IIS is responding

i think it might be the JVM settings,

here are my jvm settings 

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
-XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4  
-XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../ 
-Dcoldfusion.libPath={application.home}/../lib 
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
 Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


help! 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Issue with new CF Update

2011-03-21 Thread Jason Nokes

The ? is not in there. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343169
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-21 Thread Bobby Hartsfield

Are you stuck on that JDK version for any reason? The first thing I'd do
would be to upgrade it. It is 20 updates behind.

Next, have you checked anything like jconsole to see what is going on when
this spike happens? 

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com


-Original Message-
From: tom vallee [mailto:tom...@numerique.ca] 
Sent: Monday, March 21, 2011 2:11 PM
To: cf-talk
Subject: coldfusion service stop rsponding or CPU goes up tp 100%


HI,

i have a few problems with one of my server :

Win2008 R2
Coldufsion 8.0.1 x64
Java 1.6.0_04

Dual Xeon Quad Core
32gb RAM

Sometimes the CPU goes up to 100% and I need to restart the coldfusion
service and everything goes back normal

Sometimes, coldfusion stop responding, if i type my website in internet
explorer, it's not responsing but IIS is responding

i think it might be the JVM settings,

here are my jvm settings 

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false
-XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4
-XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../
-Dcoldfusion.libPath={application.home}/../lib
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/
../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-
INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


help! 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343170
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Importing certificate to truststore

2011-03-21 Thread Bobby Hartsfield

This is what I generally use.

C: C:\Program Files\Java\jdk1.6.0_24\bin\keytool -delete -noprompt
-trustcacerts -alias domain.com.cer -keystore C:\Program
Files\Java\jdk1.6.0_24\jre\lib\security\cacerts -storepass [password]

C:C:\Program Files\Java\jdk1.6.0_24\bin\keytool -import -noprompt
-trustcacerts -alias domain.com.cer -file G:\path\to\domain.com.cer
-keystore C:\Program Files\Java\jdk1.6.0_24\jre\lib\security\cacerts
-storepass [password]

The first will give an error if it doesn't exist, but no big deal. It is an
error just to tell you that it doesn't exist.

Generally, I am only doing this when certs have expired so I need to remove
them first.

FYI, this is not going to save you those CF restarts. Unfortunately, that
still needs to be done.
 
.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343171
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Issue with new CF Update

2011-03-21 Thread Tom McNeer

On Mon, Mar 21, 2011 at 2:42 PM, Jason Nokes
jno...@distributorcentral.comwrote:


 The ? is not in there.


If you're referring to Sean's post, he means, make sure that the character
is front of Dcoldfusion is a hyphen, not an en dash or em dash.

The character within your post, which he quotes, appears to be an en dash.
That's what he means when he refers to extended characters.

-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343172
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Importing certificate to truststore

2011-03-21 Thread David Patricola

This is what I generally use.

C: C:\Program Files\Java\jdk1.6.0_24\bin\keytool -delete -noprompt
-trustcacerts -alias domain.com.cer -keystore C:\Program
Files\Java\jdk1.6.0_24\jre\lib\security\cacerts -storepass [password]

C:C:\Program Files\Java\jdk1.6.0_24\bin\keytool -import -noprompt
-trustcacerts -alias domain.com.cer -file G:\path\to\domain.com.cer
-keystore C:\Program Files\Java\jdk1.6.0_24\jre\lib\security\cacerts
-storepass [password]

The first will give an error if it doesn't exist, but no big deal. It is an
error just to tell you that it doesn't exist.

Generally, I am only doing this when certs have expired so I need to remove
them first.

FYI, this is not going to save you those CF restarts. Unfortunately, that
still needs to be done.
 
.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

Excellent code reference!  Thank you! I did the following and it accepted:

E:\JRun4\jre\binkeytool -import -noprompt -trustcacerts -alias dca -file C:\Do
cuments and Settings\\root.crt -keystore E:\JRun4\jre\lib\security\cacerts

Then I restarted CF8 and reverified the datasource, but still fails.  This is 
my connection string in the administrator (for the record, the connection 
worked without ssl):

jdbc:postgresql://the.ip.address/main?ssl=true 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343173
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFHTTP Question

2011-03-21 Thread Donnie Carvajal

I recently moved an app to a new server and for some reason, when I run a 
CFHTTP post request to a page on the new server, the form fields are being 
interpreted as one field and the value of the field is a query string.  The 
file that is running the CFHTTP is on a differnt server.  For example, if the 
form fields are 

FirstName: John
MiddleName: James
LastName: Smith

the Coldfusion debug shows the following for Form fields

FirstName :JohnMiddleName=JamesLastName=Smith

Does anyone know why one server would work correctly and see all 3 fields and 
another server won't parse the fields correctly?

Thanks,

Donnie 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343174
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Dave Watts

 I recently moved an app to a new server and for some reason, when I run a 
 CFHTTP post request to a page on the
 new server, the form fields are being interpreted as one field and the value 
 of the field is a query string.  The file that
 is running the CFHTTP is on a differnt server.  For example, if the form 
 fields are

 FirstName: John
 MiddleName: James
 LastName: Smith

 the Coldfusion debug shows the following for Form fields

 FirstName :JohnMiddleName=JamesLastName=Smith

 Does anyone know why one server would work correctly and see all 3 fields and 
 another server won't parse the fields correctly?

Is the space and colon between FirstName and John a typo? Because if
not, that's your problem right there, it should be
FirstName=JohnMiddleName=JamesLastName=Smith.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsit

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343175
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Donnie Carvajal

 Is the space and colon between FirstName and John a typo? Because if
 not, that's your problem right there, it should be
 FirstName=JohnMiddleName=JamesLastName=Smith.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or 
onsit

Yes, it's a typo.  I was tying to reproduce what debug shows which is a 
variable name : value, in this case the value is 
JohnMiddleName=JamesLastName=Smith.  These values are being passed via 3 
separate httpparams with type of formfield.  I've tested the action page on 
another server and it works correctly.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343176
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Russ Michaels

Are you sure the form hasn't somehow changed method from POST to GET ?

On Mon, Mar 21, 2011 at 8:53 PM, Donnie Carvajal 
donnie.carva...@transformyx.com wrote:


  Is the space and colon between FirstName and John a typo? Because if
  not, that's your problem right there, it should be
  FirstName=JohnMiddleName=JamesLastName=Smith.
 
  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  http://training.figleaf.com/
 
  Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
  GSA Schedule, and provides the highest caliber vendor-authorized
  instruction at our training centers, online, or
 onsit

 Yes, it's a typo.  I was tying to reproduce what debug shows which is a
 variable name : value, in this case the value is
 JohnMiddleName=JamesLastName=Smith.  These values are being passed via 3
 separate httpparams with type of formfield.  I've tested the action page
 on another server and it works correctly.



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343177
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Dave Watts

 Are you sure the form hasn't somehow changed method from POST to GET ?

That's the way the data normally looks like when you do a POST with
the default MIME type application/x-www-urlencoded.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343178
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Donnie Carvajal

Are you sure the form hasn't somehow changed method from POST to GET ?

On Mon, Mar 21, 2011 at 8:53 PM, Donnie Carvajal 
donnie.carva...@transformyx.com wrote:



The code hasn't been touched in 4 years, besides, if the CFHTTP method was set 
to Get, Form Variables wouldn't be available in the debug info and URL 
Variables would be present.

Thanks for replying 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343179
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Issue with new CF Update

2011-03-21 Thread Jason Nokes

Yep, it wasn't a dash on the tech post. Changed to a dash instead and it worked 
on one production server. I'll try more tomorrow, thanks. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343180
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Dave Watts

 Yes, it's a typo.  I was tying to reproduce what debug shows which is a 
 variable name : value, in this case the value
 is JohnMiddleName=JamesLastName=Smith.  These values are being passed via 3 
 separate httpparams with
 type of formfield.  I've tested the action page on another server and it 
 works correctly.

There are two things I can think of off the top of my head, that you might do.

First, you might just take a shot in the dark and play with encoding.
You can specify the appropriate encoding for your form post from
CFHTTP using the CHARSET attribute.

Second, you might want to compare a good request with a bad one - you
can capture HTTP requests on the client using various tools that
record and/or proxy HTTP traffic. You could make a request from a
browser on the same server that's running the CFHTTP tag.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsi

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343181
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Donnie Carvajal

 There are two things I can think of off the top of my head, that you 
 might do.
 
 First, you might just take a shot in the dark and play with encoding.
 You can specify the appropriate encoding for your form post from
 CFHTTP using the CHARSET attribute.
 
 Second, you might want to compare a good request with a bad one - you
 can capture HTTP requests on the client using various tools that
 record and/or proxy HTTP traffic. You could make a request from a
 browser on the same server that's running the CFHTTP tag.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or 
onsi

Thanks Dave.  This code hasn't changed in 4 years and it only started 
misparsing the form data when the action page was moved to another server, so 
this seems like there is an issue with the Coldfusion service on the server.  I 
have the same action page on several different servers.  I can change the URL 
in my CFHTTP and it will work on certain servers and it won't work on other 
servers.  There is no encoding changes or anything, just the URL that the 
CFHTTP is posting too.

This is a CF 5.5 server.  Do you think there is a patch that needs to be 
applied? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343182
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Dave Watts

 Thanks Dave.  This code hasn't changed in 4 years and it only started 
 misparsing the form data when the action
 page was moved to another server, so this seems like there is an issue with 
 the Coldfusion service on the server.
 I have the same action page on several different servers.  I can change the 
 URL in my CFHTTP and it will work on
 certain servers and it won't work on other servers.  There is no encoding 
 changes or anything, just the URL that the
 CFHTTP is posting too.

Right, but that's what I'm getting at. Those other servers may be
expecting a specific charset.

 This is a CF 5.5 server.  Do you think there is a patch that needs to be 
 applied?

No.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or ons

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343183
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Donnie Carvajal

If it is a charset issue, do you know how to configure CF for the correct 
charset.  I have clients that are hitting this page by posting straight to it.  
It would be much easier to change my server since it is on my network.

Thanks. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343184
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question

2011-03-21 Thread Dave Watts

 If it is a charset issue, do you know how to configure CF for the correct 
 charset.  I have clients that are
 hitting this page by posting straight to it.  It would be much easier to 
 change my server since it is on
 my network.

Well, it's not a matter of having a correct character set - it's
rather a matter of both sides agreeing which one to use. If you're
using a modern version of CF on the server receiving the post, I'd
guess it's using UTF-8.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsit

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343185
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Question

2011-03-21 Thread Bobby Hartsfield

Were CARs available in CF5? If so and the servers' configs are supposed to
be the same, id go that route first.

Maybe a setting was just missed somewhere in the cf admin.

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

-Original Message-
From: Donnie Carvajal [mailto:donnie.carva...@transformyx.com] 
Sent: Monday, March 21, 2011 5:48 PM
To: cf-talk
Subject: Re: CFHTTP Question


If it is a charset issue, do you know how to configure CF for the correct
charset.  I have clients that are hitting this page by posting straight to
it.  It would be much easier to change my server since it is on my network.

Thanks. 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343186
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Question [spamtrap bayes][spamtrap heur]

2011-03-21 Thread Paul Hastings

On 3/22/2011 5:03 AM, Dave Watts wrote:
 Well, it's not a matter of having a correct character set - it's
 rather a matter of both sides agreeing which one to use. If you're

in the case of a cf5 server, it only understands latin-1 (ISO-8859-1).

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343187
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm