Closed Bug 1088386 Opened 10 years ago Closed 10 years ago

Investigate the 404s while hitting /legal/terms in Loop-Client Stage env

Categories

(Hello (Loop) :: Client, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: jbonacci, Unassigned)

Details

(Whiteboard: [qa+])

Found this bug while verifying Loop-Client Stage, so starting the bug in this category. We can move it as makes sense to do so...

So, https://call.stage.mozaws.net/legal/terms/
Returns
the TOS dated June 30, 2014

but it is also generating an error here: /media/ephemeral0/nginx/logs/loop-client.error.log
2014/10/23 22:46:34 [error] 1809#0: *441 open() "/data/loop-client/content/legal/terms/en_us.html" failed (2: No such file or directory), client: 172.31.14.26, server: , request: "GET /legal/terms/en_us.html HTTP/1.1", host: "call.stage.mozaws.net", referrer: "https://call.stage.mozaws.net/legal/terms/"

and here: /media/ephemeral0/nginx/logs/loop-client.access.log
1414104387.994 "24.7.94.153" "GET /legal/terms/en_us.html HTTP/1.1" 404 174 "https://call.stage.mozaws.net/legal/terms/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0" 0.000 "-"


I did some limited testing on Mac with Firefox 33.0 default language of English/United Stage (en-us).
Have not tried Beta, Aurora, or Nightly, or other default languages, but there was some quick testing by :standard8 (see #loop-server in IRC)

REF: https://bugzilla.mozilla.org/show_bug.cgi?id=1087836#c10
Flags: qe-verify+
The fact that /legal/terms/ generates 404 is normal, it is a feature of the /legal/terms/ page. It looks for the browser locale to see if a version exists for the current locale or use the default one.

Here it is also trying to get /data/loop-client/content/legal/terms/fr.html for the same reason.

In that case the 404 are the wanted behavior.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Fascinating. OK.
Hopefully not many people will be hitting these pages...
Status: RESOLVED → VERIFIED
Whiteboard: [qa+]
You need to log in before you can comment on or make changes to this bug.