MantisBT - CDash
View Issue Details
0006807CDashpublic2008-04-15 11:382008-04-16 10:40
Alexandre Ab 
Julien Jomier 
normalmajoralways
closedfixed 
0.8 
1.0 
0006807: RSS feed with private project
Hello,

I have a disturbing problem with rss feed and private projects. If the project is public, the file containing the rss is created and all is ok. If the project is private, there is no rss corresponding file in the rss directory and the nasty 404 error message appeared.

I would be greatfull to add something for controling that like if the project is private, you can't have access to the rss feed link ?

Thanks in advance and congratulations for this very nice project !

Alex
No tags attached.
Issue History
2008-04-15 11:38Alexandre AbNew Issue
2008-04-15 12:59Julien JomierStatusnew => assigned
2008-04-15 12:59Julien JomierAssigned To => Julien Jomier
2008-04-15 13:00Julien JomierNote Added: 0011340
2008-04-16 02:49Alexandre AbNote Added: 0011382
2008-04-16 10:04Julien JomierStatusassigned => closed
2008-04-16 10:04Julien JomierNote Added: 0011389
2008-04-16 10:04Julien JomierResolutionopen => fixed
2008-04-16 10:04Julien JomierFixed in Version => 1.0
2008-04-16 10:29Alexandre AbNote Added: 0011390
2008-04-16 10:33Julien JomierNote Added: 0011391
2008-04-16 10:40Alexandre AbNote Added: 0011393

Notes
(0011340)
Julien Jomier   
2008-04-15 13:00   
The problem with rss feeds is that they have to be public, because they are xml generated.
One way to deal with that is to create a random filename (key) for the rss feed of private projects. Let me know if that would work for you.
(0011382)
Alexandre Ab   
2008-04-16 02:49   
It could be greatfull to hide the rss link when the project is private ?

There's another problem when a public project has just been created, its rss feed file has not been created yet so the 404 error also appeared.
Is it possible to generate an empty file when a new project is created (and the writing rights are ok) ?
(0011389)
Julien Jomier   
2008-04-16 10:04   
The rss links are now hidden for private projects, this will be part of the 1.0 release. Thanks for the report.
(0011390)
Alexandre Ab   
2008-04-16 10:29   
I updated my local copy of the trunk and now no rss link at all (even for public projects) !
(0011391)
Julien Jomier   
2008-04-16 10:33   
Try again.
(0011393)
Alexandre Ab   
2008-04-16 10:40   
Ok ! Thanks the reactivity !