Class AvailabilityFilter
java.lang.Object
de.businesscode.bcdui.web.filters.AvailabilityFilter
- All Implemented Interfaces:
jakarta.servlet.Filter
filter for identifying requests from MS Office applications like Word or Excel.
no redirect to login page.
otherwise the original request including query string gets lost.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cvsId
- See Also:
-
-
Constructor Details
-
AvailabilityFilter
public AvailabilityFilter()
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroy
in interfacejakarta.servlet.Filter
-
doFilter
public void doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Specified by:
doFilter
in interfacejakarta.servlet.Filter
- Throws:
IOException
jakarta.servlet.ServletException
-
init
public void init(jakarta.servlet.FilterConfig arg0) throws jakarta.servlet.ServletException - Specified by:
init
in interfacejakarta.servlet.Filter
- Throws:
jakarta.servlet.ServletException
-