11etc/urls01.txt
22---------------------------------------------------------------------
3- 5. Apr 23:17:52
3+ 5. Apr 23:19:11
44---------------------------------------------------------------------
55/context
66---------------------------------------------------------------------
77= "/context")
8- @RequestMapping(value = "/choose/{newContextId}",
8+ @RequestMapping(path = "/choose/{newContextId}",
99/error
1010---------------------------------------------------------------------
1111@RequestMapping(path="/fehler", method={RequestMethod.GET,RequestMethod.POST, RequestMethod.PUT})
@@ -31,7 +31,7 @@ etc/urls01.txt
3131@RequestMapping(path = "/{projectId}/task/add/",
3232/search
3333---------------------------------------------------------------------
34- @RequestMapping(value = "/search",
34+ @RequestMapping(path = "/search",
3535/task
3636---------------------------------------------------------------------
3737= "/task")
@@ -47,74 +47,74 @@ etc/urls01.txt
4747/taskstate
4848---------------------------------------------------------------------
4949= "/taskstate")
50- @RequestMapping(value = "/inbox",
51- @RequestMapping(value = "/today",
52- @RequestMapping(value = "/next",
53- @RequestMapping(value = "/waiting",
54- @RequestMapping(value = "/scheduled",
55- @RequestMapping(value = "/someday",
56- @RequestMapping(value = "/completed",
57- @RequestMapping(value = "/trash",
58- @RequestMapping(value = "/focus",
50+ @RequestMapping(path = "/inbox",
51+ @RequestMapping(path = "/today",
52+ @RequestMapping(path = "/next",
53+ @RequestMapping(path = "/waiting",
54+ @RequestMapping(path = "/scheduled",
55+ @RequestMapping(path = "/someday",
56+ @RequestMapping(path = "/completed",
57+ @RequestMapping(path = "/trash",
58+ @RequestMapping(path = "/focus",
5959= "/taskstate/task")
60- @RequestMapping(value = "/{sourceTaskId}/changeorderto/{destinationTaskId}",
61- @RequestMapping(value = "/{taskId}/move/to/project/{projectId}",
62- @RequestMapping(value = "/{taskId}/move/to/taskstate/inbox",
63- @RequestMapping(value = "/{taskId}/move/to/taskstate/today",
64- @RequestMapping(value = "/{taskId}/move/to/taskstate//next",
65- @RequestMapping(value = "/{taskId}/move/to/taskstate/waiting",
66- @RequestMapping(value = "/{taskId}/move/to/taskstate//someday",
67- @RequestMapping(value = "/{taskId}/move/to/taskstate/focus",
68- @RequestMapping(value = "/{taskId}/move/to/taskstate/completed",
69- @RequestMapping(value = "/{taskId}/move/to/taskstate/trash",
70- @RequestMapping(value = "/completed/move/to/taskstate/trash",
71- @RequestMapping(value = "/trash/empty",
60+ @RequestMapping(path = "/{sourceTaskId}/changeorderto/{destinationTaskId}",
61+ @RequestMapping(path = "/{taskId}/move/to/project/{projectId}",
62+ @RequestMapping(path = "/{taskId}/move/to/taskstate/inbox",
63+ @RequestMapping(path = "/{taskId}/move/to/taskstate/today",
64+ @RequestMapping(path = "/{taskId}/move/to/taskstate//next",
65+ @RequestMapping(path = "/{taskId}/move/to/taskstate/waiting",
66+ @RequestMapping(path = "/{taskId}/move/to/taskstate//someday",
67+ @RequestMapping(path = "/{taskId}/move/to/taskstate/focus",
68+ @RequestMapping(path = "/{taskId}/move/to/taskstate/completed",
69+ @RequestMapping(path = "/{taskId}/move/to/taskstate/trash",
70+ @RequestMapping(path = "/completed/move/to/taskstate/trash",
71+ @RequestMapping(path = "/trash/empty",
7272@RequestMapping(path = "/{taskId}/complete",
7373@RequestMapping(path = "/{taskId}/incomplete/",
7474@RequestMapping(path = "/{taskId}/setfocus/",
7575@RequestMapping(path = "/{taskId}/unsetfocus",
7676/testdata
7777---------------------------------------------------------------------
7878= "/test")
79- @RequestMapping(value = "/helper/project/createTree",
79+ @RequestMapping(path = "/helper/project/createTree",
8080---------------------------------------------------------------------
8181/user/login
8282---------------------------------------------------------------------
83- @RequestMapping(value = "/login",
84- @RequestMapping(value = "/login",
85- @RequestMapping(value ="/logout", method =
83+ @RequestMapping(path = "/login",
84+ @RequestMapping(path = "/login",
85+ @RequestMapping(path ="/logout", method =
8686/user/messages
8787---------------------------------------------------------------------
8888= "/user2user/")
89- @RequestMapping(value = "/{userId}/messages/",
90- @RequestMapping(value = "/{userId}/messages/",
89+ @RequestMapping(path = "/{userId}/messages/",
90+ @RequestMapping(path = "/{userId}/messages/",
9191/user/register
9292---------------------------------------------------------------------
93- @RequestMapping(value = "/register",
94- @RequestMapping(value = "/register",
95- @RequestMapping(value = "/confirm/{confirmId}",
96- @RequestMapping(value = "/confirm/{confirmId}",
93+ @RequestMapping(path = "/register",
94+ @RequestMapping(path = "/register",
95+ @RequestMapping(path = "/confirm/{confirmId}",
96+ @RequestMapping(path = "/confirm/{confirmId}",
9797/user/resetpassword
9898---------------------------------------------------------------------
99- @RequestMapping(value = "/resetPassword",
100- @RequestMapping(value = "/resetPassword",
101- @RequestMapping(value = "/passwordResetConfirm/{confirmId}",
102- @RequestMapping(value = "/passwordResetConfirm/{confirmId}",
99+ @RequestMapping(path = "/resetPassword",
100+ @RequestMapping(path = "/resetPassword",
101+ @RequestMapping(path = "/passwordResetConfirm/{confirmId}",
102+ @RequestMapping(path = "/passwordResetConfirm/{confirmId}",
103103/user/selfservice
104104---------------------------------------------------------------------
105105= "/user/selfservice")
106- @RequestMapping(value = "/profile",
107- @RequestMapping(value = "/name",
108- @RequestMapping(value = "/name",
109- @RequestMapping(value = "/password",
110- @RequestMapping(value = "/password",
111- @RequestMapping(value = "/contexts",
112- @RequestMapping(value = "/contexts",
113- @RequestMapping(value = "/context/add",
114- @RequestMapping(value = "/context/add",
115- @RequestMapping(value = "/context/edit/{contextId}",
116- @RequestMapping(value = "/context/edit/{contextId}",
117- @RequestMapping(value = "/context/delete/{id}",
118- @RequestMapping(value = "/language",
119- @RequestMapping(value = "/language",
106+ @RequestMapping(path = "/profile",
107+ @RequestMapping(path = "/name",
108+ @RequestMapping(path = "/name",
109+ @RequestMapping(path = "/password",
110+ @RequestMapping(path = "/password",
111+ @RequestMapping(path = "/contexts",
112+ @RequestMapping(path = "/contexts",
113+ @RequestMapping(path = "/context/add",
114+ @RequestMapping(path = "/context/add",
115+ @RequestMapping(path = "/context/edit/{contextId}",
116+ @RequestMapping(path = "/context/edit/{contextId}",
117+ @RequestMapping(path = "/context/delete/{id}",
118+ @RequestMapping(path = "/language",
119+ @RequestMapping(path = "/language",
120120---------------------------------------------------------------------
0 commit comments