[ 
http://jira.dspace.org/jira/browse/DS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Rodgers resolved DS-379.
--------------------------------

    Resolution: Fixed

Fixed in svn 4591

> open-search in jspui won't return description.xml
> -------------------------------------------------
>
>                 Key: DS-379
>                 URL: http://jira.dspace.org/jira/browse/DS-379
>             Project: DSpace 1.x
>          Issue Type: Bug
>          Components: JSPUI
>    Affects Versions: 1.6.0
>            Reporter: Stuart Lewis
>            Assignee: Richard Rodgers
>             Fix For: 1.6.0
>
>
> In web.xml, open-search is only set to respond to /open-search so it gives a 
> 404 when /open-search/description.xml is requested.
> Changing the servlet mapping from:
>   <servlet-mapping>
>     <servlet-name>open-search</servlet-name>
>     <url-pattern>/open-search</url-pattern>
>   </servlet-mapping>
> to
>   <servlet-mapping>
>     <servlet-name>open-search</servlet-name>
>     <url-pattern>/open-search/*</url-pattern>
>   </servlet-mapping>
> seems to fix it. 
> Could you confirm if this is OK to change Richard? Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to