Changeset 252


Ignore:
Timestamp:
11/16/11 17:22:20 (13 years ago)
Author:
vmipsl
Message:

login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/src/com/ether/ControllerEther.java

    r249 r252  
    55import com.ether.annotation.ParamName; 
    66import com.ether.annotation.UseJSON; 
     7import com.medias.annuaire.Personne; 
    78import net.sf.json.JSON; 
    89import net.sf.json.JSONArray; 
     
    8283            final Object[] params = buildParams( methodDescription, request ); 
    8384 
     85            // TODO : super crados !! A REVOIR !!! 
    8486            if( methodDescription.isLoginMandatory() ) 
    8587            { 
    86 //                final Personne pers = (Personne) request.getSession().getAttribute( "SES_USER" ); 
    87 //                params[params.length - 1] = pers; 
     88                final Personne pers = (Personne) request.getSession().getAttribute( "SES_USER" ); 
     89                params[params.length - 1] = pers; 
    8890            } 
    8991 
Note: See TracChangeset for help on using the changeset viewer.