DO NOT REPLY [Bug 44203] Hyphenation file not found when HyphenationBaseURL is set on FopFactory

2012-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44203

Glenn Adams  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #3 from Glenn Adams  2012-04-01 06:42:26 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44203] Hyphenation file not found when HyphenationBaseURL is set on FopFactory

2008-04-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44203


Andreas L. Delmelle <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #2 from Andreas L. Delmelle <[EMAIL PROTECTED]>  2008-04-26 
13:04:03 PST ---
Changes (finally) applied to FOP Trunk.

see: http://svn.apache.org/viewvc?rev=651853&view=rev


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44203] - Hyphenation file not found when HyphenationBaseURL is set on FopFactory

2008-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44203


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2008-02-03 04:46 ---

Sorry for the late reply. There does indeed seem to be a slight error in there.

This would more correctly reflect the intention, I believe:

---
if (in == null) {
if (source.getSystemId() != null) {
in = new 
java.net.URL(source.getSystemId()).openStream();
} else {
throw new UnsupportedOperationException("Cannot load 
hyphenation pattern file"
+ " with the supplied Source object: " + source);
}
}
---

Can you confirm that this works without having to register a custom resolver? 
If so, I'll apply it to the trunk.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.