RSS Feed w/ Lotus Notes
4 answers
Just to close the loop on this, configuring RTC for basic auth is documented here:
http://jazz.net/library/techtip/75
but basically comment this:
uncomment this:
in jazz.war web.xml
After these modification, I'm able to view RSS feeds in lotus notes
http://jazz.net/library/techtip/75
but basically comment this:
<login>
<auth>FORM</auth>
<form>
<form>/auth/authrequired</form>
<form>/auth/authfailed</form>
</form>
</login>
uncomment this:
<login>
<realm>RealmName</realm>
<auth>BASIC</auth>
</login>
in jazz.war web.xml
After these modification, I'm able to view RSS feeds in lotus notes