Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Authentication for each work item in web view

I just got LDAP authentication working for the tomcat version of the Team
Server, and noticed a strange quirk. I haven't dug into it a lot but was
wondering if this is a potential bug. When using the web view and doing a
query to show work items, it appears that every graphic that appears in the
work item list, a new LDAP request is made... so as the page is being
displayed in my browser, I can see requests in the tomcat log going out to
LDAP.

I don't see this same behaviour when using the Eclipse client to do the same
work items query.

Have others seen this or is this a known issue with the web interface?
Essentially, everything still works, but it will put an unneeded strain on
the LDAP server for all the requests.

--
Dave Draeger
IBM WebSphere Serviceability Development

0 votes



One answer

Permanent link
The problem lies with how Tomcat communicates with the LDAP server. It
has no form of caching and thus your LDAP server will get flooded with
authentication requests.

An alternative solution is use IHS as a proxy front end. IHS does
support authentication request caching. This is how the Jazz
Self-hosting server is setup.

Richard


Dave Draeger wrote:
I just got LDAP authentication working for the tomcat version of the Team
Server, and noticed a strange quirk. I haven't dug into it a lot but was
wondering if this is a potential bug. When using the web view and doing a
query to show work items, it appears that every graphic that appears in the
work item list, a new LDAP request is made... so as the page is being
displayed in my browser, I can see requests in the tomcat log going out to
LDAP.

I don't see this same behaviour when using the Eclipse client to do the same
work items query.

Have others seen this or is this a known issue with the web interface?
Essentially, everything still works, but it will put an unneeded strain on
the LDAP server for all the requests.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 07 '07, 6:38 p.m.

Question was seen: 7,041 times

Last updated: Aug 07 '07, 6:38 p.m.

Confirmation Cancel Confirm