There must be some altnative or a best-practice that I'm missing here.<div><br></div><div>Based on your response I can only conclude that I either</div><div>1) Don't respond, ever, with 400+ error codes</div><div>2) Don't use the FALLBACK directive with   "/ /foo"</div>

<div><br></div><div>Maybe there's some workaround?</div><div><br></div><div>Btw, the FALLBACK example that I'm using is basically the last one described here:</div><div><br></div><div><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#some-sample-manifests">http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#some-sample-manifests</a></div>

<div><br></div><div><br><div class="gmail_quote">On Wed, Feb 8, 2012 at 3:30 PM, Ian Hickson <span dir="ltr"><<a href="mailto:ian@hixie.ch">ian@hixie.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Tue, 7 Feb 2012, Josh Sharpe wrote:<br>
><br>
> I have a manifest that looks somethin like this:<br>
><br>
> CACHE MANIFEST<br>
> # e4a75fb378cb627a0d51a80c1cc5684c2d918d93e267f5854a511aa3c8db5b1a<br>
> /a/application.js<br>
> /a/application.css<br>
><br>
> NETWORK:<br>
> *<br>
><br>
> FALLBACK:<br>
> / /offline<br>
><br>
> The issue is that my /404.html and /500.html pages (that<br>
> are obviously served up with a response code of 404 and 500) are triggering<br>
> the fallback.  They both act just as if the server is offline.<br>
<br>
</div>This is intentional. A server responding with an error code or redirect is<br>
how we determine whether the server is offline or not.<br>
<br>
(In practice, people are rarely "offline", so much as just in a very bad<br>
network situation or on wifi with a captive portal, where all traffic to<br>
your site gets redirected. That's why we use this mechanism.)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Ian Hickson               U+1047E                )\._.,--....,'``.    fL<br>
<a href="http://ln.hixie.ch/" target="_blank">http://ln.hixie.ch/</a>       U+263A                /,   _.. \   _\  ;`._ ,.<br>
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'<br>
</font></span></blockquote></div><br></div>