Commit c9e75401 authored by Liang Ding's avatar Liang Ding

c

parent 786ee540
...@@ -155,7 +155,7 @@ public final class LoginProcessor { ...@@ -155,7 +155,7 @@ public final class LoginProcessor {
final JSONObject user = userQueryService.getUserByEmail(userEmail); final JSONObject user = userQueryService.getUserByEmail(userEmail);
if (null == user) { if (null == user) {
LOGGER.log(Level.WARNING, "Not found user[email={0}", userEmail); LOGGER.log(Level.WARNING, "Not found user[email={0}]", userEmail);
return; return;
} }
......
...@@ -26,22 +26,11 @@ ...@@ -26,22 +26,11 @@
<du-web-app xmlns="http://bae.baidu.com/java/1.0"> <du-web-app xmlns="http://bae.baidu.com/java/1.0">
<sessions-enabled>true</sessions-enabled> <sessions-enabled>true</sessions-enabled>
<system-properties>
<property name="java.util.logging.level" value="FINEST"/>
</system-properties>
<static-files> <static-files>
<!-- Uses the STANDARD Ant Path Pattern to configure these paths! --> <exclude path="/**.html" />
<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" />
</static-files> </static-files>
</du-web-app> </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