From ed30f86aaac5eabe4cc1e155336b5e41a24ba181 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 22 Jun 2009 05:29:46 +0000 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=B2=84=EC=B8=A1=EC=97=90=EC=84=9C?= =?UTF-8?q?=20redirect=5Furl=EC=9D=84=20=EC=A7=80=EC=A0=95=ED=95=B4=20?= =?UTF-8?q?=EC=A3=BC=EC=97=88=EC=9D=84=EB=95=8C=20URL=EC=97=90=20&?= =?UTF-8?q?=EA=B0=80=20=EC=9E=88=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20&=20?= =?UTF-8?q?=EB=A1=9C=20=EB=B0=94=EA=BF=94=EC=84=9C=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=9D=B4=EB=8F=99=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6632 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/xml_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index e2a36288b..2c6685a3a 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -49,7 +49,7 @@ function xml_response_filter(oXml, callback_func, response_tags, callback_func_a } if(ret_obj["redirect_url"]) { - location.href=ret_obj["redirect_url"]; + location.href=ret_obj["redirect_url"].replace(/&/g,'&'); return null; }