mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Fix AuthFilter service declaration (#3651)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
parent
e3396c9477
commit
7e734b8540
@ -79,7 +79,7 @@ import org.slf4j.LoggerFactory;
|
||||
*/
|
||||
@PreMatching
|
||||
@Component(configurationPid = "org.openhab.restauth", property = Constants.SERVICE_PID
|
||||
+ "=org.openhab.restauth", service = AuthFilter.class)
|
||||
+ "=org.openhab.restauth", service = { ContainerRequestFilter.class, AuthFilter.class })
|
||||
@ConfigurableService(category = "system", label = "API Security", description_uri = AuthFilter.CONFIG_URI)
|
||||
@JaxrsExtension
|
||||
@JaxrsApplicationSelect("(" + JaxrsWhiteboardConstants.JAX_RS_NAME + "=" + RESTConstants.JAX_RS_NAME + ")")
|
||||
|
Loading…
Reference in New Issue
Block a user