Hi,
  Hi,
  I just find that registering servlet from apache cxf, CXFNonSpringSerlvet,
to alias "/" will cause problem when running on Pax Web. The problem is that
the method getBaseAddress(Message) in org.apache.cxf.jaxrs.utils.
HttpUtils class will wrongly return the the request address ("a/b/c")
appended with "/", that is ("a/b/c/"), instead of the correct servlet path
("/").  I think that this is more likely a bug of Pax Web because there is
no such probem when running on felix's own http service implementation
org.apache.felix.http.bundle.

Rice
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to