Bugs item #667341, was opened at 2003-01-13 19:24
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=667341&group_id=22866

Category: JBossWeb
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Luttrell (objec)
Assigned to: Nobody/Anonymous (nobody)
Summary: Initial Session AUTH failure

Initial Comment:
JBoss3.0.5 - release with jdk1.4.1_01
Before this I was using JBoss3.0.5RC1 and this problem 
did NOT occur.

After I startup JBoss or redeploy my ear, which contains 
a war which uses authentication (my login module), the 
very first session that attempts to authenticate fails. If i 
try it again in the same browser window it still fails.

If i open a new window (new sesison id), it works.

This happens every time i deploy. I have tried opening a 
new browser after i deploy but the problem still happens.

This is a problem introduced between JBoss3.0.5-RC1 
and 3.0.5-Release.

----------------------------------------------------------------------

Comment By: Greg Wilkins (gregwilkins)
Date: 2003-01-14 09:53

Message:
Logged In: YES 
user_id=44062

This issue is not so much security related, but URL
processing of
path parameters like ;jsessionid.

If you are writing your webapp correctly, you will be
rewriting your URLs.   If the server has not seen a cookie
from the client it will insert such a path parameter.  

The problem is that path parameters are only being correctly
decoded on the first request of a persistent connection. 
For all other requests, they are being seen as part of the
URL rather than as something extra.      

Thus my own test harnesses for this past without a problem
as they 
were the first request on a connection.

Webapps that do not rewrite URLs (many) or who have apps
that create a session before authetication takes place -
will probably not be effective.  So it's not totally broken
- just significantly so.

I'm done a fixed release of Jetty (4.2.5) and Jules is lined
up to make a replacement jbossweb.sar 





----------------------------------------------------------------------

Comment By: Scott M Stark (starksm)
Date: 2003-01-14 01:27

Message:
Logged In: YES 
user_id=175228

So is security totally broken in the 3.0.5 release? What is 
the exact issue so I can add a testcase for this?


----------------------------------------------------------------------

Comment By: Greg Wilkins (gregwilkins)
Date: 2003-01-13 22:45

Message:
Logged In: YES 
user_id=44062

This is an optimization bug introduced in JBossWeb.
URL path parameters, such as ;jsessionid are not handled
correctly for
persistent connections.

A fix is on it's way....


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=667341&group_id=22866


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to