| [news.eclipse.technology.equinox] Question about custom HttpContext (Followup on Bug 287033) |
Hi,
http://dev.eclipse.org/newslists/news.eclipse.technology.equinox/msg02525.html
e.g.
Regards
Oliver
Oliver, as a workaround, can you try defining your own HttpContext extension(if
(extension point "org.eclipse.equinox.http.registry.httpcontexts") and
reference this in the resource registrations? You can then provide your own
optimized HttpContext implementation which does not call Bundle#findEntries
you don't need that behavior).