@@ -99,7 +99,7 @@ public class CryptoFilter implements Filter {
}
} catch (Exception e) {
- throw new RuntimeException(e);
+ return null;
return null;