On 17 Mar 2016, at 2:59 AM, Mihály Palenik <palenik.mihaly@gmail.com> wrote:
Hello, I'd like to revive personas, but I'm stuck with open theme xml file via Mozilla Add-ons Manager API: http://opengrok.libreoffice.org/xref/core/cui/source/options/personalization.cxx#613 <http://opengrok.libreoffice.org/xref/core/cui/source/options/personalization.cxx#613>. Here <https://cgit.freedesktop.org/libreoffice/core/commit/?id=a6fc653bbf38de453a540ca2ab69958dafa1d322> added a TODO. When I use https://addons.mozilla.org/en-US/firefox/api/1.5/search/ <https://addons.mozilla.org/en-US/firefox/api/1.5/search/>" + searchTerm + "/theme/9 instead of https://services.addons.mozilla.org/en-US/firefox/api/1.5/search/ <http://addons.mozilla.org/en-US/firefox/api/1.5/search/>" + searchTerm + "/9/9 I got this: http response status code was: '403 FORBIDDEN'. In browser I can reach the addons url. I tried to debug the code and the exception is thrown here <http://opengrok.libreoffice.org/xref/core/ucb/source/ucp/webdav-neon/NeonSession.cxx#875> and handled here <http://opengrok.libreoffice.org/xref/core/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx#242>. Anybody can help anything to continue my work? Best regards, Mihály Palenik
Can you do a packet trace or something that traces out HTTP requests to see what is going on? I believe that there is a SAL_INFO environment variable you can set that traces it out for you - can’t recall what it is meant to be set to though :( Chris