Hi, every one:

In web.xml of xmlui webapps, there are two listerer and filter class :

<listener>
     
<listener-class>org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener</listener-class>
  </listener>


<filter>
    <filter-name>dspace.request</filter-name>
    
<filter-class>org.dspace.utils.servlet.DSpaceWebappServletFilter</filter-class>
</filter>
 
I try to read the source code, but I cann't find them in the source. There is a 
dspace-services-utils-2.0.1.jar file containing them.

Why the source code of the two class(and the utilis.Dspace class and others in 
dspace-services-utils-2.0.1.jar) don't be accessed? What's the purpose of this 
design?

Thanks in adnance!

          martin
                                          
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to