diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-09-16 15:45:32 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-09-20 09:59:01 +0000 |
commit | 422daed07f85a4842d07226c57118aa27b0d29de (patch) | |
tree | 17f4430565f2f09177d85ad9c686ce0503caeae3 /utils/webseal-simulator/pom.xml | |
parent | 3935993a90fe768585ab5e908d6334567c1823de (diff) |
Handle absence of Content-Type in Simulator
If no Content-Type header was provided, the simulator would throw
an exception when trying to parse a null content type.
Change-Id: Ife5caa94c166700b309f5a0b4603b45191b08425
Issue-ID: SDC-4181
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'utils/webseal-simulator/pom.xml')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 610d4fcd64..265deadb7f 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -46,6 +46,11 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> <version>1.0.4</version> |