I say 'fixed' but right now this is a workaround. I'm told that a proper fix 
will be coming soon...

The workaround comes in two parts. The first is to add some extra statements 
into the (Apache) 'mod_jk' config file like so:

JkEnvVar REDIRECT_URL
JkEnvVar REDIRECT_QUERY_STRING

However, this doesn't result in the usual CGI variables being populated, but 
the values are accessible using:

<cfset objRequest = GetPageContext().getRequest()>
<cfset REDIRECT_URL = objRequest.getAttribute("REDIRECT_URL")>
<cfset REDIRECT_QUERY_STRING = objRequest.getAttribute("REDIRECT_QUERY_STRING")>

And then the world is, as they say, your oyster!

I have to say I was impressed by the response that I got from the Adobe guys 
(CF engineer and Product Manager) - once I worked out who to ask!

Thanks also to the replies I got here!

Cheers,

Brett
B)


On 26/06/2012 10:23 AM, Andrew Myers wrote:
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=bug&id=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.

Reply via email to