Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f53e97ea
authored
Oct 06, 2012
by
Tuukka Kivilahti, TKffTK
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of codecrew.fi:bortal
2 parents
2f47f63b
e6756258
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/LanBortalWeb/src/fi/insomnia/bortal/servlet/BortalCommand.java
code/LanBortalWeb/src/fi/insomnia/bortal/servlet/BortalCommand.java
View file @
f53e97e
...
...
@@ -99,7 +99,7 @@ public class BortalCommand implements Command, Runnable {
outstream
.
flush
();
returnValue
=
parseCommand
(
cmdBuilder
.
toString
());
outstream
.
write
(
"["
+
returnValue
+
"] "
+
BortalLocalContextHolder
.
getInstance
().
loginContext
.
getSubject
().
getPrincipals
().
iterator
().
next
().
getName
()
+
" # "
);
outstream
.
write
(
"["
+
returnValue
+
"] "
+
BortalLocalContextHolder
.
getInstance
().
getLoginContext
()
.
getSubject
().
getPrincipals
().
iterator
().
next
().
getName
()
+
" # "
);
outstream
.
flush
();
cmdBuilder
=
new
StringBuilder
();
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment