[xwiki-users] RSS does not seem to be working (XWiki Enterprise)

2010-01-14 Thread Xavier Bartholome
Hello again,

the RSS feeds of the wiki do not seem to be working.

I tried subscribing to them using once my regular GReader, and also in
Outlook, to no avail ...

Is there something specific to be parametered in the Wiki or on the Server?

Thanks,

Xavier
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] RSS does not seem to be working (XWiki Enterprise)

2010-01-14 Thread Kevin Thiart
Hi Xavier

I had a similar problem.

To resolve this I followed Anca Lucas advice as quoted below:


It seems to be http://jira.xwiki.org/jira/browse/XWIKI-4695 that 
you're hitting,
which you can fix by applying these modifications

http://fisheye2.atlassian.com/viewrep/xwiki/platform/web/trunk/standard/src/main/webapp/templates/accessdenied.vm?r1=21942r2=25903

on
webapps/xwiki/templates/accessdenied.vm
and
webapps/xwiki/skins/colibri/accessdenied.vm


And also made sure that unregistered users don't have view rights on the 
WebRSS pages, for example on:
http://localhost:8080/xwiki/bin/view/Main/WebRss

Then you can access the RSS feed from other applications using this URL:
http://localhost:8080/xwiki/bin/view/Main/WebRss?xpage=plainoutputSyntax=plainbasicauth=1

Note the basicauth=1 part at the end.

Hope it helps.

Regards

Kevin


Xavier Bartholome wrote:
 Hello again,

 the RSS feeds of the wiki do not seem to be working.

 I tried subscribing to them using once my regular GReader, and also in
 Outlook, to no avail ...

 Is there something specific to be parametered in the Wiki or on the 
 Server?

 Thanks,

 Xavier
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users