Documentation ¶
Index ¶
Constants ¶
View Source
const (
RelativeFileStoragePathPrefix = "web/webapp"
)
Variables ¶
View Source
var ( // nodes below are not part of the publicdocument tree of the application. // No file contained in the WEB-INF|META-INF directory maybe served directly to a client by the container // Also, any requests from the client to access the resources in WEB-INF/ or META-INF/ directory must be // returned with a SC_NOT_FOUND(404) response. // see http://download.oracle.com/otn-pub/jcp/servlet-2.4-fr-spec-oth-JSpec/servlet-2_4-fr-spec.pdf ExcludedPathPrefixes = []string{"/WEB-INF/", "/META-INF/"} )
Functions ¶
func ResolveWeb ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.