[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-17 Thread b.reeve
Isn't this referring to http://jira.jboss.org/jira/browse/JBSEAM-2165 and it says it is fixed in CVS. Is it out in 2.0.0.GA? I am still having this issue in 2.0.0.GA. Could anyone please clarify. Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-17 Thread Toby451
If you read the jira-issue you just posted it clearly says: Fix Version/s: 2.0.1.CR1 /Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113577#4113577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=411357

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-17 Thread b.reeve
Sorry my mistake. I read it as 2.0.0.CR1. Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113599#4113599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113599 ___ jbo

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-26 Thread b.reeve
Hi, I downloaded Seam 2.0.1 CR1 to test the Authenticator method being called twice when the login method returns false and it looks like this issue is still there. Could anyone please provide some insight. Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-26 Thread [EMAIL PROTECTED]
As stated many times by both Shane and me, there is no gauruntee on how many times Seam will call the authenticate method as discussed in the security chapter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115561#4115561 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-27 Thread b.reeve
please refer to [url] http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12311437&styleName=Html&projectId=10071&Create=Create [/url] anonymous wrote : | * [JBSEAM-2165] - Authenticator method invoked twice when login fails | View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-12-27 Thread [EMAIL PROTECTED]
So the resolution message isn't clear on the issue, but the resolution was to add events called on login success and failure as documented in the security chapter. Sorry, we aren't going to be making it so it's only called once. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-11-26 Thread Toby451
We're experiencing the same problem. And for us it led to a small bug as well. Our authenticate-method (unfortunately) wasn't side effect-free which led to that second call was treated differently than first one. Question remains: Why is it called twice? View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-11-26 Thread Toby451
The call stacks differ in the following ways! First call to login-method: | ... | at org.jboss.seam.security.Identity.quietLogin(Identity.java:265) | at org.jboss.seam.security.Identity.isLoggedIn(Identity.java:182) | at org.jboss.seam.security.Identity.isLoggedIn(Identity.java:172) | a

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-11-26 Thread [EMAIL PROTECTED]
"Toby451" wrote : Maybe a bug? Or is it a requirement to write side-effect free authenticate-methods on rejected logins? Not a bug, there is nothing in the Seam security API which specifies how many times the authenticate method is called. CVS contains events which are raised on failed/succeed

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-11-27 Thread Toby451
Ah, thanks for clarifying Pete. There are actually more reports in the forum about this. Maybe it should be stressed in the reference that: - seam might call the authenticate method at will (so to speak) - the authenticate method (as a consequence) probably should be side-effect-free. View

[jboss-user] [JBoss Seam] - Re: Why is Authenticator.authenticate() called twice if it r

2007-11-27 Thread [EMAIL PROTECTED]
Please file a JIRA request for this :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108008#4108008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108008 ___ jboss-user maili