The getAbsolutePath method in class File does not check that a path is valid on the system. It simply appends the parent and child parts together. The getCanonicalPath method insures that a path is valid on the system. (This works even if the path doesn't yet exist.) This will result in more reliable URL parsing.
- relates to
-
JDK-4929030 AppletViewer throws IOException when path is not relative to working dir...
-
- Resolved
-