Revision 3661
Added by barteau almost 17 years ago
lib/spatial/map.jsp | ||
---|---|---|
13 | 13 |
client = "mapbuilder"; |
14 | 14 |
|
15 | 15 |
if (client == "mapbuilder") { |
16 |
String mapbuilderURL = "@systemidserver@/@context@/spatial/mapbuilder/demo/metacat/index.jsp" +
|
|
16 |
String mapbuilderURL = request.getContextPath() + "/spatial/mapbuilder/demo/metacat/index.jsp" +
|
|
17 | 17 |
"?map=" + map + |
18 | 18 |
"&template=" + template; |
19 | 19 |
response.sendRedirect(mapbuilderURL); |
20 | 20 |
} |
21 |
%> |
|
21 |
%> |
Also available in: Unified diff
Metacat installer bug: replaced locale-specific ant tokens with runtime lookup.