[cfaussie] CF10 and redirect_url

2012-06-25 Thread Brett Payne-Rhodes

Hi,

I sent this on the weekend but I don't think it made it to the list - apologies 
if I am reposting unnecesarily...

-

Its 1am on Sunday morning and I have just backed out a CF10 upgrade and I am 
hoping to find some value in a wasted 4 hours...

The reason I had to back out the upgrade was because I discovered that CF10 is not 
passing through the web server CGI variable on page redirection. I rely on the 
cgi.redirect_url variable as part of a system to support 'friendly' URLs and it has 
served very well for a number of years now. However CF10 is not passing the variables 
through. In fact I suspect that it is Tomcat that is the culprit given what I read 
here: https://groups.google.com/forum/?fromgroups#!topic/railo/6r5eFEPh8q4 
https://groups.google.com/forum/?fromgroups#%21topic/railo/6r5eFEPh8q4 which 
is from 2009 and the common factor appears to be Tomcat.

This post 
http://www.giancarlogomez.com/2012/06/you-are-not-going-crazy-cgipathinfo-is.html 
http://www.giancarlogomez.com/2012/06/you-are-not-going-crazy-cgipathinfo-is.html
 also talks about the same problem.

Am I sure that it IS CF10/Tomcat causing the problem? Yes, absolutely, because 
I wrote my very first .php script which I substituted it for my .cfm page using 
Apache's errordocument directive and was able to dump the redirect_url variable 
without any problem. I had cause to suspect Apache as I had also upgraded to 
Apache2.2 as it appeared that CF10 would not run on Apache2.0, so I wanted to 
eliminate Apache as the cause of the problem. Having said that, I didn't 
succeed in getting CF8 to run on Apache2.2 so the test may not be definitive.

So I'm hoping that Adobe will do something to remedy this PDQ but in case there 
are others out there battling with this problem, or have a solution(!), I 
thought a post to cfuassie might add some value to an otherwise wasted evening!

Cheers,

Brett
B)


--
Brett Payne-Rhodes
YourSite Web Solutions
t: +61 (0)8 9371-0471
m: +61 (0)414 371 047
e: br...@yoursite.net.au
w: http://www.yoursite.net.au

--
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Steve Onnis
It made it to the list though there wasn't any question there, more of a
statement/observation.

 

Where you looking for some feedback or assistance with it?

 

From: Brett Payne-Rhodes [mailto:bret...@gmail.com] 
Sent: Monday, 25 June 2012 6:04 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CF10 and redirect_url

 

Hi,

I sent this on the weekend but I don't think it made it to the list -
apologies if I am reposting unnecesarily...

-

Its 1am on Sunday morning and I have just backed out a CF10 upgrade and I am
hoping to find some value in a wasted 4 hours...

The reason I had to back out the upgrade was because I discovered that CF10
is not passing through the web server CGI variable on page redirection. I
rely on the cgi.redirect_url variable as part of a system to support
'friendly' URLs and it has served very well for a number of years now.
However CF10 is not passing the variables through. In fact I suspect that it
is Tomcat that is the culprit given what I read here:
https://groups.google.com/forum/?fromgroups#!topic/railo/6r5eFEPh8q4
https://groups.google.com/forum/?fromgroups#%21topic/railo/6r5eFEPh8q4
which is from 2009 and the common factor appears to be Tomcat.

This post
http://www.giancarlogomez.com/2012/06/you-are-not-going-crazy-cgipathinfo-is
.html also talks about the same problem.

Am I sure that it IS CF10/Tomcat causing the problem? Yes, absolutely,
because I wrote my very first .php script which I substituted it for my .cfm
page using Apache's errordocument directive and was able to dump the
redirect_url variable without any problem. I had cause to suspect Apache as
I had also upgraded to Apache2.2 as it appeared that CF10 would not run on
Apache2.0, so I wanted to eliminate Apache as the cause of the problem.
Having said that, I didn't succeed in getting CF8 to run on Apache2.2 so the
test may not be definitive.

So I'm hoping that Adobe will do something to remedy this PDQ but in case
there are others out there battling with this problem, or have a
solution(!), I thought a post to cfuassie might add some value to an
otherwise wasted evening!

Cheers,

Brett
B)



-- 
Brett Payne-Rhodes 
YourSite Web Solutions 
t: +61 (0)8 9371-0471 
m: +61 (0)414 371 047 
e: br...@yoursite.net.au 
w: http://www.yoursite.net.au

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Brett Payne-Rhodes
Thanks Steve,

Just whether anybody else had seen this or had found a viable workaround I
guess...

Thanks for letting me know.

B)


On Mon, Jun 25, 2012 at 4:06 PM, Steve Onnis st...@cfcentral.com.au wrote:

 It made it to the list though there wasn’t any question there, more of a
 statement/observation.

 ** **

 Where you looking for some feedback or assistance with it?

 ** **

 *From:* Brett Payne-Rhodes [mailto:bret...@gmail.com]
 *Sent:* Monday, 25 June 2012 6:04 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* [cfaussie] CF10 and redirect_url

 ** **

 Hi,

 I sent this on the weekend but I don't think it made it to the list -
 apologies if I am reposting unnecesarily...

 -

 Its 1am on Sunday morning and I have just backed out a CF10 upgrade and I
 am hoping to find some value in a wasted 4 hours...

 The reason I had to back out the upgrade was because I discovered that
 CF10 is not passing through the web server CGI variable on page
 redirection. I rely on the cgi.redirect_url variable as part of a system to
 support 'friendly' URLs and it has served very well for a number of years
 now. However CF10 is not passing the variables through. In fact I suspect
 that it is Tomcat that is the culprit given what I read here:
 https://groups.google.com/forum/?fromgroups#!topic/railo/6r5eFEPh8q4which is 
 from 2009 and the common factor appears to be Tomcat.

 This post
 http://www.giancarlogomez.com/2012/06/you-are-not-going-crazy-cgipathinfo-is.htmlalso
  talks about the same problem.

 Am I sure that it IS CF10/Tomcat causing the problem? Yes, absolutely,
 because I wrote my very first .php script which I substituted it for my
 .cfm page using Apache's errordocument directive and was able to dump the
 redirect_url variable without any problem. I had cause to suspect Apache as
 I had also upgraded to Apache2.2 as it appeared that CF10 would not run on
 Apache2.0, so I wanted to eliminate Apache as the cause of the problem.
 Having said that, I didn't succeed in getting CF8 to run on Apache2.2 so
 the test may not be definitive.

 So I'm hoping that Adobe will do something to remedy this PDQ but in case
 there are others out there battling with this problem, or have a
 solution(!), I thought a post to cfuassie might add some value to an
 otherwise wasted evening!

 Cheers,

 Brett
 B)

 

 --
 Brett Payne-Rhodes
 YourSite Web Solutions
 t: +61 (0)8 9371-0471
 m: +61 (0)414 371 047
 e: br...@yoursite.net.au
 w: http://www.yoursite.net.au

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Gavin Baumanis
Hi Brett,

Like Steve - I thought you were just posting an observation.

Unfortunately I am not of much help either, sorry.

 

I don't use that specific CGI variable.

 

Good luck though - and keep us informed, of course, if you work it out!

 

Gavin.

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Brett Payne-Rhodes
Sent: Monday, 25 June 2012 18:10
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] CF10 and redirect_url

 

Thanks Steve,

Just whether anybody else had seen this or had found a viable workaround I
guess...

Thanks for letting me know.

B)



On Mon, Jun 25, 2012 at 4:06 PM, Steve Onnis st...@cfcentral.com.au wrote:

It made it to the list though there wasn't any question there, more of a
statement/observation.

 

Where you looking for some feedback or assistance with it?

 

From: Brett Payne-Rhodes [mailto:bret...@gmail.com] 
Sent: Monday, 25 June 2012 6:04 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CF10 and redirect_url

 

Hi,

I sent this on the weekend but I don't think it made it to the list -
apologies if I am reposting unnecesarily...

-

Its 1am on Sunday morning and I have just backed out a CF10 upgrade and I am
hoping to find some value in a wasted 4 hours...

The reason I had to back out the upgrade was because I discovered that CF10
is not passing through the web server CGI variable on page redirection. I
rely on the cgi.redirect_url variable as part of a system to support
'friendly' URLs and it has served very well for a number of years now.
However CF10 is not passing the variables through. In fact I suspect that it
is Tomcat that is the culprit given what I read here:
https://groups.google.com/forum/?fromgroups#!topic/railo/6r5eFEPh8q4
https://groups.google.com/forum/?fromgroups#%21topic/railo/6r5eFEPh8q4
which is from 2009 and the common factor appears to be Tomcat.

This post
http://www.giancarlogomez.com/2012/06/you-are-not-going-crazy-cgipathinfo-is
.html also talks about the same problem.

Am I sure that it IS CF10/Tomcat causing the problem? Yes, absolutely,
because I wrote my very first .php script which I substituted it for my .cfm
page using Apache's errordocument directive and was able to dump the
redirect_url variable without any problem. I had cause to suspect Apache as
I had also upgraded to Apache2.2 as it appeared that CF10 would not run on
Apache2.0, so I wanted to eliminate Apache as the cause of the problem.
Having said that, I didn't succeed in getting CF8 to run on Apache2.2 so the
test may not be definitive.

So I'm hoping that Adobe will do something to remedy this PDQ but in case
there are others out there battling with this problem, or have a
solution(!), I thought a post to cfuassie might add some value to an
otherwise wasted evening!

Cheers,

Brett
B)

-- 
Brett Payne-Rhodes 
YourSite Web Solutions 
t: +61 (0)8 9371-0471 tel:%2B61%20%280%298%209371-0471  
m: +61 (0)414 371 047 tel:%2B61%20%280%29414%20371%20047  
e: br...@yoursite.net.au 
w: http://www.yoursite.net.au

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Brett Payne-Rhodes

An update of sorts...

I found the problem logged on the Adobe bug list for CF10...

https://bugbase.adobe.com/index.cfm?event=bugid=3177732

I wonder if I can get an interim licence for CF9? The functionality that I need 
is actually in CF9.


B)


On 25/06/2012 7:57 PM, Gavin Baumanis wrote:


Hi Brett,

Like Steve -- I thought you were just posting an observation.

Unfortunately I am not of much help either, sorry.

I don't use that specific CGI variable.

Good luck though -- and keep us informed, of course, if you work it out!

Gavin.

*From:*cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On Behalf 
Of *Brett Payne-Rhodes
*Sent:* Monday, 25 June 2012 18:10
*To:* cfaussie@googlegroups.com
*Subject:* Re: [cfaussie] CF10 and redirect_url

Thanks Steve,

Just whether anybody else had seen this or had found a viable workaround I 
guess...

Thanks for letting me know.

B)

On Mon, Jun 25, 2012 at 4:06 PM, Steve Onnis st...@cfcentral.com.au 
mailto:st...@cfcentral.com.au wrote:

It made it to the list though there wasn't any question there, more of a 
statement/observation.

Where you looking for some feedback or assistance with it?

*From:*Brett Payne-Rhodes [mailto:bret...@gmail.com mailto:bret...@gmail.com]
*Sent:* Monday, 25 June 2012 6:04 PM
*To:* cfaussie@googlegroups.com mailto:cfaussie@googlegroups.com
*Subject:* [cfaussie] CF10 and redirect_url

Hi,

I sent this on the weekend but I don't think it made it to the list - apologies 
if I am reposting unnecesarily...

-

Its 1am on Sunday morning and I have just backed out a CF10 upgrade and I am 
hoping to find some value in a wasted 4 hours...

The reason I had to back out the upgrade was because I discovered that CF10 is not 
passing through the web server CGI variable on page redirection. I rely on the 
cgi.redirect_url variable as part of a system to support 'friendly' URLs and it has 
served very well for a number of years now. However CF10 is not passing the variables 
through. In fact I suspect that it is Tomcat that is the culprit given what I read 
here: https://groups.google.com/forum/?fromgroups#!topic/railo/6r5eFEPh8q4 
https://groups.google.com/forum/?fromgroups#%21topic/railo/6r5eFEPh8q4 which 
is from 2009 and the common factor appears to be Tomcat.

This post 
http://www.giancarlogomez.com/2012/06/you-are-not-going-crazy-cgipathinfo-is.html
 also talks about the same problem.

Am I sure that it IS CF10/Tomcat causing the problem? Yes, absolutely, because 
I wrote my very first .php script which I substituted it for my .cfm page using 
Apache's errordocument directive and was able to dump the redirect_url variable 
without any problem. I had cause to suspect Apache as I had also upgraded to 
Apache2.2 as it appeared that CF10 would not run on Apache2.0, so I wanted to 
eliminate Apache as the cause of the problem. Having said that, I didn't 
succeed in getting CF8 to run on Apache2.2 so the test may not be definitive.

So I'm hoping that Adobe will do something to remedy this PDQ but in case there 
are others out there battling with this problem, or have a solution(!), I 
thought a post to cfuassie might add some value to an otherwise wasted evening!

Cheers,

Brett
B)

--
Brett Payne-Rhodes
YourSite Web Solutions
t: +61 (0)8 9371-0471 tel:%2B61%20%280%298%209371-0471
m: +61 (0)414 371 047 tel:%2B61%20%280%29414%20371%20047
e: br...@yoursite.net.au mailto:br...@yoursite.net.au
w: http://www.yoursite.net.au

--
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com 
mailto:cfaussie@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com 
mailto:cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com 
mailto:cfaussie@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com 
mailto:cfaussie%2bunsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com 
mailto:cfaussie@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com 
mailto:cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 

Re: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Andrew Myers
Hi Brett,

Are you using the Tomcat bundled with ColdFusion 10?  Or deploying it on a 
version of Tomcat you downloaded separately?

Andrew.

On Tuesday, June 26, 2012 11:46:06 AM UTC+10, brettpr wrote:

  An update of sorts...

 I found the problem logged on the Adobe bug list for CF10...

 https://bugbase.adobe.com/index.cfm?event=bugid=3177732

 I wonder if I can get an interim licence for CF9? The functionality that I 
 need is actually in CF9.


 B)


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/e_XL0dFRr8cJ.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Brett Payne-Rhodes
Hi Andrew,

I am running the standard version of CF and have not attempted to change
anything, so CF10 with the bundled Tomcat 'as is'.

B)



On Tue, Jun 26, 2012 at 10:16 AM, Andrew Myers am2...@gmail.com wrote:

 Hi Brett,

 Are you using the Tomcat bundled with ColdFusion 10?  Or deploying it on a
 version of Tomcat you downloaded separately?

 Andrew.


 On Tuesday, June 26, 2012 11:46:06 AM UTC+10, brettpr wrote:

  An update of sorts...

 I found the problem logged on the Adobe bug list for CF10...

 https://bugbase.adobe.com/**index.cfm?event=bugid=3177732https://bugbase.adobe.com/index.cfm?event=bugid=3177732

 I wonder if I can get an interim licence for CF9? The functionality that
 I need is actually in CF9.


 B)


  --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/cfaussie/-/e_XL0dFRr8cJ.

 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CF10 and redirect_url

2012-06-25 Thread Andrew Myers
Bummer - I had hoped that might be the problem.

Keep us posted on your progress.

On 26 June 2012 12:18, Brett Payne-Rhodes bret...@gmail.com wrote:
 Hi Andrew,

 I am running the standard version of CF and have not attempted to change
 anything, so CF10 with the bundled Tomcat 'as is'.

 B)




 On Tue, Jun 26, 2012 at 10:16 AM, Andrew Myers am2...@gmail.com wrote:

 Hi Brett,

 Are you using the Tomcat bundled with ColdFusion 10?  Or deploying it on a
 version of Tomcat you downloaded separately?

 Andrew.


 On Tuesday, June 26, 2012 11:46:06 AM UTC+10, brettpr wrote:

 An update of sorts...

 I found the problem logged on the Adobe bug list for CF10...

 https://bugbase.adobe.com/index.cfm?event=bugid=3177732

 I wonder if I can get an interim licence for CF9? The functionality that
 I need is actually in CF9.


 B)


 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/cfaussie/-/e_XL0dFRr8cJ.

 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.