Преглед изворни кода

完善解码过程中可能产生的错误

youseries пре 8 година
родитељ
комит
5469e4e0d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      urule-core/src/main/java/com/bstek/urule/Utils.java

+ 1 - 1
urule-core/src/main/java/com/bstek/urule/Utils.java

@@ -60,7 +60,7 @@ public class Utils implements ApplicationContextAware{
 			str=URLDecoder.decode(str,"utf-8");
 			str=URLDecoder.decode(str,"utf-8");
 			return str;
-		} catch (UnsupportedEncodingException e) {
+		} catch (Exception e) {
 			return str;
 		}
 	}