[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 //@Provider
//@PreMatching //@PreMatching
@Secured //@Secured
@Provider @Provider
@Priority(Priorities.AUTHENTICATION) @Priority(Priorities.AUTHENTICATION)
public class AuthenticationFilter implements ContainerRequestFilter { 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); return buildStream(ConfigVariable.getMediaDataFolder() + File.separator + id + File.separator + "data", range, value.mimeType);
} }
//@Secu1ed @Secured
@GET @GET
@Path("thumbnail/{id}") @Path("thumbnail/{id}")
@RolesAllowed("USER") @RolesAllowed("USER")

View File

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