I've got an Apache2 httpd running in front of a Tomcat, doing authentication via mod_auth_kerb.
When I open the console in Firebug, I see lots of 401's (see screenshot: http://i.stack.imgur.com/5YxZl.png).
Is there a way to avoid this? I guess its causing an additional roundtrip which impacts performance.