Return-Path: X-Original-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 775CD10D3F for ; Fri, 24 Jan 2014 16:39:07 +0000 (UTC) Received: (qmail 18426 invoked by uid 500); 24 Jan 2014 16:24:44 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 18098 invoked by uid 500); 24 Jan 2014 16:24:24 -0000 Mailing-List: contact allura-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-dev@incubator.apache.org Received: (qmail 17738 invoked by uid 99); 24 Jan 2014 16:23:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 16:23:43 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 16:23:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:References:In-Reply-To:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=UKkwRSoELDeCSYnQF1Bxldj16FrsJ6Hyt6cF7mMGLMU=; b=QNGqj4xGKtMBKqCbDimzEuHewTLd18kexkh3vi4mZl3XImrAIw0zGgigtJ9AZJzDxxemKQmZjo4FXJgIqOX2WMfyUuEbmqawM222dXPS/LDS4VSYeTL2uNknlSUDKh5B3ORKjW6l9UCpVRwbpChUo/8VMV1bgug9TH83UVqh3OE=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-2.v29.ch3.sourceforge.com) by sfs-alluradaemon-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1W6jXI-0007Bd-BV for allura-dev@incubator.apache.org; Fri, 24 Jan 2014 16:23:16 +0000 Content-Type: multipart/related; boundary="===============8174303886672004849==" MIME-Version: 1.0 To: allura-dev@incubator.apache.org From: "Cory Johns" Reply-To: "[allura:tickets] " <7035@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #7035 Trac wiki import errors on child pages with ", " in name Message-ID:

In-Reply-To: <52cd8413485acd6276ec4d8b.tickets@allura.p.sourceforge.net> References: <52cd8413485acd6276ec4d8b.tickets@allura.p.sourceforge.net> Date: Fri, 24 Jan 2014 16:23:16 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============8174303886672004849== Content-Type: multipart/alternative; boundary="===============8555571621690678134==" MIME-Version: 1.0 --===============8555571621690678134== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit - **status**: code-review --> closed --- ** [tickets:#7035] Trac wiki import errors on child pages with "," in name** **Status:** closed **Labels:** trac import **Created:** Wed Jan 08, 2014 05:00 PM UTC by Dave Brondsema **Last Updated:** Mon Jan 20, 2014 04:53 PM UTC **Owner:** Dave Brondsema E.g importing from http://sourceforge.net/apps/trac/shareaza/wiki/ See http://sourceforge.net/apps/trac/shareaza/wiki/TitleIndex for a list of its pages. Error is: ~~~~ Traceback (most recent call last): File "/home/dbrondsema/dbrondsema-1019/forge/Allura/allura/model/monq_model.py", line 258, in __call__ self.result = func(*self.args, **self.kwargs) File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/base.py", line 122, in import_tool mount_point=mount_point, mount_label=mount_label, **kw) File "/var/local/env-allura/lib/python2.7/site-packages/tracwikiimporter/importer.py", line 118, in import_tool load_data(f.name, WikiFromTrac.parser(), options) File "/home/dbrondsema/dbrondsema-1019/forge/ForgeWiki/forgewiki/scripts/wiki_from_trac/loaders.py", line 54, in load_data import_wiki(cli, options.project, options.wiki, options, doc_txt) File "/home/dbrondsema/dbrondsema-1019/forge/ForgeWiki/forgewiki/scripts/wiki_from_trac/loaders.py", line 70, in import_wiki r = cli.call(url + '/' + title, **page) File "/home/dbrondsema/dbrondsema-1019/forge/Allura/allura/lib/import_api.py", line 63, in call raise e HTTPError: HTTP Error 403: Forbidden ~~~~ --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. --===============8555571621690678134== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
  • status: code-review --> closed

[tickets:#7035] Trac wiki import errors on child pages with "," in name

Status: closed
Labels: trac import
Created: Wed Jan 08, 2014 05:00 PM UTC by Dave Brondsema
Last Updated: Mon Jan 20, 2014 04:53 PM UTC
Owner: Dave Brondsema

E.g importing from http://sourceforge.net/apps/trac/shareaza/wiki/ See http://sourceforge.net/apps/trac/shareaza/wiki/TitleIndex for a list of its pages. Error is:

Traceback (most recent call last):
  File "/home/dbrondsema/dbrondsema-1019/forge/Allura/allura/model/monq_model.py", line 258, in __call__
    self.result = func(*self.args, **self.kwargs)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeImporters/forgeimporters/base.py", line 122, in import_tool
    mount_point=mount_point, mount_label=mount_label, **kw)
  File "/var/local/env-allura/lib/python2.7/site-packages/tracwikiimporter/importer.py", line 118, in import_tool
    load_data(f.name, WikiFromTrac.parser(), options)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeWiki/forgewiki/scripts/wiki_from_trac/loaders.py", line 54, in load_data
    import_wiki(cli, options.project, options.wiki, options, doc_txt)
  File "/home/dbrondsema/dbrondsema-1019/forge/ForgeWiki/forgewiki/scripts/wiki_from_trac/loaders.py", line 70, in import_wiki
    r = cli.call(url + '/' + title, **page)
  File "/home/dbrondsema/dbrondsema-1019/forge/Allura/allura/lib/import_api.py", line 63, in call
    raise e
HTTPError: HTTP Error 403: Forbidden

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

--===============8555571621690678134==-- --===============8174303886672004849==--