Commit c9e75401 authored by Liang Ding's avatar Liang Ding

c

parent 786ee540
......@@ -155,7 +155,7 @@ public final class LoginProcessor {
final JSONObject user = userQueryService.getUserByEmail(userEmail);
if (null == user) {
LOGGER.log(Level.WARNING, "Not found user[email={0}", userEmail);
LOGGER.log(Level.WARNING, "Not found user[email={0}]", userEmail);
return;
}
......
......@@ -26,22 +26,11 @@
<du-web-app xmlns="http://bae.baidu.com/java/1.0">
<sessions-enabled>true</sessions-enabled>
<system-properties>
<property name="java.util.logging.level" value="FINEST"/>
</system-properties>
<static-files>
<!-- Uses the STANDARD Ant Path Pattern to configure these paths! -->
<include path="/favicon.ico" />
<include path="/favicon.png" />
<include path="/robots.txt" />
<!-- <include path="/**.js" /> -->
<include path="/**.css" />
<include path="/**.htm" />
<include path="/**.html" />
<include path="/**.gif" />
<include path="/**.png" />
<include path="/**.jpg" />
<include path="/**.swf" />
<exclude path="/**.html" />
</static-files>
</du-web-app>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment