Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#144 closed defect (released)

HTML generation may need network connection

Reported by: ibboard Owned by: ibboard
Priority: major Milestone: WarFoundry 0.1
Component: WarFoundry-API Version:
Keywords: doctype network Cc:
Blocked By: Blocking:

Description

When testing the document export in a VM without an internet connection the WinForms app crashed out because it couldn't resolve "www.w3c.org". It appeared to be because of the HTML document generation and its doctype, but hasn't been seen in the GTK# app (possibly because those machines have network connections).

It isn't a show-stopper, but it shouldn't happen.

Attachments (1)

XmlDtdResolveError.gif (44.0 KB) - added by ibboard 10 years ago.
Exact error message and stack trace

Download all attachments as: .zip

Change History (11)

Changed 10 years ago by ibboard

Attachment: XmlDtdResolveError.gif added

Exact error message and stack trace

comment:1 Changed 10 years ago by ibboard

Status: newconfirmed

Move tickets to new "confirmed" status to show that they've been checked

comment:2 Changed 10 years ago by ibboard

Owner: set to ibboard
Status: confirmedaccepted

comment:3 Changed 10 years ago by ibboard

Resolution: fixed
Status: acceptedclosed

(In r309) Fixes #144: HTML generation may need network connection

  • Use new "custom XML resolver" for HTML export
  • Add DTD and entity definition files for XHTML Strict

comment:4 Changed 10 years ago by ibboard

Set fix not released (field is boolean but doesn't take a default "false" value)

comment:5 Changed 10 years ago by ibboard

released: 1

Mark fix as released even though it isn't to set a value

comment:6 Changed 10 years ago by ibboard

released: 1

Mark fix as not released for unreleased changes

comment:7 Changed 10 years ago by ibboard

released: 0

comment:8 Changed 10 years ago by ibboard

released: 0no

Mark unreleased fixes as not released

comment:9 Changed 10 years ago by ibboard

released: noyes

Released on 31st October as part of v0.1b4

comment:10 Changed 10 years ago by ibboard

Resolution: fixedreleased

Mark fix as released under a previous version

Note: See TracTickets for help on using tickets.