@@ -128,7 +128,7 @@ public class RedirectUtil {
}
Object result;
try {
- result = JSON.parse(resultString[0]);
+ result = resultString[0];
} catch (Exception e) {
result = resultString[0];