6631398: FilePermission improved path checking

Reviewed-by: mullan, skoivu, jdn
This commit is contained in:
Weijun Wang 2012-06-15 09:51:09 +08:00
parent 52f39f95df
commit a15896d20e

View File

@ -418,7 +418,7 @@ public final class FilePermission extends Permission implements Serializable {
*/
public int hashCode() {
return this.cpath.hashCode();
return 0;
}
/**