提交 2eb00120 编写于 作者: K kohsuke

unused for now

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11313 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8464ea0f
...@@ -23,10 +23,10 @@ final class RSS { ...@@ -23,10 +23,10 @@ final class RSS {
public static void doTrackback( Object it, StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException { public static void doTrackback( Object it, StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException {
req.setCharacterEncoding("UTF-8"); req.setCharacterEncoding("UTF-8");
String title = req.getParameter("title"); // String title = req.getParameter("title");
String url = req.getParameter("url"); String url = req.getParameter("url");
String excerpt = req.getParameter("excerpt"); // String excerpt = req.getParameter("excerpt");
String blog_name = req.getParameter("blog_name"); // String blog_name = req.getParameter("blog_name");
rsp.setStatus(HttpServletResponse.SC_OK); rsp.setStatus(HttpServletResponse.SC_OK);
rsp.setContentType("application/xml; charset=UTF-8"); rsp.setContentType("application/xml; charset=UTF-8");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册