Bael-1601: move servlet redirect vs forward to spring-boot-bootstrap module (#3792)

* move servlet redirect vs forward to this module

* Added Unit test for servlets

* Cleaned Unit tests

* Refactored styling of the Java files.
This commit is contained in:
Dennis Chen
2018-03-17 08:00:11 -04:00
committed by pauljervis
parent a4a6577a4a
commit d02147c7ee
8 changed files with 135 additions and 0 deletions
+6
View File
@@ -79,6 +79,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.0</version>
</dependency>
</dependencies>
<build>