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

        

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to