bug in setRedirect with UTF8 URL using IE

This forum is for reporting bugs in Joomla!. Please don't report problems with extensions in here.
Locked
grunt2001c
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Wed Jan 19, 2011 9:29 pm

bug in setRedirect with UTF8 URL using IE

Post by grunt2001c » Thu Jan 17, 2013 1:46 pm

Hello,
There is a bug in Internet explorer with $this->setRedirect(ZefaniabibleHelper::urlRequest());
when the URL is something like this.
http://somedomain.com/standard1/standar ... глава.html
in IE when you use a form with redirect above you get redirected with URL now being
http://somedomain.com/standard1/standar ... °Ð²Ð°.html as an example. and when you have some UTF8 aliases in the URL you get template not found error i believe.

I did by pass the bug using header redirect
header('Location: '.JURI::root(true).ZefaniabibleHelper::urlRequest());

grunt2001c
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Wed Jan 19, 2011 9:29 pm

Re: bug in setRedirect with UTF8 URL using IE

Post by grunt2001c » Thu Jan 17, 2013 1:47 pm

here is the page where you can see the error.
http://www.russianchurchalbany.com/библия/библия.html


Locked

Return to “Joomla! 1.5 Bug Reporting”