diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-02-08 17:46:57 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-02-08 17:46:57 +0000 |
commit | f086d2f3ada97461223ce8f2142facb276b82387 (patch) | |
tree | d6c5649dbe2202252af928cfc0c01fa609d73bff /status.xml | |
parent | adf3c2b7cafde18623125d0a7d205dc562cec14a (diff) | |
download | xmlgraphics-fop-f086d2f3ada97461223ce8f2142facb276b82387.tar.gz xmlgraphics-fop-f086d2f3ada97461223ce8f2142facb276b82387.zip |
Bugzilla 41572:
URIs were not properly parsed if they contain bracketed part(s)
Fix suggested by Erwin Tratar.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504980 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index de8c1f99e..4a4ffabae 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="AD" type="fix" fixes-bug="41572" due-to="Erwin Tratar"> + Fix parsing 'url(...)' when the URL itself contains a bracketed part. + </action> <action context="Code" dev="JM" type="add"> Support for GIF images in RTF output (RTF handler, only. Does not affect the RTF library.) </action> |