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/05/07 19:42:02 UTC

[Bug 1461] Changed - call to URIresolver passes invalid base param during import

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

*** shadow/1461	Mon Apr 23 07:16:51 2001
--- shadow/1461.tmp.17407	Mon May  7 10:42:02 2001
***************
*** 2,11 ****
  | call to URIresolver passes invalid base param during import                |
  +----------------------------------------------------------------------------+
  |        Bug #: 1461                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.1                   |
! |   Resolution:                            Platform: PC                      |
! |     Severity: Normal                   OS/Version:                         |
! |     Priority:                           Component: org.apache.xalan.proces |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: jmeyer@cstlink.com                                           |
--- 2,11 ----
  | call to URIresolver passes invalid base param during import                |
  +----------------------------------------------------------------------------+
  |        Bug #: 1461                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: DUPLICATE                  Platform: PC                      |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: Medium                    Component: org.apache.xalan.proces |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: jmeyer@cstlink.com                                           |
***************
*** 21,24 ****
  try {
  TransformerFactory tFactory = TransformerFactory.newInstance();
          uriResolver = new PipeURIResolver();
!         tFactory.setURIResolver(uriResolver);
--- 21,29 ----
  try {
  TransformerFactory tFactory = TransformerFactory.newInstance();
          uriResolver = new PipeURIResolver();
!         tFactory.setURIResolver(uriResolver);
! 
! ------- Additional Comments From mmidy@apache.org  2001-05-07 10:42 -------
! 
! 
! *** This bug has been marked as a duplicate of 1549 ***