Dave wrote:
On Thu, Sep 18, 2008 at 9:41 AM, jonathan <[EMAIL PROTECTED]> wrote:
This was apparently not an issue using Roller 3.1. Something is different
in the way this is handled in 4.0 (and 4.0.1)?
jonathan wrote:
I've been using security.xml to secure various blogs only allowing certain
user types access:
<property name="objectDefinitionSource">
<value>
PATTERN_TYPE_APACHE_ANT
...
/<blogname>/**=register
...
</value>
etc...
Hmm... we may have treated "local" (i.e. feeds on the local Roller
server) feeds differently before 4.0, but I don't think so.
I thought that we did not use HTTP to fetch local feeds, instead we
hit the database directly. I'd have to check the code to be sure --
either way, file a bug so we can revisit this.
- Dave
It seems that the recent entries aggregation still works fine in 4.0
(aggregating content from password-protected blogs without difficulty).
It's just the custom planet aggregations where I'm seeing this error
message.
bug ROL-1748 logged.