|
|
@ -20,7 +20,7 @@ public class AbstractHttpServletRequest implements HttpServletRequest {
|
|
|
|
public Collection<Part> getParts() throws IOException, ServletException {
|
|
|
|
public Collection<Part> getParts() throws IOException, ServletException {
|
|
|
|
return List.of();
|
|
|
|
return List.of();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//hello
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void logout() throws ServletException {
|
|
|
|
public void logout() throws ServletException {
|
|
|
|
|
|
|
|
|
|
|
|