Fix #296 4XX on podcasts page
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public class PodcastReceiverAdminController {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private PodcastService podcastService;
|
private PodcastService podcastService;
|
||||||
|
|
||||||
@RequestMapping(method = RequestMethod.POST)
|
@RequestMapping(method = { RequestMethod.POST, RequestMethod.GET })
|
||||||
protected ModelAndView handleRequestInternal(HttpServletRequest request, HttpServletResponse response) throws Exception {
|
protected ModelAndView handleRequestInternal(HttpServletRequest request, HttpServletResponse response) throws Exception {
|
||||||
Integer channelId = ServletRequestUtils.getIntParameter(request, "channelId");
|
Integer channelId = ServletRequestUtils.getIntParameter(request, "channelId");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user