Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,770

    Dynamic Login Page with Spring Security 3

    Hi again, and thanks for the reply.

    I had thought about that option. In fact there are a couple examples out there. But they all define the <http> blocks statically in the config.xml. What I need...
  2. Replies
    6
    Views
    1,770

    Oops. Just found this...

    Oops. Just found this.

    But that bring up yet another question! If I need a dynamic custom AuthenticationFilter depending on the AuthenticationEntryPoint, how / where would I define it?

    In other...
  3. Replies
    6
    Views
    1,770

    Thanks so much for the tip about...

    Thanks so much for the tip about AuthenticationEntryPoint. It seems all I have to do it extend AuthenticationEntryPoint and change the determineUrlToUseForThisRequest() method so it uses my custom...
  4. Replies
    6
    Views
    1,770

    Dynamic Login Page with Spring Security 3

    What would be the easiest / best way to have a dynamic login with with SS3?

    I am currently using a config like the following:

    <http use-expressions="true">
    ...
    <form-login...
  5. Re: Spring Security usage with Apache CXF JAX-WS-Frontend

    Hello.

    Did you ever get this working? I need to do the same thing - take an existing Spring Security 3-secured web and open up a couple methods to be able to use web services. Any help you could...
  6. Re: How to access request (to retrieve a cookie value) in UserDetailsService

    Hello,

    Did you find a way to this? I have to do something similar - get the ROLES for my authenticated user from an XML in the request (I am using a CAS-like authentication system).

    So I need a...
  7. Replies
    0
    Views
    444

    Access web app in two different ways

    I have been using Acegi / Spring Security for years but have always used the 'plain vanilla' setup - using a local database, default setup, etc.

    Now I need to do something more complicated and I...
  8. How to send mail to many addresses and keep sending if bad address?

    I guess the title says it all. I am using JavaMailSenderImpl to send an email to all registered users in the database. What I could do it create a new MimeMessage for each address and send it...
  9. Replies
    5
    Views
    1,301

    ResidueTypes exist beforehand, they are...

    ResidueTypes exist beforehand, they are independent Objects. PlaceResidueTypes is nothing more than a Collection of ResidueTypes associated with a given Place.



    Do you still think it's weird?...
  10. Replies
    5
    Views
    1,301

    As I said in my original post: When you...

    As I said in my original post:



    When you create a new Place, using place.jsp, you also associate n PlaceResidueTypes. This is done in the place.jsp using javascript and hiddens. So when you...
  11. Replies
    5
    Views
    1,301

    How to use custom PropertyEditor before save?

    I am trying to persist my Place class with Hibernate. Place looks like this:


    public class Place
    {
    private Set<PlaceResidueType> placeResidueTypes;

    The PlaceResidueType class looks like...
  12. No takers?

    I've been banging my head against the wall on this one all day ... still haven't made much progress. Here is what I have learned:

    1. I changed my <sping:bind> tags in the jsp from this:

    ...
  13. Can't save added elements to List, 'Index of out of bounds in property path' error

    I have been looking at all the messages having to do with this topic but can't see how to get mine to work. It seems like it should be pretty straight-forward. Basically I have an object,...
  14. Replies
    2
    Views
    802

    Hello, thanks for the reply. (I had a couple days...

    Hello, thanks for the reply. (I had a couple days vk).

    Yes, my Controller is of the BaseCommandController flavour. Your solutions seems to be what I need to do. I've re-worked the app a bit so it...
  15. Replies
    2
    Views
    802

    One command object, x validation defs?

    I have a couple objects, Company and Employee. CRUD of these objects works fine. But there is a 1:n relationship between Company and Employee. So on my Company 'form' page I have all the data for the...
  16. Hmmm ... I see. So which method of...

    Hmmm ... I see. So which method of EmptyInterceptor do I need to implement? Or is this not possible?

    Another quick (I hope) question:

    Every table will have a userId column which I'd like to...
  17. onSave() method called when inserting but not when updating

    After browsing this forum and the web for hours I think I finally came up with the best way to update the 'dateModified' field on ANY table, when an INSERT or UPDATE is performed:

    <bean...
Results 1 to 17 of 17