[DEV] update back
This commit is contained in:
parent
5695ed8552
commit
f84dc6b4e7
@ -20,7 +20,7 @@ import java.util.Map.Entry;
|
||||
|
||||
//@Provider
|
||||
//@PreMatching
|
||||
@Secured
|
||||
//@Secured
|
||||
@Provider
|
||||
@Priority(Priorities.AUTHENTICATION)
|
||||
public class AuthenticationFilter implements ContainerRequestFilter {
|
||||
|
@ -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")
|
||||
|
@ -105,7 +105,6 @@ import { AppComponent } from './app.component';
|
||||
providers: [
|
||||
PopInService,
|
||||
HttpWrapperService,
|
||||
//HttpOAuthWrapperService,
|
||||
BddService,
|
||||
AuthService,
|
||||
SessionService,
|
||||
|
Loading…
x
Reference in New Issue
Block a user