Search:

Type: Posts; User: ylazez; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. How to use AMQP with Apache Camel and Apache CXF ?

    Greetings all I am using Apache Camel and Apache CXF in this example:

    http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.data/cxfcamelexample.zip

    and I want to...
  2. Replies
    3
    Views
    654

    Thanks for the info man, but i guess it's quite...

    Thanks for the info man, but i guess it's quite hard to implement such behaviour.
  3. Replies
    3
    Views
    654

    all i want to do is to generate the cookies...

    all i want to do is to generate the cookies (series,token) for the user and save them in the database, my problem is in how to generate them, any help ?
  4. Replies
    3
    Views
    654

    Make Programmatic Remember Me ?

    greetings all i am using spring security 3.0.2 and my login form doesn't use the spring login configuration, it's a custom login form (i have to make it this way) i was wondering how to make a user...
  5. This is my topic yes, and i found out that the...

    This is my topic yes, and i found out that the old solution i got to is very bad and i am searching now for the best solution if you or anybody can tell
  6. ok assuming i made a class that extend the...

    ok assuming i made a class that extend the rememberMeAuthenticationFilter, when to call this class (what will be the necessary configuration), and if i added a spearate filter when to call it to ?
  7. Another question, is there's an ability to...

    Another question, is there's an ability to provide a custom implementation for the onAuthenticationSuccess method in the rememberMeAuthenticationFilter ?
  8. something like database query, then make some if...

    something like database query, then make some if conditions, then either land the user to the requested page or redirect him to another page.
  9. ok i will give more details: in the login form i...

    ok i will give more details:
    in the login form i use the property


    <form-login
    authentication-success-handler-ref="LoginHandler"/>

    <beans:bean id="LoginHandler"...
  10. i read the documentation, but still can't figure...

    i read the documentation, but still can't figure out what is the best solution to be done here, i need some guide here guys please.
  11. Replies
    6
    Views
    3,590

    the problem was solved by something in the apache...

    the problem was solved by something in the apache configuration which i really didn't made (the system admin did), consult a system admin, or make some research in the apache configuration.
  12. and what about the xml configuration ?

    and what about the xml configuration ?
  13. can you tell me please where can find an example...

    can you tell me please where can find an example of a custom RememberMeAuthenticationFilter since i am a newbie?
  14. Make something after remember me authentication ?

    greetings all i am using spring security 3.0.2 and i am using the following configuration for remember me


    <http use-expressions="true" >
    <remember-me ...
  15. do you mean by encoding the url before...

    do you mean by encoding the url before redirecting or what?
  16. Programmatic login doesn't work with subDomains ?

    greetings all i am using the following method to make an auto login for user after registration to access an authenticated page:


    public static void autoLogin(User user, HttpServletRequest...
  17. Replies
    0
    Views
    418

    SavedRequest Problem

    greetings all i have a strange problem with SavedRequest


    SavedRequest savedRequest = requestCache.getRequest(request, response);
    String targetUrl = savedRequest.getRedirectUrl();

    i have a...
  18. Replies
    2
    Views
    752

    ping here ?

    ping here ?
  19. Replies
    2
    Views
    752

    any hep please?

    any hep please?
  20. Replies
    2
    Views
    752

    anyone used SWFUpload with spring?

    hey guys
    if anyone used SWFUpload with spring frameworks
    can give me some hints or a link to an example would be very helpful
    i am reading the documentation now, and i need an example please,...
  21. Replies
    1
    Views
    792

    Spring YUI Integration?

    is there's a spring integration with YUI?
    since i want to use YUI with spring and i need some guide, please
    thank you
  22. Replies
    0
    Views
    510

    problem while uploading arabic files?

    hey guys
    iam using spring upload to upload files
    when uploading an arabic file
    and in the controller i get the original file name
    i get something like:
    &#1575 ; &#1604 ; &#1605 ; &#1594 ;...
  23. Replies
    1
    Views
    575

    Spring Ajax samples needed

    greetings all
    i have a web application that uses spring framework
    and i want to use ajax in some pages (adding/deleting stuff from page,db without refreshing the whole page)
    tutorials and samples...
  24. Replies
    6
    Views
    3,590

    disable-url-rewriting doesn't work?

    greetings all
    um using spring security 3.0.2,spring 3.0.0
    i wanted to remove the jsessionid from the urls
    so i tried setting disable-url-rewriting to true
    but after that,iam unable to login,and...
  25. Replies
    3
    Views
    573

    found out that with each page a new jsession id...

    found out that with each page a new jsession id is generated for the user,why?
    and how to prevent this?
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4