Package com.atlassian.bamboo.filter
Class UrlRewriteFilter
java.lang.Object
com.atlassian.bamboo.filter.UrlRewriteFilter
- All Implemented Interfaces:
javax.servlet.Filter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
doFilter
(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) @Nullable String
@Nullable PlanKey
getPlanKey
(String path) void
init
(javax.servlet.FilterConfig filterConfig) @Nullable String
-
Field Details
-
ORIGINAL_URL_PROP
- See Also:
-
FILTER_MAP_PREFIX
- See Also:
-
ACTION_LABEL
- See Also:
-
ACTION_FAILURES
- See Also:
-
ACTION_HISTORY
- See Also:
-
ACTION_COMMIT
- See Also:
-
ACTION_LOG
- See Also:
-
ACTION_WEBHOOKS
- See Also:
-
ACTION_PLAN_LOG
- See Also:
-
ACTION_CONFIG
- See Also:
-
ACTION_EDIT_CONFIG
- See Also:
-
ACTION_STAGES
- See Also:
-
ACTION_BRANCHES
- See Also:
-
ACTION_QUARANTINE
- See Also:
-
ACTION_AGGREGATE
- See Also:
-
ACTION_DEPLOYMENTS
- See Also:
-
ACTION_REPOSITORIES
- See Also:
-
ACTION_ISSUES
- See Also:
-
ACTION_LATEST
- See Also:
-
ACTION_LATEST_SUCCESSFUL
- See Also:
-
ACTION_TEST
- See Also:
-
ACTION_TEST_CASE
- See Also:
-
ACTION_ARTIFACT
- See Also:
-
ACTION_COMMENT
- See Also:
-
ACTION_METADATA
- See Also:
-
ACTION_AUTHOR
- See Also:
-
ACTION_USER
- See Also:
-
-
Constructor Details
-
UrlRewriteFilter
public UrlRewriteFilter()
-
-
Method Details
-
init
public void init(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException - Specified by:
init
in interfacejavax.servlet.Filter
- Throws:
javax.servlet.ServletException
-
doFilter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException - Specified by:
doFilter
in interfacejavax.servlet.Filter
- Throws:
IOException
javax.servlet.ServletException
-
parseUrl
@Nullable public @Nullable String parseUrl(@NotNull @NotNull String servletPath) throws javax.servlet.ServletException - Throws:
javax.servlet.ServletException
-
getPlanKey
-
getKey
-
destroy
public void destroy()- Specified by:
destroy
in interfacejavax.servlet.Filter
-
getBuildableUrlMappings
-
getChainUrlMappings
-