Hi Edward,
The ability to access feeds from a private blog will be in
the next
release. The code is in Subversion and it's running on my
blog
currently (http://www.
simongbrown.com/photos/rss.xml).
HTH
Cheers
Simon
On 3/30/07, Edward C Lai <elai spawar.navy.mil> wrote:
>
>
>
>
> Hi everyone,
>
>
>
> I am struggling with accessing the RSS feed of a
private blog. I found a
> previous discussion on this topic in the email archive
but I still can't get
> basic authentication to work with form based
authentication in Pebble. So
> far, I have added the following in
> applicationContext-acegi-security.xml:
>
>
>
>
/**/*.xml=httpSessionContextIntegrationFilter,basicProcessin
gFilter,exceptionTranslationFilter,filterInvocationIntercept
or
>
>
>
> I also added the following in WEB-INFweb.xml:
>
> <filter>
>
>
>
<filter-name>My_HTTP_BASIC_Authorization_Filter</fi
lter-name>
>
>
>
<filter-class>org.acegisecurity.util.FilterToBeanProxy
</filter-class>
>
> <init-param>
>
>
<param-name>targetClass</param-name>
>
>
>
<param-value>org.acegisecurity.ui.basicauth.BasicProce
ssingFilter</param-value>
>
> </init-param>
>
> </filter>
>
>
>
> <filter-mapping>
>
>
>
<filter-name>My_HTTP_BASIC_Authorization_Filter</fi
lter-name>
>
> <url-pattern>/*</url-pattern>
>
> <dispatcher>REQUEST</dispatcher>
>
> </filter-mapping>
>
>
>
> When accessing RSS feeds for public and private blogs,
the browser never
> prompts for a login. Any help would be appreciated.
>
> -Edward
>
>
>
------------------------------------------------------------
-------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the
chance to share your
> opinions on IT & business topics through brief
surveys-and earn cash
> http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Pebble-user mailing list
> Pebble-user lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user
>
>
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pebble-user mailing list
Pebble-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user
|