SEC-1552 Refactor AuthorizeTag and LegacyAuthorize tag to make them independent of JSP tag rendering.

This commit is contained in:
Rossen Stoyanchev
2010-10-26 12:33:51 +01:00
parent 7258abbbf4
commit 70600a0277
11 changed files with 458 additions and 346 deletions

View File

@@ -83,7 +83,6 @@ public class JaasApiIntegrationFilterTest {
authenticatedSubject.getPrivateCredentials().add("password");
authenticatedSubject.getPublicCredentials().add("username");
callbackHandler = new CallbackHandler() {
@Override
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException {
for (Callback callback : callbacks) {
if (callback instanceof NameCallback) {