Project

General

Profile

« Previous | Next » 

Revision 3114

Added by perry over 17 years ago

Changed SLD wizard paths to relative instead of assuming context name was geoserver. Patch has been submitted to geoserver dev team.

View differences:

lib/spatial/geoserver/WEB-INF/pages/SLDWizard.jsp
436 436
	}
437 437

  
438 438
	// build XML POST query
439
	URL  = "/geoserver/wms?request=putstyles";//"http://"+SERVERHOSTNAME+"/
439
	URL  = "../../wms?request=putstyles";//"http://"+SERVERHOSTNAME+"/
440 440

  
441 441
	getXML(URL,SLD,XMLProgressFunction);
442 442
	
......
1050 1050
Hit the 'Apply Style' button above'.</i></font><be>
1051 1051

  
1052 1052
<!-- finished button "back to FeatureType editor" -->
1053
<form action="/geoserver/config/data/typeEditor.do">
1053
<form action="./typeEditor.do">
1054 1054
	<input type="submit" value="Finished">
1055 1055
</form>
1056 1056

  

Also available in: Unified diff