Closed Bug 554446 Opened 15 years ago Closed 15 years ago

Sometimes getting the old 1.2 API through the 1.5 API call/view (cached?)

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: stephend, Assigned: oremj)

References

()

Details

Occasionally, when we hit https://preview.addons.mozilla.org/z/en-US/firefox/api/1.5/addon/3456 directly, we're missing the new 1.5 API fields found in bug 543559. Here's some curl output: host-2-62:~ stephendonner$ curl -i https://preview.addons.mozilla.org/z/en-US/firefox/api/1.5/addon/3456 HTTP/1.1 200 OK Server: Apache Vary: Cookie Content-Type: text/xml Date: Tue, 23 Mar 2010 20:46:58 GMT Transfer-Encoding: chunked Via: Moz-Cache-zlb05 X-Cache-Info: caching <?xml version="1.0" encoding="utf-8" ?> <addon id="3456"> <name>WOT - Safe Browsing Tool</name> <type id="1">Extension</type> <guid>{a0d7ccb3-214d-498b-b4aa-0e8fda9a7bf7}</guid> <version>20091028</version> <status id="4">Public</status> <authors> <author>WOT Services</author> </authors> <summary>Web of Trust warns you about risky sites that cheat customers, deliver malware or send spam. Millions of members of the WOT community rate sites based on their experience, giving you an extra layer of protection when browsing or searching the Web.</summary> <description>Web of Trust is one of Mozilla’s most popular add-ons. Our community-based safe surfing tool uses a traffic-light style rating system to help you stay safe when you search, browse and shop online. The WOT add-on provides reputation ratings to search results when you use Google, Yahoo!, Bing, Wikipedia and other popular sites, helping you protect your computer and personal information. Your online email account – Google Mail, Yahoo! Mail and Hotmail is also protected. Website ratings are continuously updated by millions of members of the WOT community and from trusted sources, like Panda Security and PhishTank. WOT is one of Mozilla’s most popular add-ons because it really works. WOT has been recommended by CNET, PC World, Kim Komando, Tech Republic, PC Welt and many other respected authorities. Download WOT for your browser today and surf safer! Thank you! </description> <icon>https://preview.addons.mozilla.org/en-US/firefox/images/addon_icon/3456/1265278270</icon> <compatible_applications><application> <name>Firefox</name> <application_id>1</application_id> <min_version>1.5</min_version> <max_version>3.7a1pre</max_version> <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID> </application><application> <name>SeaMonkey</name> <application_id>59</application_id> <min_version>2.0b2</min_version> <max_version>2.1a1pre</max_version> <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID> </application></compatible_applications> <all_compatible_os><os>ALL</os></all_compatible_os> <eula></eula><thumbnail>https://preview.addons.mozilla.org/img/uploads/previews/thumbs/20/20473.png?modified=1210145427</thumbnail><rating>5</rating> <learnmore> https://preview.addons.mozilla.org/z/en-US/firefox/addon/3456/?src=api</learnmore><install hash="sha256:c8caff4f09a0c71d7814e9a4aa85a7308ae1d31a079c0530f3992821b371cb4f" os="ALL" size="747520"> https://preview.addons.mozilla.org/downloads/file/68023/wot-20091028-fx+sm.xpi?src=api </install> </addon> Here's what we're looking for (among other fields): <authors> <author>WOT Services</author> </authors> That should have both id="xxx" and name="xxx".
Assignee: server-ops → jeremy.orem+bugs
I've hit this 250 time and see an id= on each. When was this feature added? There are 5 zeuses and each has its own cache, so maybe one of them was caching old data?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Verified WFM; I can't reproduce this any longer either. We'll reopen if we see it again.
Status: RESOLVED → VERIFIED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.