Meant to change this with the last checkin.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 25 Aug 2005 19:15:11 +0000 (19:15 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 25 Aug 2005 19:15:11 +0000 (19:15 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1826 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/idp/IdPProtocolSupport.java

index 25d6414..86fd759 100644 (file)
@@ -275,7 +275,6 @@ public class IdPProtocolSupport implements Metadata {
                        URL resource, AAAttributeSet attributeSet) throws ArpProcessingException {
 
                resolver.resolveAttributes(principal, requester, responder, attributeSet);
-               arpEngine.filterAttributes(attributeSet, principal, requester, resource);
                return attributeSet.getAttributes();
        }