Ok i can confirm is not working. I know it's impossible to keep everything
working with the new tapestry releases.
So i just wanted to send the message to the list in case somebody else has
the same issue.
Thanks
On Sat, Feb 28, 2009 at 8:02 PM, Juan E. Maya wrote:
> Hi,
> i have 2 questions re
On Tue, Mar 11, 2008 at 3:37 AM, Julian Wood <[EMAIL PROTECTED]> wrote:
> Hate to answer my own question, but I think the proper relation for:
>
> is:
>
> @ManyToMany( cascade={CascadeType.PERSIST, CascadeType.MERGE} )
>
> You then need to persist your GrantedAuthorityBean independently from
>
On Tue, Mar 11, 2008 at 12:18 AM, Julian Wood <[EMAIL PROTECTED]> wrote:
> In the provided example for tapestry-acegi, I have a question about
> the GrantedAuthorityBean table. That is, if I add more users which
> share roles, each role will create a new row in the GAB table. How can
> this be a
Hate to answer my own question, but I think the proper relation for:
@OneToMany
@Cascade(CascadeType.ALL)
public Collection getGrantedAuthorities() {
return grantedAuthorities;
}
is:
@ManyToMany( cascade={CascadeType.PERSIST, CascadeType.MERGE} )
You then need to persist your GrantedA
carlos f wrote:
>
> Also I can't seem to get anonymous access working to the svn repo -
> http://svn.javaforge.com/svn/tapestry/tapestry-acegi/trunk
>
anonymous/anon works - chalk that up to user error
Carlos
--
View this message in context:
http://www.nabble.com/Tapestry-Acegi---carmancon
I will try it out, thanks a lot.
Asim
On 5/3/07, William Keller <[EMAIL PROTECTED]> wrote:
I forgot to mention that you will need to map your User and
GrantedAuthority
as per usual on Acegi. The stuff I gave you doesn't go in depth on setting
up your models (your User needs to implement UserDet
I forgot to mention that you will need to map your User and GrantedAuthority
as per usual on Acegi. The stuff I gave you doesn't go in depth on setting
up your models (your User needs to implement UserDetails). Once you set up
yoru GrantedAuthority for your users your tapestry pages can now use th
I've got this working. Code supplied. Please customise for your purpose :)
hivemodule.xml
Sent: Wednesday, March 21, 2007 4:05:41 PM (GMT-0500) America/New_York
Subject: Re: tapestry-acegi, how does
SecurityUtilsImpl.accessDecisionManager get set?
Sorry, I hit "Send" too quickly. Here's the hivemodule (anonymous/anon to
login of course):
http://svn.javaforge.com/svn/
AIL PROTECTED]>
To: "Tapestry users"
Sent: Wednesday, March 21, 2007 4:05:41 PM (GMT-0500) America/New_York
Subject: Re: tapestry-acegi, how does SecurityUtilsImpl.accessDecisionManager
get set?
Sorry, I hit "Send" too quickly. Here's the hivemodule (anonymous/anon to
l
Sorry, I hit "Send" too quickly. Here's the hivemodule (anonymous/anon to
login of course):
http://svn.javaforge.com/svn/hivemind/hivemind-acegi/trunk/src/main/resources/META-INF/hivemodule.xml
On 3/21/07, James Carman <[EMAIL PROTECTED]> wrote:
The AccessDecisionManager is defined by the h
The AccessDecisionManager is defined by the hivemind-acegi module.
On 3/21/07, Phillip Rhodes <[EMAIL PROTECTED]> wrote:
I am implementing acegi/tapestry and pulling apart the wonderful work of
James Carman (preserving the copyrights!) and re-implementing for my
purposes.
My @Secured annotatio
On 3/19/07, Phillip Rhodes <[EMAIL PROTECTED]> wrote:
From my understanding of tapestry-acegi
(http://www.carmanconsulting.com/tapestry-acegi/) , it appears to support basic
authentication, not form-based or other types of authentication.
Can someone confirm my view?
Confirmed. Although I h
Hello James,
can you please update the tapestry-acegi pom. I have downloaded
tapestry-acegi from svn, import it into Eclipse, modified the pom.xml
and install tapestry-acegi snapshot into my local repo. I used this
dependencies and first tests show that my T4.1.1 application which
depends on m
Sorry, but I haven't had time to reply to this thread, but have you
looked at the Wiki page:
http://wiki.apache.org/tapestry/AcegiSpringJava5
On 1/5/07, Firas Adiler <[EMAIL PROTECTED]> wrote:
Hi Kevin,
This exception is "thrown if an Authentication object does not hold a
required authority"
Hi Kevin,
This exception is "thrown if an Authentication object does not hold a
required authority". "ROLE_USER" is the authority you used to secure your
pages. It seems that your Acegi configuration is not complete. I'm a
beginner myself and found this page very helpful:
http://www.tfo-eservices
I haven't tried it, but it should work as far as I know. You can
override the dependency in your own pom file
On 12/26/06, Robert Binna <[EMAIL PROTECTED]> wrote:
Hi
I justed wanted to use tapestry-acegi on a project of mine that uses
tapestry 4.1. Has someone get it working because the curre
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
On 9/20/06, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Hi,
Couldn't find a specific list for tapestry-acegi so I post this here.
I can't seem to access the anonymous svn repository. All I can find is
that I should use anonymous/anon, but that doesn't seem to work.
I just want to give notice tha
My approach predates tapestry-acegi, but I'm sure it could be adapted.
I use a bit of a hybrid approach, where the authentication part is handled
as described in the EWDT e-book and all of my protected pages extend a
BaseProtectedPage class. My Login page has a UserValidator ASO injected,
which i
On 9/21/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote:
Is it possible to use a html form for login with tapestry-acegi instead of
HTTP basic authentication?
I'd like to know that too.
I would like to write a third part for my tutorial
http://wiki.apache.org/tapestry/AcegiSpringJava5 about that
son [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 20, 2006 9:20 AM
> To: Tapestry users
> Subject: Re: tapestry-acegi anon svn
>
> On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote:
>
>> I have the same issues with tapernate SVN.
>>
>> It's been
Subject: Re: tapestry-acegi anon svn
On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote:
> I have the same issues with tapernate SVN.
>
> It's been more than a month but no luck!! :-(
Has anyone raised this to Javaforge?
--
re
On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote:
I have the same issues with tapernate SVN.
It's been more than a month but no luck!! :-(
Has anyone raised this to Javaforge?
--
regards,
Robin
-
To unsubscrib
I have the same issues with tapernate SVN.
It's been more than a month but no luck!! :-(
On 9/20/06, Robin Ericsson <[EMAIL PROTECTED]> wrote:
Hi,
Couldn't find a specific list for tapestry-acegi so I post this here.
I can't seem to access the anonymous svn repository. All I can find is
tha
A little bit of cavaet emptor on using version ranges in maven2 dependencies.
This is a feature that I hope all library writers start using! (including
hivemind and tapestry)
There is an issue with several projects in the repositories having bad
maven-metadata.xml files.
Also mvn install:install
RE: Tapestry Acegi
Tapestry-Acegi doesn't use Spring at all. Can you send me the error
messages? You need hivemind-acegi.jar in your classpath.
-Original Message-
From: Robert Cole [mailto:[EMAIL PROTECTED]
Sent: Frid
RE: Tapestry Acegi
Tapestry-Acegi doesn't use Spring at all. Can you send me the error
messages? You need hivemind-acegi.jar in your classpath.
-Original Message-----
From: Robert Cole [mailto:[EMAIL PROTECTED]
Sent: Friday
gi.jar in your classpath.
-Original Message-
From: Robert Cole [mailto:[EMAIL PROTECTED]
Sent: Friday, September 01, 2006 9:53 AM
To: Tapestry users
Cc: 'Tapestry users'
Subject: RE: Tapestry A
ROTECTED]>
31/08/2006 18:11
To
"'Tapestry users'"
cc
Please respond to
"Tapestry users"
Subject
RE: Tapestry Acegi
Oh, as for the @Secured annotation not being present, you have to add the
acegi-security-tiger.j
Subject
Subject
Subject
I've used Acegi too and it's great!
Maybe you should try trails, because this can generate a lot of stuff for
Acegi. I used that too and after adding some small annotations to my DAO
objects, the total security, inclusive admin tool, was ready.
-Original Message-
From: Robert Cole
Oh, as for the @Secured annotation not being present, you have to add the
acegi-security-tiger.jar file (tiger = JDK5) to your classpath.
Tapestry-Acegi uses the built-in @Secured annotation available from Acegi to
secure page classes and listener methods.
For the build to work, you will have to i
Yes, we use Tapestry-Acegi at work and it works just fine for us. You have
to make sure you get all of the dependencies. A lot of the work is done by
the hivemind-acegi module (also available at JavaForge) and the
hivemind-acegi-dao module (if you want to use it).
-Original Message-
Fr
On Wednesday 12 July 2006 13:48, James Carman wrote:
> hivemodule.xml file to get that to work. Why can't you just plug your own
> SSO filter into the existing pipeline by using a symbol override?
just to make clear I'm not really familiar with Hivemind, I just use it to
reach
the Spring Beans
You can use a symbol override for that:
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz
Sent: Wednesday, July 12, 2006 8:58 AM
To: users@tapestry.apache.org
Subject: RE: Tapestry + Acegi + Spring integration
-BEGIN PGP SIGNED MESSAGE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
James Carman wrote:
> What did you mean by "How do I change the name used for HTTP basic
> authentication?" on the Wiki?
>
Ok, "realm name" is more percise.
Right now it is "Acegi Security" but I would like to change it to something
like "super secr
What did you mean by "How do I change the name used for HTTP basic
authentication?" on the Wiki?
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz
Sent: Tuesday, July 11, 2006 8:32 AM
To: users@tapestry.apache.org
Subject: RE: Tapestry + Aceg
e?
-Original Message-
From: Gernot Stocker [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 12, 2006 7:42 AM
To: Tapestry users
Subject: Re: Tapestry + Acegi + Spring integration
On Tuesday 11 July 2006 20:30, James Carman wrote:
> Yeah, when I added tapestry-acegi support into our projec
On Tuesday 11 July 2006 20:30, James Carman wrote:
> Yeah, when I added tapestry-acegi support into our project at work, the
> people were quite amazed at how easy it was to secure a page.
Hi,
I would like to use the tapestry-acegi project for ACEGI-security-checks in
pages, having
already imple
Subject: Re: Tapestry + Acegi + Spring integration
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
With several tips from James I have been able to make the example clearer
than it already was. Securing Tapestry pages is so easy - it is almost
frightened. ;-)
I have added a dependency to hivemind-lib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
With several tips from James I have been able to make the example clearer
than it already was. Securing Tapestry pages is so easy - it is almost
frightened. ;-)
I have added a dependency to hivemind-lib. That makes it possible to get rid
of the helper
Zedlitz
Sent: Tuesday, July 11, 2006 8:32 AM
To: users@tapestry.apache.org
Subject: RE: Tapestry + Acegi + Spring integration
James Carman wrote:
> You can tell HiveMind to use a different password encoder if you want.
> All you have to do is override the
James Carman wrote:
> You can tell HiveMind to use a different password encoder if you want.
> All you have to do is override the symbol
> hivemind.acegi.dao.passwordEncoder:
>
> value="org.acegisecurity.providers.encoding.Md5PasswordEncoder"/>
>
>
Ok, that helps. Now I do not have to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
ZedroS Schwart wrote:
> I wonder, Jesper, if you wouldn't have an advantage of using James'
> Tapernate stuff. If not, why ?
>
I am using James' tapestry-acegi library. My applications make heavy use of
the Spring framework. So I was looking for a way
ailto:[EMAIL PROTECTED]
Sent: Tuesday, July 11, 2006 7:13 AM
To: 'Tapestry users'
Subject: RE: Tapestry + Acegi + Spring integration
Yes, +1. A nice Wiki entry about this stuff would be great (and it would
help me document my stuff :-). Do you think we should put it in the mai
Subject: Re: Tapestry + Acegi + Spring integration
I'm not a lot in this Hibernate/Spring/Acegi stuff currently but I'm
really curious about it.
I wonder, Jesper, if you wouldn't have an advantage of using James'
Tapernate stuff. If not, why ?
BTW, I think the Wiki is the b
I'm not a lot in this Hibernate/Spring/Acegi stuff currently but I'm
really curious about it.
I wonder, Jesper, if you wouldn't have an advantage of using James'
Tapernate stuff. If not, why ?
BTW, I think the Wiki is the best place where such excellent mail
should end up !
Cheers
ZedroS
On 7/1
You can tell HiveMind to use a different password encoder if you want. All
you have to do is override the symbol hivemind.acegi.dao.passwordEncoder:
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz
Sent: Tuesday, July 11, 2006 3:31 AM
To: users
guest/guest
On 7/10/06, Andreas Bulling <[EMAIL PROTECTED]> wrote:
On 10. Jul 2006 - 18:00:40, Norbert Sándor wrote:
| Hello,
|
| I tried to download tapestry-acegi but SVN access does not seem to be
| public.
| How can I download it?
Do you know
http://www.carmanconsulting.com/tapestry-acegi/
On 10. Jul 2006 - 18:00:40, Norbert Sándor wrote:
| Hello,
|
| I tried to download tapestry-acegi but SVN access does not seem to be
| public.
| How can I download it?
Do you know
http://www.carmanconsulting.com/tapestry-acegi/source-repository.html
HTH
Andreas
--
You can find both binary and source build in the Maven2 repo here
http://www.carmanconsulting.com/mvn
On 7/10/06, Norbert Sándor <[EMAIL PROTECTED]> wrote:
Hello,
I tried to download tapestry-acegi but SVN access does not seem to be
public.
How can I download it?
Regards,
Norbi
-
e specification
jars (JTA, JPA, etc.) will be downloaded automatically without having to
manually copy stuff into your local repo.
James
-Original Message-
From: Scott Russell [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 17, 2006 11:04 PM
To: users@tapestry.apache.org
Subject
Hi James,
I took a look at the Tapestry-Acegi integration project at
http://www.carmanconsulting.com/tapestry-acegi/ . It looks very nice,
certainly a cleaner integration than what I have used before.
I am just wondering how complete it is. Looking through the code, it appears
that the config
got in with 'anonymous' and 'anon'.
--
View this message in context:
http://www.nabble.com/Tapestry-Acegi-Integration...-t1752611.html#a4847443
Sent from the Tapestry - User forum at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL
James,
I tried getting access to the SVN repository via javaforge using my
'bkbonner' ID, but was unable. It said 'Tapernate project wasn't found'
when doing a search. ???
I'm interested in the @Secured component you were discussing. Is this out
in SVN?
p.s. I see you're on maven ;)
Brian
sMoreTokens()) {
String integer = tokenizer.nextToken();
integers.add(new Integer(integer));
}
return (Integer[]) integers.toArray(new Integer[] {});
}
}
-
EMAIL PROTECTED]
Sent: Saturday, June 10, 2006 1:03 AM
To: 'Tapestry users'
Subject: RE: Tapestry/Acegi Integration...
Hi,
I've now been lurking for two years. I finally had a project where I could
use Tapestry... and Hibernate, and Spring, and Acegi... So many hills to
climb
ed method stub
return null;
}
/* (non-Javadoc)
* @see org.apache.tapestry.form.IFormComponent#getClientId()
*/
public String getClientId() {
// TODO Auto-generated method stub
return null;
}
ed method stub
return null;
}
/* (non-Javadoc)
* @see org.apache.tapestry.form.IFormComponent#getClientId()
*/
public String getClientId() {
// TODO Auto-generated method stub
return null;
}
I was actually thinking of a @Secured component that would conditionally
show its contents only if the user has the required permissions.
-Original Message-
From: Hugo Palma [mailto:[EMAIL PROTECTED]
Sent: Friday, June 09, 2006 5:45 PM
To: Tapestry users
Subject: Re: Tapestry/Acegi
I was just thinking about something that would be really cool.
It's a common requirement in some applications that some ui elements are
hidden/shown depending on user role. What i'm thinking is that
tapestry-acegi could provide the same @Secured annotation for component
classes but it would hav
Or, Acegistry! :-) LOL
> On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote:
>
>> Oh, so you want to directly link to my site? I figured that since we
>> will
>> already have a link to tapestry-javaforge that folks could get to
>> tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I w
On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote:
Oh, so you want to directly link to my site? I figured that since we will
already have a link to tapestry-javaforge that folks could get to
tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I would
imagine (and I control it) that
It's there. So, you can link to both that and Tapernate if you wish.
www.carmanconsulting.com/tapernate
www.carmanconsulting.com/tapestry-acegi
> Well, when you get to it let me know, it's ~very~ easy to make a change
> and
> quickly deploy the docs now.
>
> On 6/9/06, James Carman <[EMAIL PROT
Well, when you get to it let me know, it's ~very~ easy to make a change and
quickly deploy the docs now.
On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote:
Oh, so you want to directly link to my site? I figured that since we will
already have a link to tapestry-javaforge that folks could get t
Oh, so you want to directly link to my site? I figured that since we will
already have a link to tapestry-javaforge that folks could get to
tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I would
imagine (and I control it) that the URL for the tapestry-acegi project's
documentation
I meant linked here:
http://tapestry.apache.org/
On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote:
The tapestry-acegi and tapernate modules are both subprojects of the
tapestry-javaforge project. So, we're already linked in. I need to
update the tapestry-javaforge site in SVN to point to my
The tapestry-acegi and tapernate modules are both subprojects of the
tapestry-javaforge project. So, we're already linked in. I need to
update the tapestry-javaforge site in SVN to point to my sites on my
server.
It won't be difficult to get the documentation written for tapestry-acegi.
It'll j
If you put up a shell mvn site I'll make sure you get linked in.
On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote:
All,
The tapernate-example application has been refactored to reflect the
latest
changes in the Tapestry/Acegi integration module. Now, the Acegi support
is
more "drop-in-able."
Form-based authentication is coming soon! :-) It should be quite easy.
> Hi,
> a smooth integration of ACEGI into Tapestry is really cool stuff. We
> managed it by using
> the internal org.acegisecurity.util.FilterToBeanProxy and
> FilterChainProxy for authentication
> and partially for authoriz
Hi,
a smooth integration of ACEGI into Tapestry is really cool stuff. We managed it
by using
the internal org.acegisecurity.util.FilterToBeanProxy and FilterChainProxy
for authentication
and partially for authorization (user /not logged in without role check) within
the web.xml.
Does this m
1 - 100 of 107 matches
Mail list logo