diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-07-07 13:58:54 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-07-07 13:58:54 +0000 |
| commit | 13eeaa08f36fbfd74ef98842b36dff4481f0f56b (patch) | |
| tree | 87ee81c3d8f743742ae9357251514a8df4eed774 /htroot/proxymsg/error.html | |
| parent | 5c3822d5f4e15eb802cf82b93c66e9a98e6e7b56 (diff) | |
*) httpc.java:
- Now it's possible to interrupt pending httpc-actions on server shutdown
- this is possible because of a newly introduced registration mechanism for
open sockets
*) yacyCore.java
- blocking peerPing threads can now be interrupted on server shutdown
*) serverCore.java
- restructuring shutdown code
*) error.html
- port number is now set correctly if port forwarding was enabled
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@389 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
| -rw-r--r-- | htroot/proxymsg/error.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html index 3f277c5bd..58a812396 100644 --- a/htroot/proxymsg/error.html +++ b/htroot/proxymsg/error.html @@ -45,15 +45,15 @@ <tt>#[httpStatus]#</tt>
<p>
<b>
- #(errorMessageType)#
+ #(errorMessageType)#<!-- 0 -->
unspecified error
- ::
+ ::<!-- 1 -->
not-yet-assigned error
- ::
+ ::<!-- 2 -->
You don't have an active internet connection. Please go online.
- ::
+ ::<!-- 3 -->
Could not load resource. The file is not available.
- ::
+ ::<!-- 4 -->
#[detailedErrorMsg]#
#(/errorMessageType)#
</b>
|
