Search:

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

Search: Search took 0.01 seconds.

  1. thanks!

    I was running into the same problem: protecting resources using a PermissionEvaluator which would access one of the DAO's. Naturally, only that DAO was not protected, and I couldn't figure out why.
    ...
  2. Replies
    5
    Views
    2,867

    That doesn't work either. It maps the top level,...

    That doesn't work either. It maps the top level, but leaves out the extension (which it normally uses for detecting the content type to return).
    It was also the first thing I tried. Then I found out...
  3. Replies
    5
    Views
    2,867

    annotation way?

    Thanks amit.kapps. Maybe I just don't really get what you are saying, but I'd really like to do this using annotations. I am using these annotated methods all over my controller files, which are...
  4. Replies
    5
    Views
    2,867

    @RequestMapping and multiple directories

    I'm stuck trying to get a @RequestMapping into a @PathVariable with multiple directories in it.

    The url would be something like:
    http://mydomain.com/servlet/image/subdir/another_subdir/image1.gif...
  5. Replies
    15
    Views
    23,297

    Just to be sure, here is the full code of...

    Just to be sure, here is the full code of ConfigurableStringHttpMessageConverter:



    /*
    * Copyright 2002-2009 the original author or authors.
    *
    * Licensed under the Apache License, Version...
  6. Replies
    15
    Views
    23,297

    The proposed solution fails when the client...

    The proposed solution fails when the client doesn't specify the proper ACCEPT header, that would result in a 406. Also, the above solution does not work because */* is not allowed for MediaTypes (no...
  7. simple solution

    A very simple solution to this problem is to set the alwaysReauthenticate property to 'true' on the FilterSecurityInterceptor bean.

    Due to the fact that it is the AuthenticationManager which is...
Results 1 to 7 of 7