Home
last modified time | relevance | path

Searched refs:context_path_ (Results 1 – 1 of 1) sorted by relevance

/unit/src/java/nginx/unit/
H A DContext.java126 private String context_path_ = ""; field in Context
356 if (context_path_.endsWith("/")) { in Context()
357 context_path_ = context_path_.substring(0, context_path_.length() - 1); in Context()
360 if (!context_path_.isEmpty() && !context_path_.startsWith("/")) { in Context()
361 context_path_ = "/" + context_path_; in Context()
364 if (context_path_.isEmpty()) { in Context()
367 session_cookie_config_.setPath(context_path_); in Context()
944 if (!path.startsWith(context_path_) in service()
954 if (path.equals(context_path_)) { in service()
1077 uri = new URI(context_path_ + location); in handleError()
[all …]