Jump to content
We've recently updated our Privacy Statement, available here ×

Jasperserver server Tomcat Logs are showing user passwords


jasperrocks

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

This case has already been logged by us to TIBCO support.

The only suggestion they provided us was to modify the logging formats. Filtering the access log.

Remove %s from the following in server.xml under the tomcat directory

<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" startStopThreads="-1"> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="%h %l %u %t "%r" %s %b"></Valve> </Host>

Once this is done, instead of logging the clear text password, it will log some id into the logs.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...