Browse Source

SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3842 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 15 years ago
parent
commit
cac2354a85
  1. 2
      org.springframework.web/src/main/java/org/springframework/http/server/ServletServerHttpRequest.java
  2. 2
      org.springframework.web/src/test/java/org/springframework/http/server/ServletHttpRequestTests.java

2
org.springframework.web/src/main/java/org/springframework/http/server/ServletServerHttpRequest.java

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,

2
org.springframework.web/src/test/java/org/springframework/http/server/ServletHttpRequestTests.java

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,

Loading…
Cancel
Save