Re: tomcat security and window open js

2008-08-06 Thread Mark Thomas
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

Re: tomcat security and window open js

2008-08-06 Thread daniel steel
. 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

Re: tomcat security and window open js

2008-07-31 Thread Christopher Schultz
binjUCQUyxUig.bin Description: PGP/MIME version identification

tomcat security and window open js

2008-07-29 Thread daniel steel
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?