mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
Ad mock method implementation now we're using HttpSession.removeAttribute().
This commit is contained in:
parent
565c2e580b
commit
fde59c2f29
@ -99,7 +99,7 @@ public class MockHttpSession implements HttpSession {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void removeAttribute(String arg0) {
|
public void removeAttribute(String arg0) {
|
||||||
throw new UnsupportedOperationException("mock method not implemented");
|
map.remove(arg0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void removeValue(String arg0) {
|
public void removeValue(String arg0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user