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
=
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
=
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
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,
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
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
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
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
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
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
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
11 matches
Mail list logo