I'd like to register a servlet through
org.osgi.service.http.HttpService#registerServlet(...) where the url
mapping(alias parameter) should be "/search/*" (mapping all requests on
"search" context for a specific servlet), but it doesn't work. How can I
do that?