Re: PSA - Daylight Savings Time

2012-03-13 Thread Byron Mann

Hard to believe an entomologist caused all this.

http://en.m.wikipedia.org/wiki/George_Vernon_Hudson

Byron Mann
Lead Engineer and Architect
Hostmysite.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:350392
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PSA - Daylight Savings Time

2012-03-13 Thread Leigh

 Hard to believe an entomologist caused all this.
 http://en.m.wikipedia.org/wiki/George_Vernon_Hudson


Wait .. we are stuck in timezone hell because some guy wanted extra time to 
collect insects?

 
-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:350393
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Problem with ColdFusion line debugger

2012-03-13 Thread Helwig, Till Helge

Hi guys,

I've been reading the list for some time now and today I have the first 
question myself. :)

I'm experiencing some problems debugging a ColdFusion application I'm working 
on. At the moment we are running *CF8* (going to CF9 soon, I hope!) and I'm 
using *Dreamweaver CS5* as well as the latest stable *CFEclipse* for coding 
(both have pros and cons). I can't use a local development server, but have to 
rely on the development servers available in our network.

I activated RDS and line debugging on the server I'm trying to use for a debug 
session. However, CFEclipse can't connect to the server via RDS. I always get 
the error Unable to contact the RDS server. However, when I call 
/CFIDE/main/ide.cfm on the server I get the expected 405 reply. And the most 
funny thing to me: When I use Dreamweaver to access the server via RDS it 
works. I can access the files on the server via the connection. Unfortunately 
DW has nothing even remotely like a debugger...

Do you have any ideas what I could do to get the line debugger working? I can't 
continue without a way to debug why the application breaks and right now I am 
stuck.

Best wishes,
Till Helge


~|
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:350394
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Andrew Scott

In ColdFusion 8 there is a download that you need to grab for cfeclipse for
this, that will enable cfeclipse to communicate with the server.

Not sure Adobe have that listed, but you need to grab it.

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543


On Tue, Mar 13, 2012 at 8:14 PM, Helwig, Till Helge
till.hel...@saxsys.dewrote:


 Hi guys,

 I've been reading the list for some time now and today I have the first
 question myself. :)

 I'm experiencing some problems debugging a ColdFusion application I'm
 working on. At the moment we are running *CF8* (going to CF9 soon, I hope!)
 and I'm using *Dreamweaver CS5* as well as the latest stable *CFEclipse*
 for coding (both have pros and cons). I can't use a local development
 server, but have to rely on the development servers available in our
 network.

 I activated RDS and line debugging on the server I'm trying to use for a
 debug session. However, CFEclipse can't connect to the server via RDS. I
 always get the error Unable to contact the RDS server. However, when I
 call /CFIDE/main/ide.cfm on the server I get the expected 405 reply. And
 the most funny thing to me: When I use Dreamweaver to access the server via
 RDS it works. I can access the files on the server via the connection.
 Unfortunately DW has nothing even remotely like a debugger...

 Do you have any ideas what I could do to get the line debugger working? I
 can't continue without a way to debug why the application breaks and right
 now I am stuck.

 Best wishes,
 Till Helge


 

~|
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:350395
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


AW: Problem with ColdFusion line debugger

2012-03-13 Thread Helwig, Till Helge

Hi Andrew,

Thanks for your answer. I already installed the ColdFusion Eclipse Plugin, as 
CFEclipse doesn't have a RDS implementation itself. Do you mean that one or is 
there another thingy I have to add to Eclipse in order to make RDS work?

I just set up a local installation of ColdFusion and tried connecting to it via 
RDS...didn't work either. Same error message as with the development server. I 
feel pretty lost right now. :-/

-- 
Best wishes,
Till Helge

~|
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:350396
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Andrew Scott

Ok it has been a long time for me using CFEclipse, but it does sound like
you have the right plugin then. The only other thing that I can think of is
that the firewall might be blocking the communication between CFEclsipe and
ColdFusion 8.

When you do test connection, after setting up the RDS details, does that
come back with no error?

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543



On Tue, Mar 13, 2012 at 10:07 PM, Helwig, Till Helge
till.hel...@saxsys.dewrote:


 Hi Andrew,

 Thanks for your answer. I already installed the ColdFusion Eclipse Plugin,
 as CFEclipse doesn't have a RDS implementation itself. Do you mean that one
 or is there another thingy I have to add to Eclipse in order to make RDS
 work?

 I just set up a local installation of ColdFusion and tried connecting to
 it via RDS...didn't work either. Same error message as with the development
 server. I feel pretty lost right now. :-/

 --
 Best wishes,
 Till Helge

 

~|
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:350397
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Helwig, Till Helge

Hi,

I doubt there is a firewall in the way, as I can access the RDS stuff with the 
browser and get the 405 reply. If a firewall were up that wouldn't work, would 
it?

When I add the RDS configuration and hit Test connection I get the Unable to 
contact the RDS server error.

I just tried installing an old version of Eclipse (Galileo), but that didn't 
help either...

What irks me the most is that Dreamweaver manages to connect, but doesn't 
provide a proper debugger. :-/ When I try CF Builder I get the same error as 
with CFEclipse, but it additionally says null in the dialog box. Which is all 
so helpful... -.-

Any more ideas?

-- 
Best wishes,
Till Helge

~|
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:350398
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Andrew Scott

Ok here is a couple of things to try and see.

One known issue with the plugin and IIS or web server is that they don't
play well together if you have compression switched on when it will work in
Dreamweaver.

Also are you using a stock standard installation of ColdFusion, and not on
a J2EE Application Server or Multi Installation.


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543



On Tue, Mar 13, 2012 at 11:12 PM, Helwig, Till Helge
till.hel...@saxsys.dewrote:


 Hi,

 I doubt there is a firewall in the way, as I can access the RDS stuff with
 the browser and get the 405 reply. If a firewall were up that wouldn't
 work, would it?

 When I add the RDS configuration and hit Test connection I get the
 Unable to contact the RDS server error.

 I just tried installing an old version of Eclipse (Galileo), but that
 didn't help either...

 What irks me the most is that Dreamweaver manages to connect, but doesn't
 provide a proper debugger. :-/ When I try CF Builder I get the same error
 as with CFEclipse, but it additionally says null in the dialog box. Which
 is all so helpful... -.-

 Any more ideas?

 --
 Best wishes,
 Till Helge

 

~|
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:350399
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Helwig, Till Helge

Hi,

ColdFusion is setup via JRun within Apache. I couldn't find anything in the 
config files that would suggest any compression to be active. Requesting a page 
via telnet doesn't show a compression header, so I guess it's off.

-- 
Best wishes,
Till Helge

~|
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:350400
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Andrew Scott

Ok, I am not 100% certain here for CFEclipse as it might not work with
multi-server although I don't see any technical reason why it wouldn't.

As you have Builder installed, did you create the Server via the Server
View or did you just try to connect with the RDS section in the
preferences. The reason I ask is that when setting up a server is that it
setup other information like the Admin details to the Jrun for example.

If that still throws an error when creating a server, then there is
something else causing issues.


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543



On Tue, Mar 13, 2012 at 11:43 PM, Helwig, Till Helge
till.hel...@saxsys.dewrote:


 Hi,

 ColdFusion is setup via JRun within Apache. I couldn't find anything in
 the config files that would suggest any compression to be active.
 Requesting a page via telnet doesn't show a compression header, so I guess
 it's off.

 --
 Best wishes,
 Till Helge

 

~|
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:350401
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PSA - Daylight Savings Time

2012-03-13 Thread Geoffrey Bentz

Sometimes it takes a while to file that bug report.

On Tue, Mar 13, 2012 at 2:40 AM, Leigh cfsearch...@yahoo.com wrote:


  Hard to believe an entomologist caused all this.
  http://en.m.wikipedia.org/wiki/George_Vernon_Hudson


 Wait .. we are stuck in timezone hell because some guy wanted extra time
 to collect insects?


 -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:350402
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga

Tried all suggestions... still see:

html
   head/head
   body/body
/html

In my firebug info when the page is blank 

~|
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:350403
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Blank page with no HTML tags

2012-03-13 Thread IT (Pradeep Viswanathan)

If you see the view source for the same you would not find anything. Believe 
that is how FireBug works.

Thx  rgds,
Pradeep Viswanathan R 
 

-Original Message-
From: Chad Baloga [mailto:cbal...@gmail.com] 
Sent: Tuesday, March 13, 2012 5:23 PM
To: cf-talk
Subject: Re: Blank page with no HTML tags


Tried all suggestions... still see:

html
   head/head
   body/body
/html

In my firebug info when the page is blank 



~|
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:350404
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga

If I view source, it is empty, but when I choose edit  select all, the cursor 
appears which may be the space that the requester is picking up?

 If you see the view source for the same you would not find anything. 
 Believe that is how FireBug works.
 
 Thx  rgds,
 Pradeep Viswanathan R 
 

~|
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:350405
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Blank page with no HTML tags

2012-03-13 Thread IT (Pradeep Viswanathan)

This does not happen for me... if you can post the code, we can try ?

Thx  rgds,
Pradeep Viswanathan R 


-Original Message-
From: Chad Baloga [mailto:cbal...@gmail.com] 
Sent: Tuesday, March 13, 2012 5:32 PM
To: cf-talk
Subject: Re: Blank page with no HTML tags


If I view source, it is empty, but when I choose edit  select all, the cursor 
appears which may be the space that the requester is picking up?

 If you see the view source for the same you would not find anything. 
 Believe that is how FireBug works.
 
 Thx  rgds,
 Pradeep Viswanathan R 
 



~|
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:350406
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


AW: Problem with ColdFusion line debugger

2012-03-13 Thread Helwig, Till Helge

Ugh...I forgot about the stupid NTLM authentication required by the proxy. -.- 
After I set the proxy settings in Preferences - General - Network Connections 
to Direct instead of Native it finally managed to connect. I have no idea 
why he used the proxy at all...bypasses are set.

Anyway...now I can start figuring out how to handle the debugger and maybe have 
a chance at finding the bug.

Thanks for your help!

-- 
Best wishes,
Till Helge

~|
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:350407
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PSA - Daylight Savings Time

2012-03-13 Thread Gerald Guido

 we are stuck in timezone hell because some guy wanted extra time to
collect insects?

Not just some guy but the creator of the largest insect collection in New
Zealand. Not that is makes dealing with time zones suck any less.

G!

On Tue, Mar 13, 2012 at 2:40 AM, Leigh cfsearch...@yahoo.com wrote:

 we are stuck in timezone hell because some guy wanted extra time to
 collect insects?




-- 
Gerald Guido
http://www.myinternetisbroken.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:350408
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Andrew Scott

No problem just glad you have it working.

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543


On Wed, Mar 14, 2012 at 12:44 AM, Helwig, Till Helge
till.hel...@saxsys.dewrote:


 Ugh...I forgot about the stupid NTLM authentication required by the proxy.
 -.- After I set the proxy settings in Preferences - General - Network
 Connections to Direct instead of Native it finally managed to connect.
 I have no idea why he used the proxy at all...bypasses are set.

 Anyway...now I can start figuring out how to handle the debugger and maybe
 have a chance at finding the bug.

 Thanks for your help!

 --
 Best wishes,
 Till Helge

 

~|
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:350409
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga

I am trying to place my cfheader/cfcontent tags inside a function now instead 
of on a cfm page.  Does anyone know if this will work and prompt for a file 
download?

 This does not happen for me... if you can post the code, we can try ?
 
 Thx  rgds,
 Pradeep Viswanathan R 
 

~|
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:350410
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PSA - Daylight Savings Time

2012-03-13 Thread Claude Schnéegans

 What would happen if you set up a scheduled task for 02:30 on the
day that we return to standard time since there would theoretically be
two 02:30's for that morning? Would it run twice?

There is a simple way to make sure an application is run at least one and only 
one time:

Say you have it schedule at 2:30. Schedule it once every hour from 2:30 to 3:31
At begining of the app:
1. check if this app was already run for today's date, if yes, abort.
2. store somewhere today's date and proceed.

Normally, id there is no 2:00-3:00 hour, the application should be scheduled at 
3:30
In other cases, there will be one or two extra tasks scheduled, but they will 
abort (gracefuly)

~|
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:350411
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Claude Schnéegans

 Is there a way a can create a blank page without the browser automatically 
 adding:

In my case with Explorer, this is what I get:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META content=text/html; charset=windows-1252 http-equiv=Content-Type/HEAD
BODYPRE/PRE/BODY/HTML

But with Opera, Firefox, Safari or Chrome: nothing.

So this must be some Browser feature and I doubt you can control it at the 
server level.

~|
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:350412
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PSA - Daylight Savings Time

2012-03-13 Thread Cameron Childress

On Mon, Mar 12, 2012 at 10:22 PM, Raymond Camden raymondcam...@gmail.comwrote:

 Heh, ok, fine, then there are cases where you can't, but I'd be
 willing to bet _most_ people can, and that _would_ be simpler. Didn't
 say it would work 100% of the time.


This assumes that people know what happens between 2-3 during DST.  Many
don't really think about it.  Also - it happens on a weekend so often it's
not as important as something that happens during the work week.  Still
worth knowing about though.

-Cameron

-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook http://www.facebook.com/cameroncf |
twitterhttp://twitter.com/cameronc |
google+ https://profiles.google.com/u/0/117829379451708140985


~|
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:350413
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga

Came across something but I don't know if it works until I get the other party 
on the phone for testing.. will provide an update shortly

Is there a way a can create a blank page without the browser automatically 
adding:

In my case with Explorer, this is what I get:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META content=text/html; charset=windows-1252 http-equiv=Content-Type/HEAD
BODYPRE/PRE/BODY/HTML

But with Opera, Firefox, Safari or Chrome: nothing.

So this must be some Browser feature and I doubt you can control it at the 
server level. 

~|
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:350414
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


hash collision

2012-03-13 Thread John M Bliss

FYI: Adobe warns of hash collision in #ColdFusion | ZDNet
http://zd.net/ymjDEy

-- 
John Bliss - http://about.me/jbliss


~|
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:350415
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PSA - Daylight Savings Time

2012-03-13 Thread Paul Hastings

On 3/13/2012 8:48 PM, Gerald Guido wrote:
 Not just some guy but the creator of the largest insect collection in New
 Zealand. Not that is makes dealing with time zones suck any less.

he was responsible for DST not timezones. DST was probably a good idea once but 
now its there to remind developers how cruel the world really is.


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1913 / Virus Database: 2114/4855 - Release Date: 03/06/12



~|
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:350416
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Helwig, Till Helge

Hi there,

Well...no luck for me. I still can't get the debugger to work properly. I can 
start the debugging session and the debug process shows up, but when I set a 
breakpoint and browse to the template it does not trigger anything. The server 
finishes parsing the page and completely ignores the breakpoint.

When I stop the debug server using the button in the CFIDE my debug session 
reports that the server disconnected. So apparently there is some kind of 
connection. I have no idea what might be the problem. This is so frustrating...

Do you have any ideas what might cause this?

-- 
Best wishes,
Till Helge


Von: Andrew Scott [andr...@andyscott.id.au]
Gesendet: Dienstag, 13. März 2012 14:49
An: cf-talk
Betreff: Re: Problem with ColdFusion line debugger

No problem just glad you have it working.

--
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543


On Wed, Mar 14, 2012 at 12:44 AM, Helwig, Till Helge
till.hel...@saxsys.dewrote:


 Ugh...I forgot about the stupid NTLM authentication required by the proxy.
 -.- After I set the proxy settings in Preferences - General - Network
 Connections to Direct instead of Native it finally managed to connect.
 I have no idea why he used the proxy at all...bypasses are set.

 Anyway...now I can start figuring out how to handle the debugger and maybe
 have a chance at finding the bug.

 Thanks for your help!

 --
 Best wishes,
 Till Helge





~|
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:350417
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with ColdFusion line debugger

2012-03-13 Thread Andrew Scott

Yes, I have logged a bug with Adobe. This bug is now over 5 years old, in
which I have told them on countless times that under certain conditions the
debugger will not fire.

I am not sure that you will get the ColdFusion 8 plugin fixed, but even in
CFB 1.0/2.0 this has been a serious issue with me.

From what I can tell is that if you are using frameworks where things are
cached or stored in the application scope does effect this, but that is an
assumption that I have not been able to prove.

Also are you 100% confident that the code is actually being executed on
that line?

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543




On Wed, Mar 14, 2012 at 4:45 AM, Helwig, Till Helge
till.hel...@saxsys.dewrote:


 Hi there,

 Well...no luck for me. I still can't get the debugger to work properly. I
 can start the debugging session and the debug process shows up, but when I
 set a breakpoint and browse to the template it does not trigger anything.
 The server finishes parsing the page and completely ignores the breakpoint.

 When I stop the debug server using the button in the CFIDE my debug
 session reports that the server disconnected. So apparently there is some
 kind of connection. I have no idea what might be the problem. This is so
 frustrating...

 Do you have any ideas what might cause this?

 --
 Best wishes,
 Till Helge

 
 Von: Andrew Scott [andr...@andyscott.id.au]
 Gesendet: Dienstag, 13. März 2012 14:49
 An: cf-talk
 Betreff: Re: Problem with ColdFusion line debugger

 No problem just glad you have it working.

 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/108193156965451149543


 On Wed, Mar 14, 2012 at 12:44 AM, Helwig, Till Helge
 till.hel...@saxsys.dewrote:

 
  Ugh...I forgot about the stupid NTLM authentication required by the
 proxy.
  -.- After I set the proxy settings in Preferences - General - Network
  Connections to Direct instead of Native it finally managed to
 connect.
  I have no idea why he used the proxy at all...bypasses are set.
 
  Anyway...now I can start figuring out how to handle the debugger and
 maybe
  have a chance at finding the bug.
 
  Thanks for your help!
 
  --
  Best wishes,
  Till Helge
 
 



 

~|
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:350418
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PSA - Daylight Savings Time

2012-03-13 Thread Leigh

 he was responsible for DST not timezones. 
 
That was my tired brain lumping all time related annoyances together. 

 DST was probably a good idea once but 
 now its there to remind developers how cruel the world really is.

The decision to change it, over several years, .. now that was cruel

~|
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:350419
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: hash collision

2012-03-13 Thread Judah McAuley

That's very curious. The CVE that Adobe references in their release (
CVE-2012-0770 ) doesn't seem to be a valid CVE number, though it comes
up in some google searches. But it isn't in the National Vulnerability
Database or at cvedetails.com

The vulnerability they are describing seems to be the one described

Here: http://www.kb.cert.org/vuls/id/903934
And here: http://www.ocert.org/advisories/ocert-2011-003.html

However, that was a known vulnerability in a bunch of languages and
was fixed everywhere else last year. In the first link, it says Adobe
was notified in November 2011. If the release they put out today is
really regarding the issues I linked to (since the credited CVE entry
doesn't seem to exist) then that means they are a couple months behind
every other vendor. That is worrisome.

Cheers,
Judah

On Tue, Mar 13, 2012 at 9:05 AM, John M Bliss bliss.j...@gmail.com wrote:

 FYI: Adobe warns of hash collision in #ColdFusion | ZDNet
 http://zd.net/ymjDEy

 --
 John Bliss - http://about.me/jbliss


 

~|
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:350420
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: hash collision

2012-03-13 Thread Leigh

 The vulnerability they are describing seems to be the one described here

From the comment below, I think it is the same issue

 http://forums.adobe.com/message/4264032#4264032


-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:350421
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: hash collision

2012-03-13 Thread Judah McAuley

Thanks, Leigh, looks like that verifies that it is the same issue. Now
I'm curious why it took Adobe til the middle of March to fix a
vulnerability that everyone else fixed by early January at the latest.
At least it is fixed.

Cheers,
Judah

On Tue, Mar 13, 2012 at 12:29 PM, Leigh cfsearch...@yahoo.com wrote:

 The vulnerability they are describing seems to be the one described here

 From the comment below, I think it is the same issue

  http://forums.adobe.com/message/4264032#4264032


 -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:350422
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: hash collision

2012-03-13 Thread Leigh

Judah - I was wondering the same thing. When it was first announced, I could 
not seem to find any CF specific details. I just assumed it was applicable 
because java was vulnerable.

 
-Leigh

From: Judah McAuley

Sent: Tuesday, March 13, 2012 3:36 PM
Subject: Re: hash collision
 

Thanks, Leigh, looks like that verifies that it is the same issue. Now
I'm curious why it took Adobe til the middle of March to fix a
vulnerability that everyone else fixed by early January at the latest.
At least it is fixed.

Cheers,
Juda

~|
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:350423
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: hash collision

2012-03-13 Thread Jochem van Dieten

On Tue, Mar 13, 2012 at 8:36 PM, Judah McAuley wrote:
 Thanks, Leigh, looks like that verifies that it is the same issue. Now
 I'm curious why it took Adobe til the middle of March to fix a
 vulnerability that everyone else fixed by early January at the latest.

Just like with their other software Adobe tries to stick to a 3-month
release cycle for ColdFusion. The 2011Q4 update was December 13, the
2012Q1 update is March 13.

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:350424
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: hash collision

2012-03-13 Thread Judah McAuley

On Tue, Mar 13, 2012 at 1:06 PM, Jochem van Dieten joch...@gmail.com wrote:

 On Tue, Mar 13, 2012 at 8:36 PM, Judah McAuley wrote:
 Thanks, Leigh, looks like that verifies that it is the same issue. Now
 I'm curious why it took Adobe til the middle of March to fix a
 vulnerability that everyone else fixed by early January at the latest.

 Just like with their other software Adobe tries to stick to a 3-month
 release cycle for ColdFusion. The 2011Q4 update was December 13, the
 2012Q1 update is March 13.

I knew that that was the release cycle for bug fixes but I didn't
realize that that applied to security fixes as well. That surprises
me.

Thanks,
Judah

~|
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:350425
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF Beta 10 - 503 Service Temporarily Unavailable after install

2012-03-13 Thread Gerald Guido

After I install CF 10 and I run /CFIDE/administrator/index.cfm  for the
first time, it just hangs a few minutes until I get a 503 Service
Temporarily Unavailable Error.

I am on a VPS running:

CentOS 5.8
Apache version 2.2.3 RPM install
I have everything but the ports needed for basic hosting (email, DNS, SSL
etc) locked down with IP tables

Has anyone encountered this? Google did not come up with anything.

https://www.google.com/search?hl=enbiw=1444bih=844output=searchsclient=psy-abq=coldfusion+Beta+10++Service+Temporarily+UnavailablebtnK=

As always, many TIA.

G!
-- 
Gerald Guido
http://www.myinternetisbroken.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:350426
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Split Zip Archives Using CFZIP or Similar?

2012-03-13 Thread Christian N. Abad

Folks:

Is it possible to split a large Zip Archive into smaller, predefined, file
sizes using CFZIP or something similar?  (I've reviewed the docs, and it
doesn't seem like CFZIP natively supports this functionality...)

For example, instead of one 100MB Zip File, I would end up with four 25MB
Zip Files.

Any thoughts on how to best accomplish this?

Thanks in Advance!

Christian N. Abad - President
 
Accessible Computing, Inc.
1210 McLaughlin Drive
Charlotte, NC 28212
http://www.AccessibleComputing.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:350427
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Split Zip Archives Using CFZIP or Similar?

2012-03-13 Thread Raymond Camden

Build a zip file by file, and check the size. When it hits 25mb, go to
a new one. This will be slow due to file io, but probably acceptably
slow.

On Tue, Mar 13, 2012 at 7:46 PM, Christian N. Abad
li...@accessiblecomputing.com wrote:

 Folks:

 Is it possible to split a large Zip Archive into smaller, predefined, file
 sizes using CFZIP or something similar?  (I've reviewed the docs, and it
 doesn't seem like CFZIP natively supports this functionality...)

 For example, instead of one 100MB Zip File, I would end up with four 25MB
 Zip Files.

 Any thoughts on how to best accomplish this?

 Thanks in Advance!

 Christian N. Abad - President

 Accessible Computing, Inc.
 1210 McLaughlin Drive
 Charlotte, NC 28212
 http://www.AccessibleComputing.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:350428
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Split Zip Archives Using CFZIP or Similar?

2012-03-13 Thread Christian N. Abad

Ray:

So simple, yet so elegant...  :-)

This worked as intended for my application...

Thanks!

~Christian

-Original Message-
From: Raymond Camden [mailto:raymondcam...@gmail.com] 
Sent: Tuesday, March 13, 2012 9:09 PM
To: cf-talk
Subject: Re: Split Zip Archives Using CFZIP or Similar?


Build a zip file by file, and check the size. When it hits 25mb, go to a new
one. This will be slow due to file io, but probably acceptably
slow.

On Tue, Mar 13, 2012 at 7:46 PM, Christian N. Abad
li...@accessiblecomputing.com wrote:

 Folks:

 Is it possible to split a large Zip Archive into smaller, predefined, 
 file sizes using CFZIP or something similar?  (I've reviewed the docs, 
 and it doesn't seem like CFZIP natively supports this 
 functionality...)

 For example, instead of one 100MB Zip File, I would end up with four 
 25MB Zip Files.

 Any thoughts on how to best accomplish this?

 Thanks in Advance!

 Christian N. Abad - President

 Accessible Computing, Inc.
 1210 McLaughlin Drive
 Charlotte, NC 28212
 http://www.AccessibleComputing.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:350429
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Split Zip Archives Using CFZIP or Similar?

2012-03-13 Thread Raymond Camden

Holy crap, it worked?

I mean of course it did. Yeah.

On Tue, Mar 13, 2012 at 10:12 PM, Christian N. Abad
li...@accessiblecomputing.com wrote:

 Ray:

 So simple, yet so elegant...  :-)

 This worked as intended for my application...

 Thanks!

 ~Christian

 -Original Message-
 From: Raymond Camden [mailto:raymondcam...@gmail.com]
 Sent: Tuesday, March 13, 2012 9:09 PM
 To: cf-talk
 Subject: Re: Split Zip Archives Using CFZIP or Similar?


 Build a zip file by file, and check the size. When it hits 25mb, go to a new
 one. This will be slow due to file io, but probably acceptably
 slow.

 On Tue, Mar 13, 2012 at 7:46 PM, Christian N. Abad
 li...@accessiblecomputing.com wrote:

 Folks:

 Is it possible to split a large Zip Archive into smaller, predefined,
 file sizes using CFZIP or something similar?  (I've reviewed the docs,
 and it doesn't seem like CFZIP natively supports this
 functionality...)

 For example, instead of one 100MB Zip File, I would end up with four
 25MB Zip Files.

 Any thoughts on how to best accomplish this?

 Thanks in Advance!

 Christian N. Abad - President

 Accessible Computing, Inc.
 1210 McLaughlin Drive
 Charlotte, NC 28212
 http://www.AccessibleComputing.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:350430
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm