On Sep 19, 2007 11:23 PM, Maciej Stachowiak <<a href="mailto:mjs@apple.com">mjs@apple.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Given point #1, I think this should be based on textual prefix<br>matching of the URI, not just dropping the query (the scheme and<br>authority sections should be treated specially, of course, it should<br>not be allowed to have a fallback page in someone else's security
<br>domain). This will allow matching paths and also matching only<br>specific kinds of queries (where the first parameter is set to some<br>specific value, say). However, to make offline and online mode diverge<br>as little as possible, I think perhaps such fallback pages should
<br>apply only when offline. When online, the UA should go to the real<br>page. With the prefix-based fallback page solution, I'm not sure it<br>will be necessary to also support individual client-generated pages.</blockquote>
<div><br>I think having a feature where an offline page can be served for all URIs with a certain prefix makes sense. It is basically a superset of the current Gears ignoreQuery feature, and it is something that users of our API have asked about.
<br></div><br></div>- a<br>