You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2010/05/30 10:49:42 UTC

svn commit: r949495 [3/4] - in /incubator/shiro/branches/shiro-root-1.0.x: core/src/main/java/org/apache/shiro/ core/src/main/java/org/apache/shiro/aop/ core/src/main/java/org/apache/shiro/authc/ core/src/main/java/org/apache/shiro/authc/credential/ co...

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/realm/text/PropertiesRealm.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/realm/text/PropertiesRealm.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/realm/text/PropertiesRealm.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/realm/text/PropertiesRealm.java Sun May 30 08:49:36 2010
@@ -80,8 +80,6 @@ import java.util.concurrent.TimeUnit;
  * role.qa = &quot;server:view,start,shutdown,restart:someQaServer&quot;, server:view:someProductionServer<br/>
  * role.contractor = application:use:timesheet</code>
  *
- * @author Les Hazlewood
- * @author Jeremy Haile
  * @since 0.2
  */
 public class PropertiesRealm extends TextConfigurationRealm implements Destroyable, Runnable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/realm/text/TextConfigurationRealm.java Sun May 30 08:49:36 2010
@@ -41,7 +41,6 @@ import java.util.*;
  * User and user-to-role definitinos are specified via the {@link #setUserDefinitions} method and
  * Role-to-permission definitions are specified via the {@link #setRoleDefinitions} method.
  *
- * @author Les Hazlewood
  * @since 0.9
  */
 public class TextConfigurationRealm extends SimpleAccountRealm {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/ExpiredSessionException.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/ExpiredSessionException.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/ExpiredSessionException.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/ExpiredSessionException.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ package org.apache.shiro.session;
  * stopped explicitly due to inactivity (i.e. time-out), as opposed to stopping due to log-out or
  * other reason.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public class ExpiredSessionException extends StoppedSessionException {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/InvalidSessionException.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/InvalidSessionException.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/InvalidSessionException.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/InvalidSessionException.java Sun May 30 08:49:36 2010
@@ -26,7 +26,6 @@ package org.apache.shiro.session;
  * {@link Session#stop() stopped} programmatically.  A Session can also be
  * considered invalid if it has expired.
  *
- * @author Les Hazlewood
  * @see StoppedSessionException
  * @see ExpiredSessionException
  * @see UnknownSessionException

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/ProxiedSession.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/ProxiedSession.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/ProxiedSession.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/ProxiedSession.java Sun May 30 08:49:36 2010
@@ -29,7 +29,6 @@ import java.util.Date;
  * This class is mostly useful for framework subclassing to intercept certain <code>Session</code> calls
  * and perform additional logic.
  *
- * @author Les Hazlewood
  * @since 0.9
  */
 public class ProxiedSession implements Session {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/Session.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/Session.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/Session.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/Session.java Sun May 30 08:49:36 2010
@@ -32,7 +32,6 @@ import java.util.Date;
  * {@code javax.servlet.http.HttpSession} or Stateful Session EJB's, which many times
  * unnecessarily coupled applications to web or ejb technologies.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public interface Session {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/SessionException.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/SessionException.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/SessionException.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/SessionException.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import org.apache.shiro.ShiroException;
  * General security exception attributed to problems during interaction with the system during
  * a session.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public class SessionException extends ShiroException {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/SessionListener.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/SessionListener.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/SessionListener.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/SessionListener.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ package org.apache.shiro.session;
  * Interface to be implemented by components that wish to be notified of events that occur during a
  * {@link Session Session}'s life cycle.
  *
- * @author Les Hazlewood
  * @since 0.9
  */
 public interface SessionListener {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/StoppedSessionException.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/StoppedSessionException.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/StoppedSessionException.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/StoppedSessionException.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ package org.apache.shiro.session;
  * stopped.  A session may be stopped in any number of ways, most commonly due to explicit
  * stopping (e.g. from logging out), or due to expiration.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public class StoppedSessionException extends InvalidSessionException {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/UnknownSessionException.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/UnknownSessionException.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/UnknownSessionException.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/UnknownSessionException.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ package org.apache.shiro.session;
  * particular session (e.g. under a specific session id), and that session does not exist in
  * the system.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public class UnknownSessionException extends InvalidSessionException {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractNativeSessionManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractNativeSessionManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractNativeSessionManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractNativeSessionManager.java Sun May 30 08:49:36 2010
@@ -31,7 +31,6 @@ import java.util.Date;
  * {@link SessionListener SessionListener}s and application of the
  * {@link #getGlobalSessionTimeout() globalSessionTimeout}.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public abstract class AbstractNativeSessionManager extends AbstractSessionManager implements NativeSessionManager {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractSessionManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractSessionManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractSessionManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractSessionManager.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import org.apache.shiro.session.Session;
  * application-wide {@link #getGlobalSessionTimeout() globalSessionTimeout}.  Default global session timeout is
  * {@code 30} minutes.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public abstract class AbstractSessionManager implements SessionManager {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractValidatingSessionManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractValidatingSessionManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractValidatingSessionManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/AbstractValidatingSessionManager.java Sun May 30 08:49:36 2010
@@ -34,8 +34,6 @@ import java.util.Collection;
 /**
  * Default business-tier implementation of the {@link ValidatingSessionManager} interface.
  *
- * @author Les Hazlewood
- * @author Jeremy Haile
  * @since 0.1
  */
 public abstract class AbstractValidatingSessionManager extends AbstractNativeSessionManager

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionContext.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionContext.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionContext.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionContext.java Sun May 30 08:49:36 2010
@@ -28,7 +28,6 @@ import java.util.Map;
  * Default implementation of the {@link SessionContext} interface which provides getters and setters that
  * wrap interaction with the underlying backing context map.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public class DefaultSessionContext extends MapContext implements SessionContext {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionKey.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionKey.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionKey.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionKey.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ import java.io.Serializable;
  * {@link #getSessionId() sessionId} that the {@code SessionManager} implementation can use to look up a
  * {@code Session} instance.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public class DefaultSessionKey implements SessionKey, Serializable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DefaultSessionManager.java Sun May 30 08:49:36 2010
@@ -36,7 +36,6 @@ import java.util.Date;
  * Default business-tier implementation of a {@link ValidatingSessionManager}.  All session CRUD operations are
  * delegated to an internal {@link SessionDAO}.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public class DefaultSessionManager extends AbstractValidatingSessionManager implements CacheManagerAware {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DelegatingSession.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DelegatingSession.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DelegatingSession.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/DelegatingSession.java Sun May 30 08:49:36 2010
@@ -38,8 +38,6 @@ import java.util.Date;
  * web-based application where the web classes and server-side business pojos exist in the same
  * JVM, a remote method call will not be incurred.
  *
- * @author Les Hazlewood
- * @author Jeremy Haile
  * @since 0.1
  */
 public class DelegatingSession implements Session, Serializable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.java Sun May 30 08:49:36 2010
@@ -32,7 +32,6 @@ import org.slf4j.LoggerFactory;
  * {@link ScheduledExecutorService} to call {@link ValidatingSessionManager#validateSessions()} every
  * <em>{@link #getInterval interval}</em> milliseconds.
  *
- * @author Les Hazlewood
  * @since 0.9
  */
 public class ExecutorServiceSessionValidationScheduler implements SessionValidationScheduler, Runnable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ImmutableProxiedSession.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ImmutableProxiedSession.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ImmutableProxiedSession.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ImmutableProxiedSession.java Sun May 30 08:49:36 2010
@@ -38,7 +38,6 @@ import org.apache.shiro.session.Session;
  * </ul>
  * Any other method invocation not listed above will result in a corresponding call to the underlying <code>Session</code>.
  *
- * @author Les Hazlewood
  * @since 0.9
  */
 public class ImmutableProxiedSession extends ProxiedSession {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/NativeSessionManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/NativeSessionManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/NativeSessionManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/NativeSessionManager.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import java.util.Date;
  * for the creation, persistence and removal of {@link org.apache.shiro.session.Session Session} instances and their
  * lifecycles.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public interface NativeSessionManager extends SessionManager {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionContext.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionContext.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionContext.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionContext.java Sun May 30 08:49:36 2010
@@ -35,7 +35,6 @@ import java.util.Map;
  * will usually use {@code SessionContext} instances to start a session with the application's
  * {@link SessionManager SessionManager}.
  *
- * @author Les Hazlewood
  * @see org.apache.shiro.session.mgt.SessionManager#start SessionManager.start(SessionContext)
  * @see org.apache.shiro.session.mgt.SessionFactory SessionFactory
  * @since 1.0

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionFactory.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionFactory.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionFactory.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionFactory.java Sun May 30 08:49:36 2010
@@ -27,7 +27,6 @@ import org.apache.shiro.session.Session;
  * application, and is typically injected into the {@link org.apache.shiro.mgt.SecurityManager SecurityManager} or a
  * {@link SessionManager}.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public interface SessionFactory {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionKey.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionKey.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionKey.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionKey.java Sun May 30 08:49:36 2010
@@ -29,7 +29,6 @@ import java.io.Serializable;
  * {@code Subject}'s session via the {@link org.apache.shiro.subject.Subject#getSession} method.  This interface and
  * its usages are best suited for framework development.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public interface SessionKey {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionManager.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import org.apache.shiro.session.SessionE
  * A SessionManager manages the creation, maintenance, and clean-up of all application
  * {@link org.apache.shiro.session.Session Session}s.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public interface SessionManager {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionValidationScheduler.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionValidationScheduler.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionValidationScheduler.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SessionValidationScheduler.java Sun May 30 08:49:36 2010
@@ -22,8 +22,6 @@ package org.apache.shiro.session.mgt;
  * Interface that should be implemented by classes that can control validating sessions on a regular
  * basis.  This interface is used as a delegate for session validation by the {@link org.apache.shiro.session.mgt.DefaultSessionManager}
  *
- * @author Jeremy Haile
- * @author Les Hazlewood
  * @see org.apache.shiro.session.mgt.DefaultSessionManager#setSessionValidationScheduler(SessionValidationScheduler)
  * @since 0.1
  */

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SimpleSession.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SimpleSession.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SimpleSession.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SimpleSession.java Sun May 30 08:49:36 2010
@@ -37,7 +37,6 @@ import java.util.*;
  * Simple {@link org.apache.shiro.session.Session} JavaBeans-compatible POJO implementation, intended to be used on the
  * business/server tier.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public class SimpleSession implements ValidatingSession, Serializable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SimpleSessionFactory.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SimpleSessionFactory.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SimpleSessionFactory.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/SimpleSessionFactory.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.apache.shiro.session.Session;
 /**
  * {@code SessionFactory} implementation that generates {@link SimpleSession} instances.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public class SimpleSessionFactory implements SessionFactory {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ValidatingSession.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ValidatingSession.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ValidatingSession.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ValidatingSession.java Sun May 30 08:49:36 2010
@@ -29,7 +29,6 @@ import org.apache.shiro.session.Session;
  * Validation is usually an exercise of determining when the session was last accessed or modified and determining if
  * that time is longer than a specified allowed duration.
  * 
- * @author Les Hazlewood
  * @since 0.9
  */
 public interface ValidatingSession extends Session {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ValidatingSessionManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ValidatingSessionManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ValidatingSessionManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/ValidatingSessionManager.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ package org.apache.shiro.session.mgt;
  * A ValidatingSessionManager is a SessionManager that can proactively validate any or all sessions
  * that may be expired.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public interface ValidatingSessionManager extends SessionManager {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/AbstractSessionDAO.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/AbstractSessionDAO.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/AbstractSessionDAO.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/AbstractSessionDAO.java Sun May 30 08:49:36 2010
@@ -41,7 +41,6 @@ import java.io.Serializable;
  * ID is also an auto-generated primary key), they can simply ignore the {@code SessionIdGenerator} concept
  * entirely and just return the data store's ID from the {@link #doCreate} implementation.
  *
- * @author The Apache Shiro Project (shiro-dev@incubator.apache.org)
  * @since 1.0
  */
 public abstract class AbstractSessionDAO implements SessionDAO {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/CachingSessionDAO.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/CachingSessionDAO.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/CachingSessionDAO.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/CachingSessionDAO.java Sun May 30 08:49:36 2010
@@ -43,7 +43,6 @@ import java.util.Collections;
  * caching behavior and delegates the actual EIS operations to respective do* methods to be implemented by
  * subclasses (doCreate, doRead, etc).
  *
- * @author Les Hazlewood
  * @since 0.2
  */
 public abstract class CachingSessionDAO extends AbstractSessionDAO implements CacheManagerAware {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/SessionDAO.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/SessionDAO.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/SessionDAO.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/session/mgt/eis/SessionDAO.java Sun May 30 08:49:36 2010
@@ -37,7 +37,6 @@ import java.util.Collection;
  * implementations will often return a subset of the total active sessions and perform validation a little more
  * frequently, rather than return a massive set and infrequently validate.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public interface SessionDAO {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/MutablePrincipalCollection.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/MutablePrincipalCollection.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/MutablePrincipalCollection.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/MutablePrincipalCollection.java Sun May 30 08:49:36 2010
@@ -24,8 +24,6 @@ import java.util.Collection;
 /**
  * A {@link PrincipalCollection} that allows modification.
  *
- * @author Jeremy Haile
- * @author Les Hazlewood
  * @since 0.9
  */
 public interface MutablePrincipalCollection extends PrincipalCollection {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/PrincipalCollection.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/PrincipalCollection.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/PrincipalCollection.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/PrincipalCollection.java Sun May 30 08:49:36 2010
@@ -32,7 +32,6 @@ import java.util.Set;
  * Subject was first created.  To obtain the principal(s) for a specific Realm, see the {@link #fromRealm} method.  You
  * can also see which realms contributed to this collection via the {@link #getRealmNames() getRealmNames()} method.
  *
- * @author Les Hazlewood
  * @see #getPrimaryPrincipal()
  * @see #fromRealm(String realmName)
  * @see #getRealmNames()

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/SimplePrincipalCollection.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/SimplePrincipalCollection.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/SimplePrincipalCollection.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/SimplePrincipalCollection.java Sun May 30 08:49:36 2010
@@ -31,7 +31,6 @@ import java.util.*;
  * A simple implementation of the {@link MutablePrincipalCollection} interface that tracks principals internally
  * by storing them in a {@link LinkedHashMap}.
  *
- * @author Les Hazlewood
  * @since 0.9
  */
 @SuppressWarnings({"unchecked"})

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/Subject.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/Subject.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/Subject.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/Subject.java Sun May 30 08:49:36 2010
@@ -56,8 +56,6 @@ import java.util.concurrent.Callable;
  * These overloaded *Permission methods forgo type-saftey for the benefit of convenience and simplicity,
  * so you should choose which ones to use based on your preferences and needs.
  *
- * @author Les Hazlewood
- * @author Jeremy Haile
  * @since 0.1
  */
 public interface Subject {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/SubjectContext.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/SubjectContext.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/SubjectContext.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/SubjectContext.java Sun May 30 08:49:36 2010
@@ -52,7 +52,6 @@ import java.util.Map;
  * {@link Subject.Builder} (which internally uses a {@code SubjectContext}) and build {@code Subject} instances that
  * way.
  *
- * @author Les Hazlewood
  * @see org.apache.shiro.mgt.SecurityManager#createSubject SecurityManager.createSubject
  * @see org.apache.shiro.mgt.SubjectFactory SubjectFactory
  * @since 1.0

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/DefaultSubjectContext.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/DefaultSubjectContext.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/DefaultSubjectContext.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/DefaultSubjectContext.java Sun May 30 08:49:36 2010
@@ -43,7 +43,6 @@ import java.io.Serializable;
  * in the backing map, it might check to see if there is a subject or session in the map and attempt to acquire the
  * principals from those objects).
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public class DefaultSubjectContext extends MapContext implements SubjectContext {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/DelegatingSubject.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/DelegatingSubject.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/DelegatingSubject.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/DelegatingSubject.java Sun May 30 08:49:36 2010
@@ -67,8 +67,6 @@ import java.util.concurrent.Callable;
  * stateless architectures.  This implementation plays a part in the stateless programming
  * paradigm and should be used whenever possible.
  *
- * @author Les Hazlewood
- * @author Jeremy Haile
  * @since 0.1
  */
 public class DelegatingSubject implements Subject, Serializable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/SubjectThreadState.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/SubjectThreadState.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/SubjectThreadState.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/subject/support/SubjectThreadState.java Sun May 30 08:49:36 2010
@@ -38,7 +38,6 @@ import java.util.Map;
  * the thread's execution.
  *
  * @since 1.0
- * @author Les Hazlewood
  */
 public class SubjectThreadState implements ThreadState {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/AbstractFactory.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/AbstractFactory.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/AbstractFactory.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/AbstractFactory.java Sun May 30 08:49:36 2010
@@ -21,7 +21,6 @@ package org.apache.shiro.util;
 /**
  * TODO - Class JavaDoc
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public abstract class AbstractFactory<T> implements Factory<T> {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/AntPathMatcher.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/AntPathMatcher.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/AntPathMatcher.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/AntPathMatcher.java Sun May 30 08:49:36 2010
@@ -55,9 +55,6 @@ package org.apache.shiro.util;
  * <p>As per the Apache 2.0 license, the original copyright notice and all author and copyright information have
  * remained in tact.</p>
  *
- * @author Alef Arendsen
- * @author Juergen Hoeller
- * @author Rob Harrop
  * @since 16.07.2003
  */
 public class AntPathMatcher implements PatternMatcher {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ByteSource.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ByteSource.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ByteSource.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ByteSource.java Sun May 30 08:49:36 2010
@@ -21,7 +21,6 @@ package org.apache.shiro.util;
 /**
  * A {@code ByteSource} wraps a byte array and provides additional encoding operations.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public interface ByteSource {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ClassUtils.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ClassUtils.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ClassUtils.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ClassUtils.java Sun May 30 08:49:36 2010
@@ -29,7 +29,6 @@ import java.lang.reflect.Constructor;
  * Utility method library used to conveniently interact with <code>Class</code>es, such as acquiring them from the
  * application <code>ClassLoader</code>s and instantiating Objects from them.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public class ClassUtils {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/CollectionUtils.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/CollectionUtils.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/CollectionUtils.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/CollectionUtils.java Sun May 30 08:49:36 2010
@@ -25,8 +25,6 @@ import java.util.*;
 /**
  * Static helper class for use dealing with Collections.
  *
- * @author Jeremy Haile
- * @author Les Hazlewood
  * @since 0.9
  */
 public class CollectionUtils {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Destroyable.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Destroyable.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Destroyable.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Destroyable.java Sun May 30 08:49:36 2010
@@ -21,8 +21,6 @@ package org.apache.shiro.util;
 /**
  * Shiro container-agnostic interface that indicates that this object requires a callback during destruction.
  *
- * @author Les Hazlewood
- * @author Jeremy Haile
  * @since 0.2
  */
 public interface Destroyable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Initializable.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Initializable.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Initializable.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Initializable.java Sun May 30 08:49:36 2010
@@ -23,8 +23,6 @@ import org.apache.shiro.ShiroException;
 /**
  * Shiro container-agnostic interface that indicates that this object requires initialization.
  *
- * @author Les Hazlewood
- * @author Jeremy Haile
  * @since 0.2
  */
 public interface Initializable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/InstantiationException.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/InstantiationException.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/InstantiationException.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/InstantiationException.java Sun May 30 08:49:36 2010
@@ -24,7 +24,6 @@ import org.apache.shiro.ShiroException;
 /**
  * Runtime exception thrown by the framework when unable to instantiate a Class via reflection.
  *
- * @author Les Hazlewood
  * @since 0.2
  */
 public class InstantiationException extends ShiroException

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/JavaEnvironment.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/JavaEnvironment.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/JavaEnvironment.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/JavaEnvironment.java Sun May 30 08:49:36 2010
@@ -30,10 +30,6 @@ package org.apache.shiro.util;
  * The original author names and copyright (Apache 2.0) has been left in place.  A special
  * thanks to Rod Johnson, Juergen Hoeller, and Rick Evans for making this available.</em>
  *
- * @author Rod Johnson
- * @author Juergen Hoeller
- * @author Rick Evans
- * @author Les Hazlewood
  * @since 0.2
  */
 public abstract class JavaEnvironment {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/JdbcUtils.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/JdbcUtils.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/JdbcUtils.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/JdbcUtils.java Sun May 30 08:49:36 2010
@@ -33,7 +33,6 @@ import org.slf4j.LoggerFactory;
  * They were copied here to prevent Spring dependencies in the Shiro core API.  The original license conditions
  * (Apache 2.0) have been maintained.
  *
- * @author Jeremy Haile
  * @since 0.2
  */
 public class JdbcUtils {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/LifecycleUtils.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/LifecycleUtils.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/LifecycleUtils.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/LifecycleUtils.java Sun May 30 08:49:36 2010
@@ -29,7 +29,6 @@ import java.util.Collection;
  * Utility class to help call {@link org.apache.shiro.util.Initializable#init() Initializable.init()} and
  * {@link org.apache.shiro.util.Destroyable#destroy() Destroyable.destroy()} methods cleanly on any object.
  *
- * @author Les Hazlewood
  * @since 0.2
  */
 public abstract class LifecycleUtils {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/MapContext.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/MapContext.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/MapContext.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/MapContext.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import java.util.*;
  * A {@code MapContext} provides a common base for context-based data storage in a {@link Map}.  Type-safe attribute
  * retrieval is provided for subclasses with the {@link #getTypedValue(String, Class)} method.
  *
- * @author Les Hazlewood
  * @see org.apache.shiro.subject.SubjectContext SubjectContext
  * @see org.apache.shiro.session.mgt.SessionContext SessionContext
  * @since 1.0

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Nameable.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Nameable.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Nameable.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/Nameable.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ package org.apache.shiro.util;
  * Interface implemented by components that can be named, such as via configuration, and wish to have that name
  * set once it has been configured.
  *
- * @author Les Hazlewood
  * @since 0.9
  */
 public interface Nameable {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/PatternMatcher.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/PatternMatcher.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/PatternMatcher.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/PatternMatcher.java Sun May 30 08:49:36 2010
@@ -24,7 +24,6 @@ package org.apache.shiro.util;
  * Different implementations can support different pattern types, for example, Ant style path expressions, or
  * regular expressions, or other types of text based patterns.
  *
- * @author Les Hazlewood
  * @see org.apache.shiro.util.AntPathMatcher AntPathMatcher
  * @since 0.9 RC2
  */

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/PermissionUtils.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/PermissionUtils.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/PermissionUtils.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/PermissionUtils.java Sun May 30 08:49:36 2010
@@ -30,8 +30,6 @@ import java.util.Set;
 /**
  * Utility class to help with String-to-Permission object resolution.
  *
- * @author Les Hazlewood
- * @author Jeremy Haile
  * @since 0.1
  */
 public class PermissionUtils {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/RegExPatternMatcher.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/RegExPatternMatcher.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/RegExPatternMatcher.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/RegExPatternMatcher.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import java.util.regex.Matcher;
  * {@code PatternMatcher} implementation that uses standard {@link java.util.regex} objects.
  *
  * @see Pattern
- * @author Les Hazlewood
  * @since 1.0
  */
 public class RegExPatternMatcher implements PatternMatcher {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/SimpleByteSource.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/SimpleByteSource.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/SimpleByteSource.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/SimpleByteSource.java Sun May 30 08:49:36 2010
@@ -28,7 +28,6 @@ import java.util.Arrays;
  * {@link Hex Hex} and {@link Base64 Base64} codec classes to support the
  * {@link #toHex() toHex()} and {@link #toBase64() toBase64()} implementations.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public class SimpleByteSource implements ByteSource {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/SoftHashMap.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/SoftHashMap.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/SoftHashMap.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/SoftHashMap.java Sun May 30 08:49:36 2010
@@ -42,7 +42,6 @@ import java.util.concurrent.locks.Reentr
  * <p/>
  * This implementation is thread-safe and usable in concurrent environments.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public class SoftHashMap<K, V> implements Map<K, V> {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/StringUtils.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/StringUtils.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/StringUtils.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/StringUtils.java Sun May 30 08:49:36 2010
@@ -30,11 +30,6 @@ import java.util.StringTokenizer;
  * <p>Some methods in this class were copied from the Spring Framework so we didn't have to re-invent the wheel,
  * and in these cases, we have retained all license, copyright and author information.
  *
- * @author Les Hazlewood
- * @author Rod Johnson
- * @author Juergen Hoeller
- * @author Keith Donald
- * @author Rob Harrop
  * @since 0.9
  */
 public class StringUtils {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ThreadContext.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ThreadContext.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ThreadContext.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/ThreadContext.java Sun May 30 08:49:36 2010
@@ -39,8 +39,6 @@ import java.util.Map;
  * bind and remove any necessary values at the beginning and end of stack
  * execution, respectively (i.e. individually explicitly or all via the <tt>clear</tt> method).</p>
  *
- * @author Les Hazlewood
- * @author Kalle Korhonen
  * @see #remove()
  * @since 0.1
  */

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/UnavailableConstructorException.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/UnavailableConstructorException.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/UnavailableConstructorException.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/UnavailableConstructorException.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import org.apache.shiro.ShiroException;
  * Exception thrown when attempting to instantiate a Class via reflection, but a suitable constructor (depending
  * on the number of expected arguments) doesn't exist or cannot be obtained.
  *
- * @author Les Hazlewood
  * @since 0.2
  */
 public class UnavailableConstructorException extends ShiroException

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/UnknownClassException.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/UnknownClassException.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/UnknownClassException.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/main/java/org/apache/shiro/util/UnknownClassException.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import org.apache.shiro.ShiroException;
  * The Shiro framework's <code>RuntimeException</code> equivalent of the JDK's
  * <code>ClassNotFoundException</code>, to maintain a RuntimeException paradigm.
  *
- * @author Les Hazlewood
  * @since 0.1
  */
 public class UnknownClassException extends ShiroException

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/AtUnitTestBase.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/AtUnitTestBase.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/AtUnitTestBase.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/AtUnitTestBase.java Sun May 30 08:49:36 2010
@@ -26,7 +26,6 @@ import org.junit.runner.RunWith;*/
 /**
  * Super class that simply provides boiler plate annotations for subclass tests.
  *
- * @author Jeremy Haile
  * @since 0.9
  */
 /*@RunWith(AtUnit.class)

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/ExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/ExceptionTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/ExceptionTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/ExceptionTest.java Sun May 30 08:49:36 2010
@@ -24,7 +24,6 @@ import org.junit.Test;
 
 
 /**
- * @author Les Hazlewood
  */
 @SuppressWarnings({"ThrowableInstanceNeverThrown"})
 public abstract class ExceptionTest extends TestCase {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/AbstractAuthenticatorTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/AbstractAuthenticatorTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/AbstractAuthenticatorTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/AbstractAuthenticatorTest.java Sun May 30 08:49:36 2010
@@ -26,7 +26,6 @@ import static org.junit.Assert.*;
 
 
 /**
- * @author Les Hazlewood
  * @since 0.1
  */
 public class AbstractAuthenticatorTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/SimpleAuthenticationInfoTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/SimpleAuthenticationInfoTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/SimpleAuthenticationInfoTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/SimpleAuthenticationInfoTest.java Sun May 30 08:49:36 2010
@@ -32,8 +32,6 @@ import org.junit.Test;
 
 
 /**
- * @author Les Hazlewood
- * @author Kalle Korhonen
  * @since 0.9
  */
 public class SimpleAuthenticationInfoTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/AllowAllCredentialsMatcherTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/AllowAllCredentialsMatcherTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/AllowAllCredentialsMatcherTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/AllowAllCredentialsMatcherTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.junit.Test;
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 4:35:27 PM
  */
 public class AllowAllCredentialsMatcherTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/HashedCredentialsMatcherTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/HashedCredentialsMatcherTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/HashedCredentialsMatcherTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/HashedCredentialsMatcherTest.java Sun May 30 08:49:36 2010
@@ -30,7 +30,6 @@ import org.apache.shiro.util.ClassUtils;
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 4:47:09 PM
  */
 public abstract class HashedCredentialsMatcherTest extends TestCase {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Md2CredentialsMatcherTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Md2CredentialsMatcherTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Md2CredentialsMatcherTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Md2CredentialsMatcherTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.apache.shiro.crypto.hash.Md2H
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 4:38:16 PM
  */
 public class Md2CredentialsMatcherTest extends HashedCredentialsMatcherTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Md5CredentialsMatcherTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Md5CredentialsMatcherTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Md5CredentialsMatcherTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Md5CredentialsMatcherTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.apache.shiro.crypto.hash.Md5H
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 4:59:36 PM
  */
 public class Md5CredentialsMatcherTest extends HashedCredentialsMatcherTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha1CredentialsMatcherTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha1CredentialsMatcherTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha1CredentialsMatcherTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha1CredentialsMatcherTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.apache.shiro.crypto.hash.Sha1
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 5:00:30 PM
  */
 public class Sha1CredentialsMatcherTest extends HashedCredentialsMatcherTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha256CredentialsMatcherTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha256CredentialsMatcherTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha256CredentialsMatcherTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha256CredentialsMatcherTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.apache.shiro.crypto.hash.Sha2
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 5:01:00 PM
  */
 public class Sha256CredentialsMatcherTest extends HashedCredentialsMatcherTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha384CredentialsMatcherTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha384CredentialsMatcherTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha384CredentialsMatcherTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha384CredentialsMatcherTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.apache.shiro.crypto.hash.Sha3
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 5:02:27 PM
  */
 public class Sha384CredentialsMatcherTest extends HashedCredentialsMatcherTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha512CredentialsMatcherTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha512CredentialsMatcherTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha512CredentialsMatcherTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authc/credential/Sha512CredentialsMatcherTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.apache.shiro.crypto.hash.Sha5
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 5:02:58 PM
  */
 public class Sha512CredentialsMatcherTest extends HashedCredentialsMatcherTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/AuthorizationExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/AuthorizationExceptionTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/AuthorizationExceptionTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/AuthorizationExceptionTest.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ import org.apache.shiro.ExceptionTest;
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 4:03:56 PM
  */
 public class AuthorizationExceptionTest extends ExceptionTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/HostUnauthorizedExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/HostUnauthorizedExceptionTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/HostUnauthorizedExceptionTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/HostUnauthorizedExceptionTest.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ import org.apache.shiro.ExceptionTest;
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 4:04:38 PM
  */
 public class HostUnauthorizedExceptionTest extends ExceptionTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/UnauthenticatedExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/UnauthenticatedExceptionTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/UnauthenticatedExceptionTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/UnauthenticatedExceptionTest.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ import org.apache.shiro.ExceptionTest;
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 4:06:15 PM
  */
 public class UnauthenticatedExceptionTest extends ExceptionTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/UnauthorizedExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/UnauthorizedExceptionTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/UnauthorizedExceptionTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/UnauthorizedExceptionTest.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ import org.apache.shiro.ExceptionTest;
 
 
 /**
- * @author Les Hazlewood
  * @since Jun 10, 2008 4:06:45 PM
  */
 public class UnauthorizedExceptionTest extends ExceptionTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/permission/AllPermissionTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/permission/AllPermissionTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/permission/AllPermissionTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/permission/AllPermissionTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.junit.Test;
 
 
 /**
- * @author Les Hazlewood
  */
 public class AllPermissionTest {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionTest.java Sun May 30 08:49:36 2010
@@ -24,7 +24,6 @@ import org.junit.Test;
 
 
 /**
- * @author Jeremy Haile
  * @since 0.9
  */
 public class WildcardPermissionTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/CompositeBean.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/CompositeBean.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/CompositeBean.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/CompositeBean.java Sun May 30 08:49:36 2010
@@ -24,7 +24,6 @@ import java.util.Map;
 import java.util.Set;
 
 /**
- * @author Les Hazlewood
  * @since Aug 5, 2008 10:17:37 AM
  */
 @SuppressWarnings({"UnusedDeclaration"})

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/HashMapCacheManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/HashMapCacheManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/HashMapCacheManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/HashMapCacheManager.java Sun May 30 08:49:36 2010
@@ -29,7 +29,6 @@ import java.util.HashMap;
  * Returns HashMap-backed cache instances for testing only.  NEVER use this in production, as it would cause
  * memory leaks since HashMaps retain strong references.
  *
- * @author Les Hazlewood
  * @since 1.0
  */
 public class HashMapCacheManager<K, V> extends AbstractCacheManager {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/IniSecurityManagerFactoryTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/IniSecurityManagerFactoryTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/IniSecurityManagerFactoryTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/IniSecurityManagerFactoryTest.java Sun May 30 08:49:36 2010
@@ -44,7 +44,6 @@ import static junit.framework.Assert.*;
 /**
  * Unit tests for the {@link IniSecurityManagerFactory} implementation.
  *
- * @author The Apache Shiro Project (shiro-dev@incubator.apache.org)
  * @since 1.0
  */
 public class IniSecurityManagerFactoryTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/ReflectionBuilderTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/ReflectionBuilderTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/ReflectionBuilderTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/ReflectionBuilderTest.java Sun May 30 08:49:36 2010
@@ -29,7 +29,6 @@ import java.util.*;
 import static org.junit.Assert.*;
 
 /**
- * @author Les Hazlewood
  * @since Aug 5, 2008 9:53:00 AM
  */
 public class ReflectionBuilderTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/SimpleBean.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/SimpleBean.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/SimpleBean.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/config/SimpleBean.java Sun May 30 08:49:36 2010
@@ -21,7 +21,6 @@ package org.apache.shiro.config;
 import java.util.List;
 
 /**
- * @author Les Hazlewood
  * @since 1.0
  */
 public class SimpleBean {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/crypto/AesCipherServiceTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/crypto/AesCipherServiceTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/crypto/AesCipherServiceTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/crypto/AesCipherServiceTest.java Sun May 30 08:49:36 2010
@@ -32,7 +32,6 @@ import static junit.framework.Assert.ass
 /**
  * Test class for the AesCipherService class.
  *
- * @author The Apache Shiro Project (shiro-dev@incubator.apache.org)
  * @since 1.0
  */
 public class AesCipherServiceTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/crypto/BlowfishCipherServiceTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/crypto/BlowfishCipherServiceTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/crypto/BlowfishCipherServiceTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/crypto/BlowfishCipherServiceTest.java Sun May 30 08:49:36 2010
@@ -32,7 +32,6 @@ import static junit.framework.Assert.ass
 /**
  * Test cases for the {@link BlowfishCipherService} class.
  *
- * @author The Apache Shiro Project (shiro-dev@incubator.apache.org)
  * @since 1.0
  */
 public class BlowfishCipherServiceTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/io/SerializationExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/io/SerializationExceptionTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/io/SerializationExceptionTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/io/SerializationExceptionTest.java Sun May 30 08:49:36 2010
@@ -22,7 +22,6 @@ import org.apache.shiro.ExceptionTest;
 
 
 /**
- * @author Les Hazlewood
  */
 public class SerializationExceptionTest extends ExceptionTest {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/mgt/DefaultSecurityManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/mgt/DefaultSecurityManagerTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/mgt/DefaultSecurityManagerTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/mgt/DefaultSecurityManagerTest.java Sun May 30 08:49:36 2010
@@ -37,7 +37,6 @@ import static org.junit.Assert.*;
 
 
 /**
- * @author Les Hazlewood
  * @since 0.2
  */
 public class DefaultSecurityManagerTest extends AbstractSecurityManagerTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/mgt/VMSingletonDefaultSecurityManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/mgt/VMSingletonDefaultSecurityManagerTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/mgt/VMSingletonDefaultSecurityManagerTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/mgt/VMSingletonDefaultSecurityManagerTest.java Sun May 30 08:49:36 2010
@@ -33,7 +33,6 @@ import static org.junit.Assert.assertTru
 
 
 /**
- * @author Les Hazlewood
  * @since May 8, 2008 12:26:23 AM
  */
 public class VMSingletonDefaultSecurityManagerTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/realm/activedirectory/ActiveDirectoryRealmTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/realm/activedirectory/ActiveDirectoryRealmTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/realm/activedirectory/ActiveDirectoryRealmTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/realm/activedirectory/ActiveDirectoryRealmTest.java Sun May 30 08:49:36 2010
@@ -51,7 +51,6 @@ import static org.junit.Assert.assertTru
  * This version was intended to mimic my current usage scenario in an effort to debug upgrade issues which were not related
  * to LDAP connectivity.
  *
- * @author Tim Veil
  */
 public class ActiveDirectoryRealmTest {
 

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/realm/text/IniRealmTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/realm/text/IniRealmTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/realm/text/IniRealmTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/realm/text/IniRealmTest.java Sun May 30 08:49:36 2010
@@ -28,7 +28,6 @@ import org.junit.Test;
 /**
  * Unit tests for the {@link IniRealm} class.
  *
- * @author The Apache Shiro Project (shiro-dev@incubator.apache.org)
  * @since 1.0
  */
 public class IniRealmTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java Sun May 30 08:49:36 2010
@@ -41,7 +41,6 @@ import static org.junit.Assert.*;
 
 
 /**
- * @author Les Hazlewood
  * @since Aug 1, 2008 2:11:17 PM
  */
 public class DelegatingSubjectTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/util/StringUtilsTest.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/util/StringUtilsTest.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/util/StringUtilsTest.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/core/src/test/java/org/apache/shiro/util/StringUtilsTest.java Sun May 30 08:49:36 2010
@@ -23,7 +23,6 @@ import org.junit.Test;
 
 
 /**
- * @author Les Hazlewood
  * @since 0.9
  */
 public class StringUtilsTest {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/src/main/java/Quickstart.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/src/main/java/Quickstart.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/src/main/java/Quickstart.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/quickstart/src/main/java/Quickstart.java Sun May 30 08:49:36 2010
@@ -31,7 +31,6 @@ import org.slf4j.LoggerFactory;
 /**
  * Simple Quickstart application showing how to use Shiro's API.
  *
- * @author Les Hazlewood
  * @since 0.9 RC2
  */
 public class Quickstart {

Modified: incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/SampleManager.java
URL: http://svn.apache.org/viewvc/incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/SampleManager.java?rev=949495&r1=949494&r2=949495&view=diff
==============================================================================
--- incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/SampleManager.java (original)
+++ incubator/shiro/branches/shiro-root-1.0.x/samples/spring-client/src/main/java/org/apache/shiro/samples/spring/SampleManager.java Sun May 30 08:49:36 2010
@@ -25,7 +25,6 @@ import org.apache.shiro.authz.annotation
 /**
  * Business manager interface used for sample application.
  *
- * @author Jeremy Haile
  * @since 0.1
  */
 public interface SampleManager {