0 users online. Create an account or sign in to join them.Users
Symphony Param handling
This is an open discussion with 2 replies, filed under General.
Search
I think this was fixed in 2.2.5 or will be in 2.3.
[2.2.x] Symphony breaks on certain URLs. Looking at the date this should be in 2.2.5.
Create an account or sign in to comment.
Hi Guys (& gals maybe),
I was wondering if there would be a way to 'fix' the handling of Symphony Parameters. Basically one of my managers noticed in the company webmaster tools a url which is like
http://mysite.com/somepath/?amp&%3Bampwhich returns an XSLT error and on Google Webmaster tools it shows like its unreachable due to an on-page error.I am sure that fixing this is an-over obsession as its something pretty stupid as we do not link to that page - it must have been someone who got confused / or some markup/encoding mess-up to obtain that url. (This happens on separate Symphony Installs when double checking if the issue is specific to the website in question.)
What I noticed in the section this would translate into two parameters. The first
<amp />which is fine the second is<amp;amp />which I presume is the one that fails. According to my manager this is handling of exceptional characters that should be resolved. I'm wondering if anyone has a clue where to start...