Results 1 to 5 of 5

Thread: Password shows up in logs

  1. #1

    Default Password shows up in logs

    Hi,

    I'm new to Spring and I'm having a small issue with my log files. For some reason, when I log into my Spring application, my password is showing up in the log file that's getting generated by Tomcat. Has anyone has a similar issue? Does anyone know how to correct this?

    Thanks,

    Vinnie

  2. #2

    Default

    bump

    any takers on this one?

  3. #3
    Join Date
    Nov 2008
    Location
    Russia
    Posts
    21

    Default

    What lib you use for login into application?

  4. #4

    Default

    For the logging portion I'm using the apache commons-logging-1.1.1.jar. For the login page itself I'm using SpringMVC.

  5. #5
    Join Date
    Nov 2008
    Location
    Russia
    Posts
    21

    Default

    Probably you use Spring Security, but that lib don't write password in the tomcat logs.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •