Describe the bug
If play.http.context is set to "/thehive/" instead of "/" the integration won't work. This needs to be configurable and set to "/" as it's the default.
# SERVICE CONFIGURATION
stream.longPolling.refresh: 45 seconds
play.http.context : "/thehive"
play.http.parser.maxDiskBuffer: 1GB
play.http.parser.maxMemoryBuffer: 256kB
### Stream configuration
stream {
get {
maxAttempts = 5
minBackoff = 100 milliseconds
maxBackoff = 500 milliseconds
randomFactor = 0.2
}
}
Describe the bug
If play.http.context is set to "/thehive/" instead of "/" the integration won't work. This needs to be configurable and set to "/" as it's the default.