Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/05/08 13:12:33 (5 months ago)
Author:
bwolfe
Message:

Removed /web/test folder from war builds
Fixed proxy privilege calls
Invalidated http session on user logout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/web/org/openmrs/web/OpenmrsFilter.java

    r4095 r5173  
    131131                 
    132132                // TODO why are we setting the userContext here again? 
    133                 httpSession.setAttribute(WebConstants.OPENMRS_USER_CONTEXT_HTTPSESSION_ATTR, userContext); 
     133                //httpSession.setAttribute(WebConstants.OPENMRS_USER_CONTEXT_HTTPSESSION_ATTR, userContext); 
    134134                 
    135135                log.debug("after doFilter");