Opened 17 years ago

Closed 16 years ago

#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 (1)

comment:1 by Fxp, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in 2.2 branche

Note: See TracTickets for help on using tickets.