[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.higgins] .crd URL handling bug?

Hi, I've just been testing the Firefox add-in and it seems to have some problems handling ".crd" URLs for infocard download.

First problem is, any URL ending with ".crd" is treated as an infocard download, even if the ".crd" is merely part of an argument, e.g. "https://bugs.eclipse.org/bugs/buglist.cgi?quicksearch=.crd";

Second problem is, any URL not ending with ".crd" is ignored, even if it is an infocard, e.g. "https://xmldap.org/sts/card/C2A77840-734E-5AF3-66A1-EF2B50C78585.crd?id=x"; is ignored, whereas "https://xmldap.org/sts/card/C2A77840-734E-5AF3-66A1-EF2B50C78585.crd"; is not.

Is this a known problem, or should I submit a bug report?