Index: lams_tool_leader/src/java/org/lamsfoundation/lams/tool/leaderselection/web/controller/AuthoringController.java
===================================================================
diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -rf19ab367a5ab1ed3fc40b7d1d29defc861a986fd
--- lams_tool_leader/src/java/org/lamsfoundation/lams/tool/leaderselection/web/controller/AuthoringController.java (.../AuthoringController.java) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd)
+++ lams_tool_leader/src/java/org/lamsfoundation/lams/tool/leaderselection/web/controller/AuthoringController.java (.../AuthoringController.java) (revision f19ab367a5ab1ed3fc40b7d1d29defc861a986fd)
@@ -45,13 +45,8 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
-/**
- *
- *
- *
- */
@Controller
-//@RequestMapping("")
+@RequestMapping("/authoring")
public class AuthoringController {
private static Logger logger = Logger.getLogger(AuthoringController.class);
@@ -70,7 +65,7 @@
* toolContentID
will be passed in. This will be used to retrieve content for this tool.
*
*/
- @RequestMapping("/authoring")
+ @RequestMapping("")
protected String unspecified(AuthoringForm authoringForm, HttpServletRequest request) {
// Extract toolContentID from parameters.
Index: lams_tool_leader/web/pages/authoring/authoring.jsp
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -rf19ab367a5ab1ed3fc40b7d1d29defc861a986fd
--- lams_tool_leader/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_leader/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision f19ab367a5ab1ed3fc40b7d1d29defc861a986fd)
@@ -25,7 +25,7 @@