BAEL-4860: Java IllegalStateException: "getInputStream() has already been called for this request" (#14121)

* [BAEL-6203] Deserialize Generic Type with Jackson

* BAEL-4860: Java IllegalStateException: "getInputStream() has already been called for this request"

* BAEL-4860: Move code to new module spring-web-module/spring-mvc-java-3.

* BAEL-4860: update pom

* BAEL-4860: make the test methods public
This commit is contained in:
Forb Yuan
2023-06-12 11:49:15 +08:00
committed by GitHub
parent 680ddfef9c
commit 643f99281f
5 changed files with 112 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@
<module>spring-mvc-forms-thymeleaf</module>
<module>spring-mvc-java</module>
<module>spring-mvc-java-2</module>
<module>spring-mvc-java-3</module>
<module>spring-mvc-velocity</module>
<module>spring-mvc-views</module>
<module>spring-mvc-webflow</module>