Browser caching may be a reason for wrong servlet request. Tell them
about it.
This commit is contained in:
parent
7b5cf03385
commit
2800b21fea
|
@ -205,14 +205,14 @@
|
|||
http-status/bad-request req
|
||||
(format #f
|
||||
"<br>
|
||||
<p>There may be several reasons, why your request was denied:
|
||||
<p>There may be several reasons, why your request for a servlet was denied:
|
||||
<ul>
|
||||
<li>The servlet does not accept any requests any more.</li>
|
||||
<li>The servlet URL has timed out.</li>
|
||||
<li>You URL is illformed.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>In any case, you may try to restart the servlet from the <a href=\"~a\">beginning</a></p>"
|
||||
<p>In any case, you may try to restart the servlet from the <a href=\"~a\">beginning</a>. Your browser may also have cached an old instance of this servlet. In this case, try to reload the page.</p>"
|
||||
(resume-url-servlet-name path-string)))))
|
||||
(lookup-continuation-table
|
||||
(lambda (instance continuation-table continuation-id)
|
||||
|
|
Loading…
Reference in New Issue