[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: URL Mapping on Equinox

Just "/search". The Http Service uses prefix matching so the "/*" at the end 
is implicit.
HTH
-Simon

"Felipo Magar" <felipomm@xxxxxxxxx> wrote in message 
news:48f67b829542edfa3372f84e462686d5$1@xxxxxxxxxxxxxxxxxx
> Hi all,
>
> 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?
>
> Many Thanks,
> Felipo
>