Alexander Wels has uploaded a new change for review. Change subject: engine: docs internal server error ......................................................................
engine: docs internal server error - If you try to load a manual document in a locale that doesn't exist, the server would throw a 500 due to a problem in the setup of path of the DocsServlet. This patch fixes that issue. Change-Id: I3036d05e736a4bc2603423fb7041910a9daa1472 Signed-off-by: Alexander Wels <[email protected]> --- M backend/manager/modules/docs/src/main/webapp/WEB-INF/web.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/38/26038/1 diff --git a/backend/manager/modules/docs/src/main/webapp/WEB-INF/web.xml b/backend/manager/modules/docs/src/main/webapp/WEB-INF/web.xml index 2a5baeb..41e6238 100644 --- a/backend/manager/modules/docs/src/main/webapp/WEB-INF/web.xml +++ b/backend/manager/modules/docs/src/main/webapp/WEB-INF/web.xml @@ -106,7 +106,7 @@ </init-param> <init-param> <param-name>localeDocsMissingURI</param-name> - <param-value>docsmissing</param-value> + <param-value>/docsmissing</param-value> </init-param> </servlet> <servlet-mapping> -- To view, visit http://gerrit.ovirt.org/26038 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3036d05e736a4bc2603423fb7041910a9daa1472 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
