Security framework of XStream not initialized, XStream is probably vulnerable
I keep getting this console error in red while using XStream (1.4.10)
It also works by specifying an all-inclusive pattern for allowed classes:
xstream.allowTypesByRegExp(new String[] { ".*" });