Changeset 25255


Ignore:
Timestamp:
2012-03-23T14:01:00+13:00 (12 years ago)
Author:
sjm84
Message:

Previous message was meant to be: Added a function to retrieve the Receptionist's MessageRouter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/Receptionist.java

    r25254 r25255  
    8585        this.mr = m;
    8686    }
    87    
     87
    8888    /**
    8989     * gets the message router
     
    189189        // check the request type
    190190        String type = request.getAttribute(GSXML.TYPE_ATT); // returns "" if no att of this name
    191         if(type.equals(GSXML.REQUEST_TYPE_SECURITY))
     191        if (type.equals(GSXML.REQUEST_TYPE_SECURITY))
    192192        {
    193193            return this.mr.process(message);
    194194        }
    195        
     195
    196196        if (!type.equals(GSXML.REQUEST_TYPE_PAGE))
    197197        {
Note: See TracChangeset for help on using the changeset viewer.