Skip to content

Commit

Permalink
monitor "osgi.http.endpoint" instead of "osgi.http.service.endpoints"…
Browse files Browse the repository at this point in the history
… (which is deprecated)
  • Loading branch information
debbabi committed Jul 25, 2017
1 parent c627bbe commit f5616fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class CHttpServiceAvailabilityChecker implements IHttpServiceAvailability

/** name of servie property holding valid Http Service endpoints */
// TODO check on framework osgi api
private static final String HTTP_SERVICE_ENDPOINTS = "osgi.http.service.endpoints";
private static final String HTTP_SERVICE_ENDPOINTS = "osgi.http.endpoint";

/** HTTP service port property */
private static final String HTTP_SERVICE_PORT = "org.osgi.service.http.port";
Expand Down

0 comments on commit f5616fe

Please sign in to comment.