• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1672 for branches/3.0-Beta2/components/server/src/ome/security/basic/EventHandler.java

Show
Ignore:
Timestamp:
06/25/07 23:14:32 (18 months ago)
Author:
jmoore
Message:

#740 Fixing event context loading re: stateful sessions.

Files:
1 modified

  • branches/3.0-Beta2/components/server/src/ome/security/basic/EventHandler.java (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/server/src/ome/security/basic/EventHandler.java

    r1237 r1672  
    8888    /** 
    8989     * invocation interceptor for prepairing this {@link Thread} for execution 
    90      * and subsequently reseting it. 
     90     * and subsequently reseting it.  
    9191     *  
    9292     * @see org.aopalliance.intercept.MethodInterceptor#invoke(org.aopalliance.intercept.MethodInvocation) 
    … …  
    108108 
    109109                else { 
    110                     secSys.loadEventContext(false); 
     110                    secSys.loadEventContext(readOnly); 
    111111                    objCtxMap.put(arg0.getThis(), secSys.getEventContext()); 
    112112                    prevCtx = secSys.getEventContext(); 
    … …  
    114114                } 
    115115            } 
     116            // Need to update the read-ability 
     117            ((BasicEventContext)prevCtx).isReadOnly = readOnly; 
    116118            secSys.setEventContext(prevCtx); 
    117119        } 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/