On Nov 4, 11:49 am, Mike Henke <
henkem...@gmail.com> wrote:
> Looks like any helper tags referring the a url/path needs this option
> such as imageTag, javaScriptIncludeTag, and styleSheetLinkTag. There
> might be more but those are the ones, I noticed.
>
> I wonder if it should be implemented like this
>
> #imageTag(onlyPath="false",source="clearpixel.gif")#
>
> currently generates this which is wrong through the proxy:
https://staging.com/application/staging/images/clearpixel.gif
>
> should be:
https://staging.com/proxyToStagingFolder/images/clearpixel.gif
>
> On Nov 4, 11:19 am, Mike Henke <
henkem...@gmail.com> wrote:
>
> > Add onlyPath="false", to the linkTo helpers.
>
> > On Nov 3, 2:31 pm, Chris Peters <
ch...@clearcrystalmedia.com> wrote:
>
> > > This seems very odd to me. What do you get for #cgi.path_info#?
>
> > > On Tue, Nov 3, 2009 at 1:49 PM, Mike Henke <
henkem...@gmail.com> wrote:
>
> > > > I upgraded to the newest release and I am still getting the wrong link
> > > > location with linkto for this situational.
>
> > > > On Nov 3, 11:40 am, Mike Henke <
henkem...@gmail.com> wrote:
> > > > > Example:
>
> > > > > Server Path:
> > > > > C:\JRun4\servers\dev\cfusion.ear\cfusion.war\application\staging
>
> > > > > Actually URL (linkTo functions work fine):
http://dev/application/staging
>
> > > > > Proxy redirect (or something I am not a network guy) to above URL