]> source.dussan.org Git - xmlgraphics-fop.git/commit
Changed the way the URL stream is opened. Use URLConnection now.
authorJeremias Maerki <jeremias@apache.org>
Thu, 23 Feb 2006 10:32:58 +0000 (10:32 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 23 Feb 2006 10:32:58 +0000 (10:32 +0000)
commit0dc55eafd67cd5b6b5b927b81c5cf7ed96a42abb
treef24154c2ed65a40af68ad52f9f246d26f0fe89ae
parentcee970d0e3ee2559c8261b2e101b828ca12ab696
Changed the way the URL stream is opened. Use URLConnection now.
Added an empty protected method that can be overridden to set parameters like HTTP Basic Authentication on the URLConnection.
Convenience method added for handling HTTP Basic Authentication.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@380092 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/apps/FOURIResolver.java