Ticket #38 (closed defect: fixed)
rss.search service returning xml and not RSS
| Reported by: | fxp | Owned by: | fxp |
|---|---|---|---|
| Priority: | major | Milestone: | v2.1 RC2 |
| Component: | Catalog server | Version: | 2.1 RC 1 |
| Keywords: | Cc: |
Description
The rss search service in 2.1rc1 is returning xml and not rss.
<service name="rss.search">
<class name=".services.main.Search">
<param name="maxSummaryKeys" value="10" />
</class>
</service>
And was previously (v 203) defined as :
<service name="rss.search">
<class name=".services.main.Search">
<param name="maxSummaryKeys" value="10" />
</class>
<output forward="rss.present" />
</service>
returning RSS.
Change History
Note: See
TracTickets for help on using
tickets.
