You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/12/06 14:57:00 UTC

svn commit: r601735 - /lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/file/FileItemManager.java

Author: andreas
Date: Thu Dec  6 05:56:59 2007
New Revision: 601735

URL: http://svn.apache.org/viewvc?rev=601735&view=rev
Log:
Don't add transient users to user list. This avoids unnecessary memory consumtion and unpredictable behaviour.

Modified:
    lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/file/FileItemManager.java

Modified: lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/file/FileItemManager.java
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/file/FileItemManager.java?rev=601735&r1=601734&r2=601735&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/file/FileItemManager.java (original)
+++ lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/file/FileItemManager.java Thu Dec  6 05:56:59 2007
@@ -279,7 +279,6 @@
                 item = createItem(getTransientItemClass());
                 TransientItemConfiguration config = new TransientItemConfiguration(id);
                 config.configure((AbstractItem) item);
-                add(item);
             } catch (AccessControlException e) {
                 throw new RuntimeException(e);
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org