
org.pustefixframework.security.SecureRequestWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pustefix-security Show documentation
Show all versions of pustefix-security Show documentation
Pustefix Application Security
The newest version!
package org.pustefixframework.security;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRequestWrapper;
public class SecureRequestWrapper extends HttpServletRequestWrapper {
public SecureRequestWrapper(HttpServletRequest req) {
super(req);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy