Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-3470

xmlrpc renderContent function always call the default XWiki/1.0 rendered and doesn't render other syntax

    XMLWordPrintable

Details

    • xwiki-core xmlrpc

    Description

      XWIKI-CORE com/xpn/xwiki/xmlrpc/XWikiXmlRpcApiImpl.java
      public function public String renderContent(String token, String space, String pageId, String content) throws Exception 
      {
      ...
         return this.xwiki.getRenderingEngine().renderText(content, baseDocument, this.xwikiContext);
      }
      


      This line renders the content using the default XWiki/1.0 renderer and doesn't render other syntax

      Attachments

        Activity

          People

            fmancinelli Fabio Mancinelli
            pascal.voitot Pascal Voitot
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: