On 11/14/06, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Hmm, no, never though of that, might be a good idea though. I'll see
if I have time to try this today.
Ok, debugged and problem found. Safari seems to like to cache the
result of the first query to the protected page.
I was using a proxy c
On 11/14/06, James Carman <[EMAIL PROTECTED]> wrote:
Oh, sorry, Robin. I read your last email, but only through the
"thanks, I've got it working" part. :-) I didn't see the questions at
the bottom. Do you have something that will let you debug the HTTP
traffic? That might help you see what's
Oh, sorry, Robin. I read your last email, but only through the
"thanks, I've got it working" part. :-) I didn't see the questions at
the bottom. Do you have something that will let you debug the HTTP
traffic? That might help you see what's going on for sure.
On 11/14/06, Robin Ericsson <[EMA
On 11/12/06, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Thanks to James again :), I have a working solution that redirects
after successful login. However, on Firefox it works like a charm, but
on Safari it doesn't work as it seems it doesn't process cookies or
something the same way.
Maybe I sh
On 11/10/06, James Carman <[EMAIL PROTECTED]> wrote:
You could use a callback somehow to do that, I would think. But, you
would probably have to implement the auto-redirect-to-login-page logic
yourself, so that you could save the callback into the session or set
it on the login page as a propert
You could use a callback somehow to do that, I would think. But, you
would probably have to implement the auto-redirect-to-login-page logic
yourself, so that you could save the callback into the session or set
it on the login page as a property or something.
On 11/10/06, Robin Ericsson <[EMAIL
On 11/3/06, James Carman <[EMAIL PROTECTED]> wrote:
Maybe you could just create your own Tapestry form (just like you do
for any other page) and submit it. Within the form's processing, you
could use the Acegi API
(SecurityContextHolder.getContext().setAuthentication() maybe?) to set
up the secu
Maybe you could just create your own Tapestry form (just like you do
for any other page) and submit it. Within the form's processing, you
could use the Acegi API
(SecurityContextHolder.getContext().setAuthentication() maybe?) to set
up the security context, authenticating however you want. The
H
Maybe the form-based security should declare its own dummy engine
service? That might be the way to go. I don't know. I'd have to
play around with it some.
On 11/3/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
James Carman wrote:
> What URL mapping are you using for your Tapestry application
James Carman wrote:
> What URL mapping are you using for your Tapestry application servlet?
>
This is my mapping without my Acegi experiments:
redirect
org.apache.tapestry.RedirectFilter
tapestry-acegi
org.apache.tapestry.ApplicationServlet
0
redirect
/
tapestry-acegi
/app
What URL mapping are you using for your Tapestry application servlet?
On 11/3/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
James Carman wrote:
> Then you're not really using tapestry-acegi. You don't need Spring at
> all to use tapestry-acegi.
>
But how do I wire "/j_acegi_security_check" to
James Carman wrote:
> Then you're not really using tapestry-acegi. You don't need Spring at
> all to use tapestry-acegi.
>
But how do I wire "/j_acegi_security_check" to Acegi?
Here is a short summary what I tried until now:
* Login page forwards to "/j_acegi_security_check?...".
* add a filte
Then you're not really using tapestry-acegi. You don't need Spring at
all to use tapestry-acegi.
On 11/2/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
> You're switching to using Spring instead of HiveMind?
>
The web application does not start if I do not create a Spring bean:
Bean context mus
> You're switching to using Spring instead of HiveMind?
>
The web application does not start if I do not create a Spring bean:
Bean context must contain at least one bean of type
org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
Jesper
--
Jesper Zedlitz E-Mail : [EMAIL PROTECTED]
You're switching to using Spring instead of HiveMind?
On 11/2/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
Jesper Zedlitz wrote:
> When I try to access a secured page it works fine and I get to the login
> page. After submitting the login form I will be redirected
> to /j_acegi_security_check
Jesper Zedlitz wrote:
> When I try to access a secured page it works fine and I get to the login
> page. After submitting the login form I will be redirected
> to /j_acegi_security_check
> But how do I wire this URL to Acegi?
>
I suppose I need a filter that processes the URL starting with
"/j_ace
The value you gave for the symbol
"de.zedlitz.tapestry.acegi.FormProcessingFilter", is that a service id
or a class name (I guess it could be both)? It definitely needs to be
a service id, though.
On 11/1/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
James Carman wrote:
> I haven't implemented
On 11/1/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
When I try to access a secured page it works fine and I get to the login
page. After submitting the login form I will be redirected
to /j_acegi_security_check
But how do I wire this URL to Acegi?
This is where I am too. I was thinking of inj
Ohhh...sorry 'bout that.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James
Carman
Sent: Wednesday, November 01, 2006 9:08 AM
To: Tapestry users
Subject: Re: Re: tapestry-acegi questions
With Tapestry-Acegi, we're not using the Acegi serv
j_acegi_security_check?j_username=" +
getUsername() +
"&j_password=" +
ciphertext);
throw new RedirectException(acegiUrl);
}
===
Tom
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz
Sent: Wednesday, November
t; +
ciphertext);
throw new RedirectException(acegiUrl);
}
===
Tom
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz
Sent: Wednesday, November 01, 2006 8:52 AM
To: users@tapestry.apache.o
James Carman wrote:
> I haven't implemented form-based authentication in
> tapestry-acegi, yet. But, I don't think it's that difficult, really.
> Your need to use the AuthenticationProcessingFilter (I don't define it
> in my hivemodule.xml, but it would be easy to do so in yours) and your
> form h
On 10/30/06, Gareth <[EMAIL PROTECTED]> wrote:
hi,
I'm using the TableView component on what can be visulised as a search page.
Hi,
Please don't steal other threads with a new question.
--
regards,
Robin
-
To
hi,
I'm using the TableView component on what can be visulised as a search page.
The whole page is wrapped in a form (so that the paging buttons etc submit the
search criteria), and the Form version of TableRow and TablePages are used.
Everything appears to work except... I have 2 gripes that
Step C at the following might help.
http://wiki.javascud.org/display/hsa/Acegi+and+Tapestry--A+Step-by-Step+Guide
shing
--- Robin Ericsson <[EMAIL PROTECTED]> wrote:
> On 10/29/06, James Carman
> <[EMAIL PROTECTED]> wrote:
> > Hi, Robin. I haven't implemented form-based
> authentication in
>
On 10/29/06, James Carman <[EMAIL PROTECTED]> wrote:
Hi, Robin. I haven't implemented form-based authentication in
tapestry-acegi, yet. But, I don't think it's that difficult, really.
Your need to use the AuthenticationProcessingFilter (I don't define it
in my hivemodule.xml, but it would be ea
Hi, Robin. I haven't implemented form-based authentication in
tapestry-acegi, yet. But, I don't think it's that difficult, really.
Your need to use the AuthenticationProcessingFilter (I don't define it
in my hivemodule.xml, but it would be easy to do so in yours) and your
form has to have two fi
Hi,
There still isn't any tapestry-acegi specific list is there?
What I like is to have is to use a webpage for login instead of http
basic auth. However, after checking the source of tapestry-acegi it
seems like a monster to accomplish based on that I know practially not
much at all about acegi
28 matches
Mail list logo