cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2003-09-03 Thread igorh
igorh 2003/09/03 12:21:51 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Patch for Bugzilla Bug 22777 Revision ChangesPath 1.22 +25 -4 xml-xalan/java/src/org/apache/xml/utils/SystemIDResolver.java Index: SystemIDResolver.java =

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2003-08-14 Thread igorh
igorh 2003/08/08 10:11:31 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Patch for Bugzilla Bug 21893 Revision ChangesPath 1.21 +25 -9 xml-xalan/java/src/org/apache/xml/utils/SystemIDResolver.java Index: SystemIDResolver.java =

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2002-11-11 Thread mkwan
mkwan 2002/11/11 07:48:42 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Minor improvement to the getAbsoluteURIFromRelative() and getAbsoluteURI() interfaces. Reorganize the code to be more efficient. Return a slightly better result when the input string is

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2002-11-01 Thread mkwan
mkwan 2002/11/01 08:24:00 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Rework the SystemIDResolver class for Bugzilla 13651 and 13977. The getAbsoluteURI interfaces have been rewritten so that they always return a good absolute URI for a systemId string,

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java TreeWalker.java

2002-08-01 Thread zongaro
zongaro 2002/08/01 12:55:31 Modified:java/src/org/apache/xalan/extensions Tag: XSLTC_DTM ExtensionHandlerJavaClass.java java/src/org/apache/xalan/lib Tag: XSLTC_DTM ExsltCommon.java ExsltMath.java ExsltSets.java

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2002-07-30 Thread zongaro
zongaro 2002/07/30 11:00:00 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Applying patches for Morris Kwan for bug 10519. Changed condition in absoluteURI method to handle the case where the URI is the root of a file system - e.g., / or c:\ Revision Chang

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2002-03-21 Thread sboag
sboag 02/03/21 16:43:41 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Put extra check for getAbsoluteURI(String urlString, String base) for absolute file paths with no protocol... I think one of the last check-in's wiped this out. So now, if the path is the

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2002-01-13 Thread curcuru
curcuru 02/01/13 13:25:06 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Fix Bugzilla#5701: incorrect resolution of certain kinds of absolute file: URIs Note: This definitely seems to be more correct in terms of resolving URIs vis-a-vis RFC 2396 than it used t

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2001-08-17 Thread mmidy
mmidy 01/08/17 12:15:08 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Make sure base is not null before checking for its contents. Revision ChangesPath 1.12 +1 -1 xml-xalan/java/src/org/apache/xml/utils/SystemIDResolver.java Index: Sy

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2001-08-15 Thread mmidy
mmidy 01/08/15 14:40:06 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Fix problem with resolving a relative URI from a processing instruction Revision ChangesPath 1.11 +6 -6 xml-xalan/java/src/org/apache/xml/utils/SystemIDResolver.java

cvs commit: xml-xalan/java/src/org/apache/xml/utils SystemIDResolver.java

2001-08-09 Thread mmidy
mmidy 01/08/09 11:32:55 Modified:java/src/org/apache/xalan/processor TransformerFactoryImpl.java java/src/org/apache/xalan/transformer TransformerIdentityImpl.java java/src/org/apache/xml/utils SystemIDResol