[DEV] update back

This commit is contained in:
Edouard DUPIN 2022-05-23 18:31:39 +02:00
parent 5695ed8552
commit f84dc6b4e7
3 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@ import java.util.Map.Entry;
//@Provider
//@PreMatching
@Secured
//@Secured
@Provider
@Priority(Priorities.AUTHENTICATION)
public class AuthenticationFilter implements ContainerRequestFilter {

View File

@ -367,7 +367,7 @@ public class DataResource {
}
return buildStream(ConfigVariable.getMediaDataFolder() + File.separator + id + File.separator + "data", range, value.mimeType);
}
//@Secu1ed
@Secured
@GET
@Path("thumbnail/{id}")
@RolesAllowed("USER")

View File

@ -105,7 +105,6 @@ import { AppComponent } from './app.component';
providers: [
PopInService,
HttpWrapperService,
//HttpOAuthWrapperService,
BddService,
AuthService,
SessionService,