Search:

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

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,154

    I turned on spring security debug logging and I...

    I turned on spring security debug logging and I got answer. I was sending GET request and only POST is supported. It it works perfectly now.
    You where right. Thank you.
  2. Replies
    4
    Views
    1,154

    Well I'm trying to configure basic scenario to...

    Well I'm trying to configure basic scenario to login. I have standard spring login page. I submit login information to j_spring_security_check. No errors in console, and I've always been redirected...
  3. Replies
    4
    Views
    1,154

    loadUserByUsername method is never called

    This is my configuration

    <http use-expressions="true" auto-config="false">
    <intercept-url pattern="/login" access="permitAll" />
    <intercept-url pattern="/resources/**" filters="none" />...
  4. Model attribute is not injected as parameter in spring 3.1.0.M2

    @ModelAttribute("model")
    public UserSearchModel getUserSearchModel() {
    final UserSearchModel detailedModel = new UserSearchModel();
    final StringMultiFieldSearchCriterion criterion = new...
  5. Replies
    0
    Views
    555

    Spring web flow - show info messages

    Hi to all.
    Do anybody knows how to show info message or any other than error message to the user using MessageBuilder. I'm able to show only error message.
    Example:
    MessageBuilder builder = new...
Results 1 to 5 of 5