RE: URL Parameters Ignored

2006-10-06 Thread Ben Nadel
Interesting... I just clicked on the link and it DID redirect me. But,
when I clicked on it a second time, I got the target page. Perhaps there
is something that it is checking regarding SESSION that is forcing
people back? I would check session info??? 


..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Virginia Neal [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 06, 2006 2:30 PM
To: CF-Talk
Subject: URL Parameters Ignored

Problem - user trys to follow a link to a URL that has a parameter, the
page may flash for a second and then the browser routes the user back
to any part of the URL string that does not contain a parameter.   For
instance, after clicking a link for
http://www.courts.wa.gov/opinions/index.cfm?fa=opinions.recent, the user
will get routed back to http://www.courts.wa.gov/opinions/index.cfm.

This problem happens with only a small percentage of users.  I can not
duplicate the problem, but I have had several reports of this issue.  Of
those that I spoke with personally, they all are using Firefox, but I
can not be sure that is true in all cases.

Our site is MX 7, and we use the Fusebox 3.0 framework (moving to 4 or 5
is not possible at this time - managment reasons).

You might note the one person I was able to work with was able to get to
..asp pages with url parameters, but he had problems navigating the
fusebox.org site.  

I would appreciate ANY ideas, suggestions, or help!!

Thanks



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255818
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: URL Parameters Ignored

2006-10-06 Thread Dave Francis
It happened to me with both ie 6.0.2xxx and ff 1.5.0.7

-Original Message-
From: Virginia Neal [mailto:[EMAIL PROTECTED]
Sent: Friday, October 06, 2006 2:30 PM
To: CF-Talk
Subject: URL Parameters Ignored


Problem - user trys to follow a link to a URL that has a parameter, the page
may flash for a second and then the browser routes the user back to any
part of the URL string that does not contain a parameter.   For instance,
after clicking a link for
http://www.courts.wa.gov/opinions/index.cfm?fa=opinions.recent, the user
will get routed back to http://www.courts.wa.gov/opinions/index.cfm.

This problem happens with only a small percentage of users.  I can not
duplicate the problem, but I have had several reports of this issue.  Of
those that I spoke with personally, they all are using Firefox, but I can
not be sure that is true in all cases.

Our site is MX 7, and we use the Fusebox 3.0 framework (moving to 4 or 5 is
not possible at this time - managment reasons).

You might note the one person I was able to work with was able to get to
..asp pages with url parameters, but he had problems navigating the
fusebox.org site.

I would appreciate ANY ideas, suggestions, or help!!

Thanks



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255820
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: URL Parameters Ignored

2006-10-06 Thread Josh Nathanson
I got the redirect on both FF and IE, the first time I landed there.

How are you converting fa in the query string into fuseaction?  If 
you're doing an isapi or mod rewrite you might want to look there.  If 
you're not doing a rewrite, then you're experiencing the default behavior 
for Fusebox when the query string is malformed (it needs that fuseaction 
in the query string either directly or via rewrite.)

-- Josh




- Original Message - 
From: Virginia Neal [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, October 06, 2006 11:30 AM
Subject: URL Parameters Ignored


 Problem - user trys to follow a link to a URL that has a parameter, the 
 page may flash for a second and then the browser routes the user back to 
 any part of the URL string that does not contain a parameter.   For 
 instance, after clicking a link for 
 http://www.courts.wa.gov/opinions/index.cfm?fa=opinions.recent, the user 
 will get routed back to http://www.courts.wa.gov/opinions/index.cfm.

 This problem happens with only a small percentage of users.  I can not 
 duplicate the problem, but I have had several reports of this issue.  Of 
 those that I spoke with personally, they all are using Firefox, but I can 
 not be sure that is true in all cases.

 Our site is MX 7, and we use the Fusebox 3.0 framework (moving to 4 or 5 
 is not possible at this time - managment reasons).

 You might note the one person I was able to work with was able to get to 
 .asp pages with url parameters, but he had problems navigating the 
 fusebox.org site.

 I would appreciate ANY ideas, suggestions, or help!!

 Thanks

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255821
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: URL Parameters Ignored

2006-10-06 Thread Josh Nathanson
OK sorry, I got the same behavior as Ben when I clicked the link on the 
page, so it probably is a session issue.

-- Josh


- Original Message - 
From: Ben Nadel [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, October 06, 2006 11:46 AM
Subject: RE: URL Parameters Ignored


 Interesting... I just clicked on the link and it DID redirect me. But,
 when I clicked on it a second time, I got the target page. Perhaps there
 is something that it is checking regarding SESSION that is forcing
 people back? I would check session info???


 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255822
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4