Fix AuthFilter service declaration (#3651)
Signed-off-by: Jan N. Klug <github@klug.nrw>pull/3654/head
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