Project

General

Profile

« Previous | Next » 

Revision 3661

Added by barteau over 16 years ago

Metacat installer bug: replaced locale-specific ant tokens with runtime lookup.

View differences:

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