RE: cflocation and long urls

2013-08-28 Thread Kevin Parker
August 2013 7:24 AM To: cf-talk Subject: cflocation and long urls Hi folks I have a long encrypted url stored in a database: the cgi.query_string is something like YJShGG8kxBWgJKOlo2z4oTM8jEanxnGNBzw+QBQw8JBtuiQ8Oyn6tc6qmbd+E7W vcbfncSF/pq2ttDOdegKnxA== It works fine if i manually copy

RE: cflocation and long urls

2013-08-28 Thread Russ Michaels
on an older system on our Intranet. ++ Kevin Parker ++ -Original Message- From: Rob Voyle [mailto:robvo...@voyle.com] Sent: Wednesday, 28 August 2013 7:24 AM To: cf-talk Subject: cflocation and long urls Hi folks I have a long encrypted url stored

Re: cflocation and long urls

2013-08-28 Thread Rob Voyle
Hi Kevin I doubt that the + is the problem as it is now working fine as a relative link which includes the + / and = Rob On 28 Aug 2013 at 19:49, Kevin Parker wrote: My guess is your + signs may be seen as a space unless that's what you intended. I have seen this on the odd occasion but

cflocation and long urls

2013-08-27 Thread Rob Voyle
Hi folks I have a long encrypted url stored in a database: the cgi.query_string is something like YJShGG8kxBWgJKOlo2z4oTM8jEanxnGNBzw+QBQw8JBtuiQ8Oyn6tc6qmbd+E7W vcbfncSF/pq2ttDOdegKnxA== It works fine if i manually copy the total url from the database to the browser, however if I use

Re: cflocation and long urls

2013-08-27 Thread Raymond Camden
There is a max size for URLs. Some browsers may be more strict about it. On Tue, Aug 27, 2013 at 4:23 PM, Rob Voyle robvo...@voyle.com wrote: Hi folks I have a long encrypted url stored in a database: the cgi.query_string is something like

Re: cflocation and long urls

2013-08-27 Thread Dave Watts
I have a long encrypted url stored in a database: the cgi.query_string is something like YJShGG8kxBWgJKOlo2z4oTM8jEanxnGNBzw+QBQw8JBtuiQ8Oyn6tc6qmbd+E7W vcbfncSF/pq2ttDOdegKnxA== It works fine if i manually copy the total url from the database to the browser, however if I use

RE: cflocation and long urls

2013-08-27 Thread Mark A Kruger
, 2013 5:00 PM To: cf-talk Subject: Re: cflocation and long urls There is a max size for URLs. Some browsers may be more strict about it. On Tue, Aug 27, 2013 at 4:23 PM, Rob Voyle robvo...@voyle.com wrote: Hi folks I have a long encrypted url stored in a database: the cgi.query_string

Re: cflocation and long urls

2013-08-27 Thread Rob Voyle
Hi Ray and Dave If it were a length issue then it wouldn't work if I just paste it in from the database. Also its not an error in the string as you suggest Dave. I have both copied it straight from the database and then copied it from a cfm page where the database query is being presented.

Re: cflocation and long urls

2013-08-27 Thread Dave Watts
Also its not an error in the string as you suggest Dave. I have both copied it straight from the database and then copied it from a cfm page where the database query is being presented. Both work fine. Its just the cflocation that is not working.Using CF9 if that matters. I think you

Re: cflocation and long urls

2013-08-27 Thread Bryan Stevenson
Well just remember that copying and pasting often selects extra characters (like blanks either side of the string)and I'm mentioning this because Rob you have not said explicitly that you did check for thisjust being thorough ;-) If you've already made sure the values are trimmed and

Re: cflocation and long urls

2013-08-27 Thread Rob Voyle
Hi Bryan To check it I used trim no success. Then instead of using cflocation url=#database.weblink[1]# I put cflocation url=copy of complete link that works manually Again no success, What I did notice the link is an absolute link beginning http://www the cflocation appears to be

Re: cflocation and long urls -2

2013-08-27 Thread Rob Voyle
Hi folks Interesting it works fine with relative url. Not sure if it is a length issue in the cflocation or some other factor Thanks Rob ~| Order the Adobe Coldfusion Anthology now!

Re: cflocation and long urls

2013-08-27 Thread Byron Mann
Are there any strange characters in the final decrypted uri? Like % / +? That are in the query_string portion of the URI? Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now!

Re: cflocation and long urls

2013-08-27 Thread Rob Voyle
Hi Byron yes there are several + and / and = Rob On 27 Aug 2013 at 21:43, Byron Mann wrote: Are there any strange characters in the final decrypted uri? Like % / +? That are in the query_string portion of the URI? Byron Mann Lead Engineer Architect HostMySite.com