Modify

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#13213 closed defect (fixed)

Dynamic images generation failing to infinit loop

Reported by: pavel.prech@… Owned by: pavel.prech@…
Priority: normal Component: TracWikiToPdfPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

Hi,

I have been trying to make WikiToPDF plugin working with images, but I have got issue where image loading through web server went always to infinite loop and flood filesystem. I have checked your code and there seems to be small typo causing it. By removing it I could fix the problem and images are correctly showed in PDF.

Please check wikitopdf.py line 121

current code:

simgpos = page.find('<img', addrpos)

it should be:

imgpos = page.find('<img', addrpos)

It would make sense to check it and fix it eventually.

Thanks Pavel

Attachments (0)

Change History (3)

comment:1 Changed 7 years ago by Ryan J Ollos

Owner: changed from Diorgenes Felipe Grzesiuk to Ryan J Ollos
Status: newaccepted

Looks like I accidentally committed that in r11472. Thanks for reporting!

comment:2 Changed 7 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 16661:

TracWikiToPdfPlugin 3.0.0dev: Fix regression in r11472

Patch by pavel.prech@…

Fixes #13213.

comment:3 Changed 7 years ago by Ryan J Ollos

Owner: changed from Ryan J Ollos to pavel.prech@…

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain pavel.prech@….
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.