commit | 99c4c8ddad644cc1e7db4e2536e28749a3de6407 | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Wed Apr 14 12:45:21 2010 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Wed Apr 14 12:45:21 2010 +0000 |
tree | 8302fbc15014ea2d9a388c8b1c6a1d2a3b1d17b7 | |
parent | 65f21253a5a820a9caee8667852cc47582810d0f [diff] [blame] |
Fixed FELIX-2274 /404 when plugin is missing/ https://issues.apache.org/jira/browse/FELIX-2274 includes English and Bulgarian localization git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@933933 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties b/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties index d91f369..aaa348e 100644 --- a/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties +++ b/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -236,3 +236,11 @@ configStatus.wait=Please wait... configStatus.wait.msg=Loading... +# 404 plugin not found +404=\ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\ +<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="refresh" content="3;URL={0}" />\ +<title>404 Not Found</title>\ +</head><body>\ +<p>The requested page was not found. If you are not forwarded in 3 seconds to the Web Console, please click <a href="{0}">here</a></p>\ +</body></html>