用友NC ConfigResourceServlet反序列化
可以看到,直接反序列化
ObjectInputStream ois = new ObjectInputStream(req.getInputStream());
Map<String, String> params = (Map)ois.readObject();
本文来自博客园,作者:匿名用户12,转载请注明原文链接:https://www.cnblogs.com/yysfa/p/17414084.html
可以看到,直接反序列化
ObjectInputStream ois = new ObjectInputStream(req.getInputStream());
Map<String, String> params = (Map)ois.readObject();
本文来自博客园,作者:匿名用户12,转载请注明原文链接:https://www.cnblogs.com/yysfa/p/17414084.html