[Koha-bugs] [Bug 16111] RSS feed for OPAC search results has wrong content type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 17 18:05:03 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16111

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76160|0                           |1
        is obsolete|                            |
  Attachment #76161|0                           |1
        is obsolete|                            |
  Attachment #76162|0                           |1
        is obsolete|                            |

--- Comment #24 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 77057
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77057&action=edit
Bug 16111: Fix content type for RSS feed

Test plan:
GET
http://catalogue/cgi-bin/koha/opac-search.pl?idx=kw&q=perl&count=50&sort_by=acqdate_dsc&format=rss2

=> Without this patch it returns content type text/html
=> With this patch it returns text/xml

GET
http://catalogue/cgi-bin/koha/opac-search.pl?idx=kw&q=perl&count=50&sort_by=acqdate_dsc&format=rss
=> Without this patch it does not work
=> With this patch it returns text/xml

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list