[DEV] update back
This commit is contained in:
parent
5695ed8552
commit
f84dc6b4e7
@ -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 {
|
||||||
|
@ -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")
|
||||||
|
@ -105,7 +105,6 @@ import { AppComponent } from './app.component';
|
|||||||
providers: [
|
providers: [
|
||||||
PopInService,
|
PopInService,
|
||||||
HttpWrapperService,
|
HttpWrapperService,
|
||||||
//HttpOAuthWrapperService,
|
|
||||||
BddService,
|
BddService,
|
||||||
AuthService,
|
AuthService,
|
||||||
SessionService,
|
SessionService,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user