Authentication for each work item in web view
![](http://jazz.net/_images/myphoto/498ba39bfbba6893e065989a91491221.jpg)
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
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
One answer
![](http://jazz.net/_images/myphoto/498ba39bfbba6893e065989a91491221.jpg)
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:
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.