>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Разработка http://forum.mozilla-russia.org/viewforum.php?id=18 >Проблемы с обновлением расширения в FF2 по https http://forum.mozilla-russia.org/viewtopic.php?id=25164 |
VONeS > 22-07-2008 20:51:17 |
Всем добрый вечер! Листинг приведен ниже. Спасибо большое за помощь! Выделить код Код:<% response.setHeader("content-type","text/html"); %><?xml version="1.0"?> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <Description about="urn:mozilla:extension:{3EB3C1FE-4FED-4ef7-A78C-6616E2521FB5}"> <em:updates> <Seq> <li resource="urn:mozilla:extension:{3EB3C1FE-4FED-4ef7-A78C-6616E2521FB5}:1.0.0.21"/> </Seq> </em:updates> </Description> <Description about="urn:mozilla:extension:{3EB3C1FE-4FED-4ef7-A78C-6616E2521FB5}:1.0.0.21"> <em:version>1.0.0.21</em:version> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>2.0</em:minVersion> <em:maxVersion>3.0.0.*</em:maxVersion> <em:updateLink>http://mydomain/mytoolbar.xpi</em:updateLink> </Description> </em:targetApplication> </Description> </RDF> |
Shutnik > 22-07-2008 21:02:34 |
переключите extensions.logging.enabled в true, ткните обновление, смотрите в консоли проблему |
VONeS > 22-07-2008 23:43:31 |
Это появляется в консоли. Но тип файла исправил, вроде все ок должно быть! Выделить код Код:RDFItemUpdater:onDatasourceLoaded: Datasource empty. If you are an Extension developer and were expecting there to be updates, this could mean any number of things, since the RDF system doesn't give up much in the way of information when the load fails. Try checking that: 1. Your remote RDF file exists at the location. 2. Your RDF file is valid XML (starts with <?xml version="1.0?"> and loads in Firefox displaying pretty printed like other XML documents 3. Your server is sending the data in the correct MIME type (text/xml) Вот ссылка на мой файлик обновления: http://www.infoaxe.com/toolbar/ff/update.jsp |
VONeS > 23-07-2008 10:30:19 |
Ссылка на update.jsp и на xpi файл https, я неправилно указал примере кода... |
Shutnik > 23-07-2008 11:14:24 |
файл обновления вроде верный |
VONeS > 23-07-2008 13:48:07 |
Простите, что сие значит? Я вообще С++ программер, с фф судьба связла... Подробнее можно насчет "подтвержден в 2.0" ? |
Shutnik > 23-07-2008 13:54:41 |
когда файлик из updateLink открывается в браузере, вылезает сообщение, что сертификат не доверенный. вы его сами сгенерировали? |
VONeS > 23-07-2008 14:09:38 |
Нет. Заказчег купил где-то... Он в половине браузеров работает, в половине нет. Почему он и сам толком не знает. |
mishunika > 23-07-2008 17:14:03 |
+1 |