James Newell wrote:
In the newURI method of the protocol handler i have been experimenting with resolving from the base uri but when I resolve the uri (e.g "flashfile" from the base "protocol://host/path") the original spec (i.e. "flashfile") is being returned and not resolved.
What's the code you use?
Is there an easy way of doing this with XPCOM?
Sure... nsIURI has methods to resolve relative URIs. They should be working. What sort of nsIURI are you using? What protocol handler flags does your protocol handler have?
-Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
