You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by di...@incubator.apache.org on 2004/07/10 05:20:08 UTC

[jira] Created: (DIREVE-17) Make the protocol request handlers used configurable

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DIREVE-17

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DIREVE-17
    Summary: Make the protocol request handlers used configurable 
       Type: Task

     Status: Open
   Priority: Major

    Project: Directory Eve
 Components: 
             Frontend

   Assignee: Alex Karasulu
   Reporter: Alex Karasulu

    Created: Fri, 9 Jul 2004 8:19 PM
    Updated: Fri, 9 Jul 2004 8:19 PM

Description:
Right now a default set of request handlers in the processor of the frontend are used.  It would be nice to make handlers user definable so they can be set at configuration time.  The server would then use a request handler for custom processing.

Jason Van Zyl actually needed this feature when he inquired about the Eve frontend a few days ago on the dev list.

Alex


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DIREVE-17) Make the protocol request handlers used configurable

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/DIREVE-17?page=history ]
     
Alex Karasulu closed DIREVE-17:
-------------------------------

    Resolution: Fixed

We have enabled the ability to override the default handlers using JNDI properties from the JNDI Hashtable environment.  Basically you can put zero or more (key, value) pairs where the key is the interface or class Class of a request object type to repond to and the value is the Class of the handler for that object interface or class.  See LdapProtocolProvider( Hashtable env ) for more details.

> Make the protocol request handlers used configurable
> ----------------------------------------------------
>
>          Key: DIREVE-17
>          URL: http://nagoya.apache.org/jira/browse/DIREVE-17
>      Project: Directory Eve
>         Type: Task
>   Components: protocol
>     Reporter: Alex Karasulu
>     Assignee: Alex Karasulu

>
> Right now a default set of request handlers in the processor of the frontend are used.  It would be nice to make handlers user definable so they can be set at configuration time.  The server would then use a request handler for custom processing.
> Jason Van Zyl actually needed this feature when he inquired about the Eve frontend a few days ago on the dev list.
> Alex

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira