Add DDI Server PreAuthorize enabled test (#1506)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-12-08 11:57:27 +02:00
committed by GitHub
parent 1ecdcc4edd
commit 5468218615
4 changed files with 51 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ public class HttpResponseFactoryBean implements FactoryBean<HttpServletResponse>
private ApplicationContext applicationContext;
@Override
public HttpServletResponse getObject() throws Exception {
public HttpServletResponse getObject() {
return applicationContext.getBean(FilterHttpResponse.class).getHttpServletReponse();
}