You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/09/05 01:01:24 UTC

[DO NOT REPLY: Bug 3426] New: URIResolver base and href args swapped in Import & Include

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3426

*** shadow/3426	Tue Sep  4 16:01:24 2001
--- shadow/3426.tmp.4523	Tue Sep  4 16:01:24 2001
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | URIResolver base and href args swapped in Import & Include                 |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3426                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: CurrentCVS              |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Major                    OS/Version: All                     |
+ |     Priority: Other                     Component: org.apache.xalan.xsltc  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: gthb@dimon.is                                                |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ When calling SourceLoader.loadSource from
+ Import and Include classes in XSLTC, the
+ base and href arguments are swapped. This
+ effectively breaks custom URIResolvers
+ completely in XSLTC. I'm attaching a patch
+ that fixes this.