ServiceReference ref = m_context.getServiceReference(
org.apache.felix.shell.CdCommand.class.getName());
if (ref != null)
{
CdCommand cd = (CdCommand) m_context.getService(ref);
baseURL = cd.getBaseURL();
baseURL = (baseURL == null) ? "" : baseURL;
m_context.ungetService(ref);
}
String theURL = baseURL + location;