Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
c9e75401
Commit
c9e75401
authored
Aug 28, 2012
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c
parent
786ee540
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
17 deletions
+6
-17
core/src/main/java/org/b3log/solo/processor/LoginProcessor.java
...rc/main/java/org/b3log/solo/processor/LoginProcessor.java
+1
-1
war/src/main/webapp/WEB-INF/duapp-web.xml
war/src/main/webapp/WEB-INF/duapp-web.xml
+5
-16
No files found.
core/src/main/java/org/b3log/solo/processor/LoginProcessor.java
View file @
c9e75401
...
@@ -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
;
}
}
...
...
war/src/main/webapp/WEB-INF/duapp-web.xml
View file @
c9e75401
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment