[ 
http://jira.dspace.org/jira/browse/DS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10802#action_10802
 ] 

Richard Rodgers commented on DS-379:
------------------------------------

Hi Stuart - I'm away from my desk till next week - but it looks OK - I'd only 
check whether the servlet is defensive enough about non-description URLs like
/open-search/foo.xml Thanks, Richard

> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to