Re: Servlet filter on j_security_check

2006-02-02 Thread Tim Funk
If you want to be spec compliant. There is a bugzilla entry with respect to 
this and confirmation by the expert group that Tomcat's behavior is correct.


-Tim

Frank W. Zammetti wrote:


Well, there you go Martin :)

Tim, is this something peculiar to Tomcat that doesn't allow it?  As I
mentioned in my previous post, I in fact do this in an app running on
Websphere.  Or, maybe its a case of Websphere letting me do something it
really shouldn't?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Servlet filter on j_security_check

2006-02-02 Thread Frank W. Zammetti
Interesting.  Thanks for that info!

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Thu, February 2, 2006 3:04 pm, Tim Funk said:
 If you want to be spec compliant. There is a bugzilla entry with respect
 to
 this and confirmation by the expert group that Tomcat's behavior is
 correct.

 -Tim

 Frank W. Zammetti wrote:

 Well, there you go Martin :)

 Tim, is this something peculiar to Tomcat that doesn't allow it?  As I
 mentioned in my previous post, I in fact do this in an app running on
 Websphere.  Or, maybe its a case of Websphere letting me do something it
 really shouldn't?


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



j_security_check

2005-12-02 Thread Khawaja Shams
Hello,
when I map my application with a different context path, I cannot use
the j_security_check resource.  I have put in a security constraint in my
web.xml, which works perfectly when I am not using the context.  However,
any time I refer to the application through its context mapping name, I get
a 404 response for j_security_check.  Is there something I am supposed to
add to the context definition? Thanks for your help.


Here is my context definition:


Context path=/p2Struts docBase=son reloadable=true 
Resource name=jdbc/teamDB
auth=Container
type=javax.sql.DataSource
maxActive=100
maxIdle=30
maxWait=1
username=user
password=secret
driverClassName=com.microsoft.jdbc.sqlserver.SQLServerDriver
url=jdbc:microsoft:
sqlserver://kebab.ucsd.edu:1433;databaseName=db;SelectMethod=Cursor
/
/Context


Thanks for your help.


Best Regards,
Khawaja Shams


RE: j_security_check

2005-12-02 Thread Caldarale, Charles R
 From: Khawaja Shams [mailto:[EMAIL PROTECTED] 
 Subject: j_security_check
 
 when I map my application with a different context path, 
 I cannot use the j_security_check resource.

Don't suppose you'd want to give us a hint about which Tomcat level
you're using?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



j_security_check returns 400 response with valid login

2005-10-21 Thread Chris Birch

Hi,

I'm currently experiencing an error that only occurs with IE6 (sp1 and 
sp2) on Windows (tested on Win98 and WinXP).


When trying to access a tomcat resource protected by security 
contstraints, the login form is correctly displayed, however, when 
using Internet Explorer a correct username and password always returns 
an 400 error response.  If I switch to using Firefox then I can login 
fine.


Has anyone else come across this problem?  Can anyone point me in the 
right direction to find out what the problem might be because I am 
stuck.


Tomcat 4.1.29 running on JDK1.4.2 on Mac OS X Server.

Many Thanks,
Chris.


Chris Birch

[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



<    1   2   3   4