Ignore:
Timestamp:
03/25/10 08:50:42 (14 years ago)
Author:
patdui
Message:
  • more little bug fixes and layout changes, trying to use shibboleth for authorisation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/services/Config.as

    r224 r281  
    2020                //Like this: "FlashVars", "isocatSearchUrl=http://www.isocat.org/rest/user/guest/search"
    2121
     22       // private var _sessionId:String = "";
    2223
    2324                public function Config() {
     
    3334                                _isocatSearchUrl = isocatSearchUrl;
    3435                        }
     36//                      var sessionId:String = Application.application.parameters.jsessionid;
     37//                      if (sessionId != null) {
     38//                              _sessionId = sessionId;
     39//                      }
    3540                }
    3641
     
    6267                        return _isocatSearchUrl;
    6368                }
     69               
     70//              public function get sessionId():String {
     71//                      return _sessionId;
     72//              }
     73
     74                public function get serviceRootUrl():String {
     75                        return _serviceRootUrl;
     76                }
     77
    6478
    6579                public static function get instance():Config {
    6680                        return _instance;
    6781                }
    68 
     82               
    6983        }
    7084}
Note: See TracChangeset for help on using the changeset viewer.