[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-11 Thread liuhf
hi Martin0,
  thank you for your help.
  i will read it again.

  liuhf.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830150#3830150

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830150


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-09 Thread Martin0
The jaas howto has a full example web based.

This is explained towards the end of the article included in the download file


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829910#3829910

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829910


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-08 Thread liuhf
hi martin0,
  in fact i have read the readme.
but the readme just tell how to authenticate the
username/password pair input from command line,
and not tell about web tier as login form.
  isn't it?

  liuhf. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829908#3829908

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829908


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-06 Thread Martin0
liuhf,

Look at the "JAAS Howto readme first " in the Security & JAAS/JBoss forum

Martin


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829396#3829396

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829396


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-05 Thread liuhf
hi,
  i want to know something.
  if after i accomplish these:
1.


   
 FORM 
  
 /login.html 
 /login.html 
  
   


2.
 

  java:/jaas/authtest
   
  



then i can Authenticate the username/password pair
input from the login.html using databaseServerLoginModule?
i means if the callbackhandler in  databaseServerLoginModule.login()
will use the username/password pair as infomation.

  help please.
  thanks.
  
  liuhf.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829357#3829357

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829357


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-05 Thread Martin0
JBoss, Adam,

Found the right cvs command in the build systems forum :-)

Once I got it in a path that had no spaces it successfully build.

My simple test program does indeed now work as expected.

Many Thanks JBoss for the timely fix!!

Martin


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829255#3829255

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829255


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-05 Thread ahardy66
Martin,
well done pointing out that bug. Would have caused me untold hassle no doubt before 
realising. (& thks for fixing it, Jbossos)

With cvs, try this (works for me - in fact I'm doing it right now)

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r Branch_3_2 jboss-3.2

This checks out a new directory in the dir where you are. Once you've done that, in 
future you go into that directory and do the same command except with 'update'. 

There you go. Now you know as much cvs as I do :)
Adam

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829237#3829237

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829237


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-05 Thread Martin0
That's good to know.

In accordance with the instructions on building jboss from CVS in the JBoss Admin and 
Dev manual 3rd ed (3.2.x) I'm looking at the jboss-3.2 version (my cvs client is the 
cvs plugin for eclipse)  

Every jboss-3.2 folder appears to be empty

I tried a command line tool:
cvs co -r JBoss_3_2_4 jboss-3.2

It says:
cvs [server aborted]: no such tag JBoss_3_2_4
cvs checkout: in directory .:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory

I had set CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss

Can you provide just a couple more pointers?

I'm not a cvs expert (yet).

Thanks
Martin
PS I am also having trouble with session ids changing after form based login - I am 
hoping that will also disappear with this fix.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829225#3829225

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829225


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-03 Thread [EMAIL PROTECTED]
The fix has been in cvs since Wed. No more soup for you.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829026#3829026

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829026


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-03 Thread uhurusurfa
Dont hold your breath for these guys. You might just die.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829025#3829025

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829025


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-01 Thread Martin0
Hi Remy,

When will the fix be released?

Thanks
Martin


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828614#3828614

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828614


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-31 Thread Martin0
Posting my last message gave me
"The topic or post you requested does not exist"

and yet the post suceeded.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828345#3828345

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828345


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-31 Thread Martin0
Hi Remy,

It looks like this issue has been closed by you on sourceforge, with a resolution of 
"fixed".

Does this mean there will be some new code out soon that I can use to solve this 
problem?  When will that be - the overnight CVS?  If so, a pointer to the specifc file 
affected would be good - just enough to build the affected jar.

Thanks for your help
Martin

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828340#3828340

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828340


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-30 Thread [EMAIL PROTECTED]
Wait until its fixed by watching the bug report.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828255#3828255

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828255


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread Martin0
bug submitted with war
https://sourceforge.net/tracker/index.php?func=detail&aid=925421&group_id=22866&atid=376685

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827928#3827928";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827928>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread [EMAIL PROTECTED]
Post a bug report to sourceforge with the sample war.
http://sourceforge.net/tracker/?group_id=22866&atid=376685



http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827913#3827913";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827913>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread Martin0
Something else that might throw more light on the situation

the access log in jboss3.2.3 reports that the GET method is used to access 
process.jsp, where it should be the POST method.

This would explain why the post data is lost.

Martin


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827870#3827870";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827870>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread Martin0
JBoss,  please let me know what logging you would like turned on to supply further 
information if you are not able to reproduce this yourselves.

Thanks
Martin


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827845#3827845";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827845>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread Martin0
As an aside, I see the the description tags also disappear in a quote block  eg 
web.xml above

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827826#3827826";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827826>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread Martin0
the forum can't display the html for my form

It's just a form, action is process.jsp, method is post

it has 1 input type text name text1
another input type submit, value OK

That's it

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827825#3827825";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827825>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-28 Thread Martin0









http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827824#3827824";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827824>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-28 Thread Martin0
form.html
anonymous wrote : 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827823#3827823";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827823>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-28 Thread Martin0
The test is quite simple

form.html(unprotected) posts data to process.jsp(protected)


Files included below for convenience:
form.html
anonymous wrote : 
  | 
  | 
  | 
  | 
  | 
  | 
  | 

process.jsp

anonymous wrote : 
  | 
  | text1=<%=request.getParameter("text1")%>
  | 
  | 
  | 

web.xml
anonymous wrote : 
  | http://java.sun.com/dtd/web-app_2_3.dtd";>
  | 
  | 
  | 
  | 
  |
  |   2
  |
  | 
  | 
  | 
  |   Signon
  |   Declarative security tests
  |   
  |   /process.jsp
  |   /login.html
  |   HEAD
  |   GET
  |   POST
  |   PUT
  |   DELETE
  | 
  | 
  |   customer
  |   merchant
  |   admin
  | 
  | 
  |   no description
  |   NONE
  | 
  | 
  | 
  | 
  | FORM
  | 
  | /login.html
  | /login.html
  | 
  | 
  | 
  | 
  | customer
  | 
  | 
  | merchant
  | 
  | 
  | admin
  | 
  |   
  | 

jboss-web.xml
anonymous wrote : 
  | http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd";>
  | 
  | 
  | 
  |java:/jaas/authtest
  | 
  |
  | 
  |
  | 
  |
  | 
  | 
  | 
  | 

FYI, the loginmodule I'm using with JBoss is DatabaseServerLoginModule


RSVP
Martin

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827822#3827822";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827822>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-28 Thread uhurusurfa
I have had the same problem with the POST functionality. Some sales guy from JBOSS 
promise he would have the "engineers" have a look... that was 4 weeks ago or more.

Don't hold your breath.

SIMPLE BASIC functionality not working.

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827800#3827800";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827800>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-28 Thread remm
"Martin0" wrote : I've run this test with 3.2.4RC1 and it fails
  | 
  | I've also run the test with standalone tomcat 5.0.19 and it passes.
  | 
  | I will post this as a bug in the morning
  | 

This does not make any sense to me, so I recommend testing again.


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827794#3827794";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827794>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-28 Thread Martin0
I've run this test with 3.2.4RC1 and it fails

I've also run the test with standalone tomcat 5.0.19 and it passes.

I will post this as a bug in the morning

Martin


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827791#3827791";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827791>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user