Project

General

Profile

« Previous | Next » 

Revision 8265

Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082

View differences:

MetaCatServlet.java
715 715
			// Check if this is a simple read request that doesn't use the
716 716
			// "action" syntax
717 717
			// These URLs are of the form:
718
			// http://localhost:8180/knb/metacat/docid/skinname
719
			// e.g., http://localhost:8180/knb/metacat/test.1.1/knb
718
			// http://localhost:8180/metacat/metacat/docid/skinname
719
			// e.g., http://localhost:8180/metacat/metacat/test.1.1/knb
720 720
			String pathInfo = request.getPathInfo();
721 721
			if (pathInfo != null) {
722 722
				String[] path = pathInfo.split("/");

Also available in: Unified diff