@Component
@Profile(value="sandbox")
public class IngOptionalParametersFilter
extends javax.servlet.http.HttpFilter
I am using the Sandbox, but I am getting a 404 error. What is wrong ?
You are getting this error because your request does not exactly match the requests that are simulated in the Sandbox.
When, for example, the query parameters or their values differ from what is being simulated, you will get a 404.
Make sure you use the exact same query parameters and values as used in the Get started documentation.
| Constructor and Description |
|---|
IngOptionalParametersFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilter(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.FilterChain chain) |
getFilterConfig, getFilterName, getInitParameter, getInitParameterNames, getServletContext, init, initprotected void doFilter(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter in class javax.servlet.http.HttpFilterIOExceptionjavax.servlet.ServletExceptionCopyright © 2020. All rights reserved.