# HG changeset patch # User xitiomet # Date 1322339034 18000 # Node ID 2a9a5abb86c8de40ffcaa1096026e31adabeca0e # Parent 85b35dfc0935ea5e36d0f39351eff3f41c8931b9 path array doc diff -r 85b35dfc0935ea5e36d0f39351eff3f41c8931b9 -r 2a9a5abb86c8de40ffcaa1096026e31adabeca0e src/org/openstatic/http/HttpRequest.java --- a/src/org/openstatic/http/HttpRequest.java Sat Nov 26 15:07:09 2011 -0500 +++ b/src/org/openstatic/http/HttpRequest.java Sat Nov 26 15:23:54 2011 -0500 @@ -114,7 +114,7 @@ { return this.path; } - + /** Return the full path of this request each directory will be an element in the array */ public String[] getFullPathArray() { Vector rv = new Vector(); @@ -136,6 +136,7 @@ return return_path; } + /** Get the localized path of this request each directory will be an element in the array */ public String[] getPathArray() { Vector rv = new Vector();