Skip to content

Commit 08332fc

Browse files
committed
fixing search action to the search servlet
fixes #1245
1 parent f8419a9 commit 08332fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/menu.jspf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ org.opensolaris.opengrok.web.Util"
7777
</script><%
7878
}
7979
%>
80-
<form action="search" id="sbox">
80+
<form action="<%= request.getContextPath() %>/search" id="sbox">
8181
<div id="qtbl">
8282
<table>
8383
<tr>

0 commit comments

Comments
 (0)