File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 String path = request. getContextPath();
1313 HttpSession httpSession = request. getSession();
1414 String journalCitationsHTML = " " ;
15- String uname = " " ;
1615 String uid = (String ) httpSession. getAttribute(" uid" );
16+ String cname = (String ) httpSession. getAttribute(" cname" );
1717 Boolean vetted = (Boolean ) httpSession. getAttribute(" vetted" );
1818 if (vetted == null || ! vetted) {
1919 String packageId = request. getParameter(" packageid" );
2828 requestDispatcher. forward(request, response);
2929 }
3030 else {
31- uname = LoginServlet . uidFromDistinguishedName(uid);
3231 JournalCitationsClient jcc = null ;
3332 try {
3433 jcc = new JournalCitationsClient (uid);
117116
118117 <div class =" row distance_2" >
119118 <div class =" col" >
120- <h2 >View and edit journal article citations recorded by <%= uname % >
121- </h2 >
119+ <h2 >View and edit journal article citations recorded by <em ><%= cname % > </em ></h2 >
122120 </div >
123121 </div >
124122
You can’t perform that action at this time.
0 commit comments