Hi, When i place the url in the browser address bar, I get what I showed previously. My extension displays an error message every time i try to retrieve it via xhr. (the document is null). If I can pull it from a mirror, seems to work. But i can 't control that. What you see in source is the correct file of course. I moved the file to google code but AMO is taking their time approving the code change (basically 2 lines)
Regards, George ________________________________ ------------------------------ Message: 4 Date: Sat, 2 Oct 2010 16:37:21 -0700 (PDT) From: george bradt <[email protected]> To: [email protected] Subject: [Project_owners] This file still not returning document when accessed via XHR Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Hi, http://downloads.mozdev.org/simpletimerclocks/tzVersion.xml If i try to view it in the browser I see <?php /** * Displays project downloads * * @package Mozdev * @version $Id$ */ $GLOBALS['project'] = 'www'; $GLOBALS['page'] = 'index.html'; require_once 'include/globals.h'; require 'include/mirrors.php'; Regards, George ----- Forwarded Message ---- From: george bradt <[email protected]> To: [email protected] Sent: Tue, September 28, 2010 3:14:25 PM Subject: mozdev hosted download files not accessible Hi, My extension Simple Timer + Clocks is busted today. It accesses xml files hosted on mozdev, http://downloads.mozdev.org/simpletimerclocks/tzVersion.xml http://downloads.mozdev.org/simpletimerclocks/simpletimerClocks2010l.xml xhr on these files does not return a document Was this the attack mentioned previously, or the prophylaxis?? Regards, George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.mozdev.org/pipermail/project_owners/attachments/20101002/9a429fd8/attachment-0001.html> ------------------------------ Message: 5 Date: Sun, 3 Oct 2010 01:45:16 +0200 From: Jesper Staun Hansen <[email protected]> To: Mozdev Project Owners List <[email protected]> Subject: Re: [Project_owners] This file still not returning document when accessed via XHR Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" I am seeing this in source: <?xml version="1.0" encoding="utf-8" standalone="yes"?><!--Created on 2010-08-16 21:59:18Z--> <version>2010l</version> On Sun, Oct 3, 2010 at 1:37 AM, george bradt <[email protected]> wrote: > Hi, > http://downloads.mozdev.org/simpletimerclocks/tzVersion.xml > > If i try to view it in the browser I see > > <?php > /** > * Displays project downloads > * > * @package Mozdev > * @version $Id$ > */ > > $GLOBALS['project'] = 'www'; > $GLOBALS['page'] = 'index.html'; > > require_once 'include/globals.h'; > require 'include/mirrors.php'; > > > > Regards, > George > > > ----- Forwarded Message ---- > *From:* george bradt <[email protected]> > *To:* [email protected] > *Sent:* Tue, September 28, 2010 3:14:25 PM > *Subject:* mozdev hosted download files not accessible > > Hi, > My extension Simple Timer + Clocks is busted today. It accesses xml files > hosted on mozdev, > http://downloads.mozdev.org/simpletimerclocks/tzVersion.xml > http://downloads.mozdev.org/simpletimerclocks/simpletimerClocks2010l.xml > > xhr on these files does not return a document > > Was this the attack mentioned previously, or the prophylaxis?? > > Regards, > George > > > > > _______________________________________________ > Project_owners mailing list > [email protected] > https://www.mozdev.org/mailman/listinfo/project_owners > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.mozdev.org/pipermail/project_owners/attachments/20101003/3053bcdd/attachment-0001.html> ------------------------------ Message: 6 Date: Sat, 02 Oct 2010 18:02:06 -0600 From: Pete Collins <[email protected]> To: Mozdev Project Owners List <[email protected]> Subject: Re: [Project_owners] This file still not returning document when accessed via XHR Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Yep, I am seeing this: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <!--Created on 2010-08-16 21:59:18Z--> <version>2010l</version> On 10/2/10 5:45 PM, Jesper Staun Hansen wrote: > I am seeing this in source: > <?xml version="1.0" encoding="utf-8" standalone="yes"?> > <!--Created on 2010-08-16 21:59:18Z--> > <version>2010l</version> > > > On Sun, Oct 3, 2010 at 1:37 AM, george bradt <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > http://downloads.mozdev.org/simpletimerclocks/tzVersion.xml > > If i try to view it in the browser I see > > <?php > /** > * Displays project downloads > * > * @package Mozdev > * @version $Id$ > */ > > $GLOBALS['project'] = 'www'; > $GLOBALS['page'] = 'index.html'; > > require_once 'include/globals.h'; > require 'include/mirrors.php'; > > > Regards, > George > > > ----- Forwarded Message ---- > *From:* george bradt <[email protected] <mailto:[email protected]>> > *To:* [email protected] <mailto:[email protected]> > *Sent:* Tue, September 28, 2010 3:14:25 PM > *Subject:* mozdev hosted download files not accessible > > Hi, > My extension Simple Timer + Clocks is busted today. It accesses > xml files hosted on mozdev, > http://downloads.mozdev.org/simpletimerclocks/tzVersion.xml > http://downloads.mozdev.org/simpletimerclocks/simpletimerClocks2010l.xml > > xhr on these files does not return a document > > Was this the attack mentioned previously, or the prophylaxis?? > Regards, > George > > > > > _______________________________________________ > Project_owners mailing list > [email protected] <mailto:[email protected]> > https://www.mozdev.org/mailman/listinfo/project_owners > > > > _______________________________________________ > Project_owners mailing list > [email protected] > https://www.mozdev.org/mailman/listinfo/project_owners -- Pete Collins - Founder, Mozdev Group Inc. www.mozdevgroup.com Mozilla Software Development Solutions tel: 1-719-302-5811 fax: 1-719-302-5813 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.mozdev.org/pipermail/project_owners/attachments/20101002/2e47b7b2/attachment.html> ------------------------------ _______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners End of Project_owners Digest, Vol 88, Issue 12 **********************************************
_______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
