daniel steel wrote:
All,
i found some interesting results by changing role defined
under security-constraint. if we defined tomcat as the role-name, then
window.open fails but if i change the role-name to manager, window.open
works. why?
Get yourself a copy of ieHttpHeaders and see what is
. chris, your reply to earlier email was blank and so i am not sure if you
had answered the above question.
--- On Tue, 7/29/08, daniel steel <[EMAIL PROTECTED]> wrote:
From: daniel steel <[EMAIL PROTECTED]>
Subject: tomcat security and window open js
To: users@tomcat.apache.org
Date: T
binjUCQUyxUig.bin
Description: PGP/MIME version identification
all,
we are having issues with IE(?) - javascript - window.open
function and tomcat. When we deploy tomcat with basic authentication
security enabled and in our jsp when ever we call
window.open(url,.), it asks for username / password (authetication) again.
how do we over come this?