JAVASCRIPT에서 처리 (보내는부분) encodeURI(encodeURIComponent([변수명]));
받는부분 URLDecoder.decode([변수명], "UTF-8") ;