在此:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2020-9492 当前版本的hadoop2.7.3,如何升级到2.10.1?在升级过程中,hadoop hdfs客户机在2.10.1中丢失了一个api冲突
import org.apache.hadoop.hdfs.web.JsonUtil;
import org.apache.hadoop.hdfs.web.resources.UriFsPathParam;
如何在不修改业务代码的情况下修复此问题(cve-2020-9492)?
例如,如何在不更改代码的情况下升级以下应用程序?
/**
* 处理put请求
*/
@PUT
@Path("{" + UriFsPathParam.NAME + ":.*}")
@Consumes({"*/*"})
@Produces({MediaType.APPLICATION_OCTET_STREAM, MediaType.APPLICATION_JSON})
public Response put(@Context HttpServletRequest request,
@PathParam(UriFsPathParam.NAME) final UriFsPathParam path,
@QueryParam(PutOpParam.NAME) @DefaultValue(PutOpParam.DEFAULT)
PutOpParam op,
@
@ general@hadoop
暂无答案!
目前还没有任何答案,快来回答吧!