Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: JSF and Acegi

  1. #1
    Join Date
    Jan 2006
    Posts
    6

    Default JSF and Acegi

    Hey all,

    It appears I am hitting problem after problem these days

    Has anybody found a nice, elegant solution to using Acegi with JSF and the fact that the JSF servlet is performing forwards to get to the next page in a workflow which bypass Acegi security filters?

    I an getting rather perturbed by the way JSF refuses to play nicely with Acegi

    I understand using a redirect tag in a JSF navigation case tag would help the matter but I was wondering what other people were thinking on the subject.

    Cheers.

    Pete

  2. #2

    Default

    i am not using acegi currently but cant you state on the filters that they should be applied on a forward action as well? (this is a feature of servlet 2.4)
    __________
    Guy Katz
    www.xwave.co.il

  3. #3
    Join Date
    Jan 2006
    Posts
    6

    Default

    Thats the kind of thing I was thinking of, however, we are stuck with an appserver using servlet spec 2.3

    Back to the drawing board then

    Thanks

  4. #4

    Default ACEGI JSF Components

    Hi,

    I have created custom JSF components for Acegi, they replace acegi's jsp authz taglib in JSF environment.

    You can find more information about the JSF-Acegi components at;
    http://www.jroller.com/page/cagatayc...onents_hit_the

    Regards,

    Cagatay Civici
    Last edited by cagatay_civici; Jan 20th, 2006 at 01:42 PM.

  5. #5
    Join Date
    Jan 2006
    Posts
    6

    Default Acegi-jsf Components

    Hi,

    Can anyone plz help me to get a sample application for this acegi-jsf component library?

    Thanks in advance.


    Regards,
    Sandip

  6. #6

    Default

    Hi,

    I am going to write the documentation of the component library soon. For now I've updated my post and added a sample jsf page showing the usage of the components. I put it in a jar file called acegijsfsamplepage.jar at;

    http://www.jroller.com/page/cagatayc...onents_hit_the

    Regards,

    Cagatay,

  7. #7
    Join Date
    Jan 2006
    Posts
    6

    Default

    Hi,

    I am not able to extract files from that samplejsfapplication.jar what you put for download.



    Regards,
    Sandip

  8. #8

    Default

    Hi, you should try winrar.

  9. #9
    Join Date
    Jan 2006
    Posts
    6

    Default

    Hi,

    Thanks, I got that. But still I feel it is somewhat not sufficient to get into the whole thing. Please send me If you have any small sample application which covers both Authentication and Authorization.

    Regards,
    Sandip

  10. #10
    Join Date
    Jan 2006
    Posts
    6

    Default

    Hi Cagatay,

    May I have your response plz?

    Regards,
    Sandip

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •