Remove module for legacy download API (never used by hawkBit). (#500)
* Remove module for legacy download API (never used by hawkBit). Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Add stream aware error controller. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Fixed bean definition. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -304,7 +304,9 @@ public abstract class AbstractIntegrationTest implements EnvironmentAware {
|
||||
.addFilter(new DosFilter(100, 10, "127\\.0\\.0\\.1|\\[0:0:0:0:0:0:0:1\\]", "(^192\\.168\\.)",
|
||||
"X-Forwarded-For"))
|
||||
.addFilter(new ExcludePathAwareShallowETagFilter(
|
||||
"/rest/v1/softwaremodules/{smId}/artifacts/{artId}/download", "/*/controller/artifacts/**"));
|
||||
"/rest/v1/softwaremodules/{smId}/artifacts/{artId}/download",
|
||||
"/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/**",
|
||||
"/api/v1/downloadserver/**"));
|
||||
}
|
||||
|
||||
private static CIMySqlTestDatabase tesdatabase;
|
||||
|
||||
Reference in New Issue
Block a user