Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 13473 invoked from network); 28 Apr 2009 14:40:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Apr 2009 14:40:51 -0000 Received: (qmail 94538 invoked by uid 500); 28 Apr 2009 14:40:51 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 94520 invoked by uid 500); 28 Apr 2009 14:40:51 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 94510 invoked by uid 99); 28 Apr 2009 14:40:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 14:40:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 14:40:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B1A2234C044 for ; Tue, 28 Apr 2009 07:40:30 -0700 (PDT) Message-ID: <146099530.1240929630437.JavaMail.jira@brutus> Date: Tue, 28 Apr 2009 07:40:30 -0700 (PDT) From: "Janne Jalkanen (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Resolved: (JSPWIKI-527) Parsing of WikiDocument cuts too long lines/paragraphs In-Reply-To: <1246877500.1240928610375.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Janne Jalkanen resolved JSPWIKI-527. ------------------------------------ Resolution: Won't Fix This is a feature, not a bug. Lines which are too long may cause memory management problems, so we filter out any really large lines. A simple workaround is that you can emit a newline in suitable points in your HTML. > Parsing of WikiDocument cuts too long lines/paragraphs > ------------------------------------------------------ > > Key: JSPWIKI-527 > URL: https://issues.apache.org/jira/browse/JSPWIKI-527 > Project: JSPWiki > Issue Type: Bug > Components: Core & storage > Affects Versions: 2.8.1 > Environment: Win XP & LInux > Reporter: Jochen Reutelshoefer > > After the filters are run the WikiDocument is re-parsed if the filter changed some data. If there is some too long content without linebreaks the paragraph gets cut. (> 10000 characters) > I have a pageFilter that creates (longer) HTML-output. If I dont put in any linebreaks, it gets broken/trimmed always to same length (destroying HTML-Structure of page).. > Might have something to do with the alorithm parsing that tree of Content objects and/or the used data-structures. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.