bruce
bruce
@manojks1999 评论了,你看下
@manojks1999 现在再看下
Just make the following adjustments to solve the problem ```java if (Map.class.isAssignableFrom(parameterType)) { if (isPostOrPutForm(method)) { checkState(data.queryMapIndex() == null, "Query map can only be present once."); data.bodyIndex(parameterIndex); data.bodyType(parameterType); data.template().header(HttpEncoding.CONTENT_TYPE, MediaType.APPLICATION_FORM_URLENCODED_VALUE);...
@manojks1999 看着没什么问题
@sczyh30 看下这个问题
@sczyh30 这个问题,没有反馈吗?
@bclozel I have identified the reason for the build failure, but my submission signature was not carried. It has now been fixed. see https://github.com/spring-projects/spring-framework/pull/35280 , Please open this issue, Thanks
Thank you very much for taking this issue seriously and reopening it. I previously submitted a PR https://github.com/spring-projects/spring-framework/pull/35280 that could solve this problem, but the optimization method may not be...