Index: branches/5.3.x/core/units/helpers/ajax_form_helper.php =================================================================== diff -u -N -r15902 -r15974 --- branches/5.3.x/core/units/helpers/ajax_form_helper.php (.../ajax_form_helper.php) (revision 15902) +++ branches/5.3.x/core/units/helpers/ajax_form_helper.php (.../ajax_form_helper.php) (revision 15974) @@ -134,10 +134,7 @@ } else { if ( !isset($params['redirect_to']) && ($event->redirect === true || strlen($event->redirect) > 0) ) { - $redirect_to = $this->Application->HREF($event->redirect, '', $event->getRedirectParams(), $event->redirectScript); - - // is used from JavaScript / redirecting, so any "&" could break it - $params['redirect_to'] = str_replace(Array ('&', '%5C'), Array ('&', '\\'), $redirect_to); + $params['redirect_to'] = $this->Application->HREF($event->redirect, '', $event->getRedirectParams(), $event->redirectScript); } $params = array_merge($params, $event->getRedirectParams());