Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    505

    From MyEclipse or Eclipse, File->Import->Gradle...

    From MyEclipse or Eclipse, File->Import->Gradle Project, hit next, browse to Root folder of the project, hit Build Model.

    How do you attach a zip file here?
  2. Replies
    4
    Views
    505

    I tested on a smaller project and it gave the...

    I tested on a smaller project and it gave the same error. But when I rearranged the project into multi-project structure, rewrote the build.gradle and included settings.gradle, Importing Gradle...
  3. Replies
    4
    Views
    505

    Importing Gradle project error

    Hi, I'm new to Gradle, and I need to convert an existing Java with an ant build file to Gradle. I wrote a build.gradle for it and now trying to import Gradle Project through MyEclipse with STS Gradle...
  4. Replies
    12
    Views
    1,889

    MyFaces prepending form id problem

    Turned out that MyFaces prepended Id to its parameters and default Spring Security filters were expecting j_username j_password. I am using 1.1.X for compatibility with Tomcat 5.X and the attribute...
  5. Replies
    12
    Views
    1,889

    Yes, thanks for the advice. I did go through the...

    Yes, thanks for the advice. I did go through the debugger. the Authentication object has nothing in it. Principal, password, etc.. were all empty by the time spring filter/manager take over the...
  6. Replies
    12
    Views
    1,889

    It turned out that the username parameter got...

    It turned out that the username parameter got passed to loadUserByUsername was always empty. Found this out when I decided to implemtn UserDetailsService to find out what's going on.

    Now I don't...
  7. Replies
    12
    Views
    1,889

    Here is the error log: 46377...

    Here is the error log:

    46377 [http-8080-Processor24] WARN org.springframework.security.event.authentication.LoggerListener - Authentication event AuthenticationFailureBadCredentialsEvent: ;...
  8. Replies
    12
    Views
    1,889

    I added the encoder as you suggested but it...

    I added the encoder as you suggested but it didn't have any effect.

    Here is what it looks like:
    <authentication-provider>
    <jdbc-user-service data-source-ref="dataSource" />
    ...
  9. Replies
    12
    Views
    1,889

    authorities-by-username-query is not checked

    It seems Spring Security doesn't check or do anything within the authorities-by-username-query of my security context.xml file. Do I need to explicitly tell it to check? When I intentionally give an...
Results 1 to 9 of 9