view distribution/config/web.auth @ 1664:dbc2d3cc3bb3

Prevent NPE after CVE-2015-3201 fix in web-storage-service. Reviewed-by: omajid, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-May/013734.html PR2374
author Severin Gehwolf <sgehwolf@redhat.com>
date Tue, 26 May 2015 19:30:10 +0200
parents web/war/src/main/webapp/WEB-INF/web.auth@b1d484174d5a
children
line wrap: on
line source

# Credentials to use for connecting to the backing storage
# (currently mongodb). Uncomment the following two blocks in
# order to use this username/password for the connection.

# Username to use for connecting to the backing storage
# implementation
${web.war.backingstorage.username.snippet}

# Password to use for connecting to the backing storage
# implementation
${web.war.backingstorage.password.snippet}