File tree Expand file tree Collapse file tree
access-control-spring-security/src/main/webapp/WEB-INF/views Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <title >Access Control - Spring Security</title >
99</head >
1010<body >
11- <h1 >Contact Details (User < sec:authentication property = " principal.Username " />) </h1 >
11+ <h1 >Contact Details</h1 >
1212
1313<p >
1414 <strong >ID:</strong > ${ contact. contactId } <br >
Original file line number Diff line number Diff line change 88 <title >Access Control - Spring Security</title >
99</head >
1010<body >
11- <h1 >All Contacts (User <sec:authentication property =" principal.Username" />)</h1 >
11+ <h1 >All my contacts ( <sec:authentication property =" principal.Username" />)</h1 >
1212
1313<ul >
1414 <c:forEach var =" contact" items =" ${ contacts } " >
Original file line number Diff line number Diff line change 1111
1212 <p >There are two users available in this demo application: <strong >userA/userA</strong > and <strong >userB/userB</strong >.</p >
1313
14- <p ><a href =" contacts/list" >All Contacts</a ></p >
14+ <p >List all <a href =" contacts/list" >My Contacts</a ></p >
1515</body >
1616</html >
You can’t perform that action at this time.
0 commit comments