Executable embedding ok
This commit is contained in:
@@ -102,7 +102,7 @@ class ApiServlet : HttpServlet() {
|
||||
}
|
||||
if (payload != null) {
|
||||
try {
|
||||
logger.logPayload(green(">> "), payload, false)
|
||||
logger.logPayload(">> ", payload, false)
|
||||
} catch (ioe: IOException) {
|
||||
}
|
||||
}
|
||||
|
@@ -55,7 +55,7 @@ class WebappManager : ServletContextListener, ServletContextAttributeListener, H
|
||||
context.setAttribute("manager", this)
|
||||
webappRoot = context.getRealPath("/")
|
||||
try {
|
||||
properties.load(context.getResourceAsStream("/WEB-INF/webapp.properties"))
|
||||
properties.load(context.getResourceAsStream("/WEB-INF/pairgoth.properties"))
|
||||
val submaps: MutableMap<String, MutableMap<String, String>> = HashMap()
|
||||
for (prop in properties.stringPropertyNames()) {
|
||||
val value = properties.getProperty(prop)
|
||||
|
Reference in New Issue
Block a user