Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 226114 Details for
Bug 398988
[ftp] FTP Only support to zVM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
updated patch with copyrights
patch.txt (text/plain), 3.54 KB, created by
David McKnight
on 2013-01-25 11:23:49 EST
(
hide
)
Description:
updated patch with copyrights
Filename:
MIME Type:
Creator:
David McKnight
Created:
2013-01-25 11:23:49 EST
Size:
3.54 KB
patch
obsolete
>diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java >index b263a8d..063280b 100644 >--- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java >+++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2002, 2012 IBM Corporation and others. >+ * Copyright (c) 2002, 2013 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -79,6 +79,7 @@ > * Rick Sawyer (IBM) - [376535] RSE does not respect editor overrides > * David McKnight (IBM) - [389838] Fast folder transfer does not account for code page > * David Mcknight (IBM) - [374681] Incorrect number of children on the properties page of a directory >+ * Samuel Wu (IBM) - [398988] [ftp] FTP Only support to zVM > *******************************************************************************/ > > package org.eclipse.rse.internal.files.ui.view; >@@ -2153,6 +2154,8 @@ > { > //targetFolder.markStale(true); > targetFolder = targetFS.getRemoteFileObject(targetFolder.getAbsolutePath(), monitor); >+ if (targetFolder == null) >+ targetFolder = (IRemoteFile)target; > } > catch (Exception e) > { >@@ -2593,6 +2596,8 @@ > { > //targetFolder.markStale(true); > targetFolder = targetFS.getRemoteFileObject(targetFolder.getAbsolutePath(), monitor); >+ if (targetFolder == null) >+ targetFolder = (IRemoteFile)target; > } > catch (Exception e) > { >diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPHostFile.java b/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPHostFile.java >index fc08fe3..d279d3c 100644 >--- a/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPHostFile.java >+++ b/rse/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPHostFile.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2008 IBM Corporation and others. >+ * Copyright (c) 2005, 2013 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -23,6 +23,7 @@ > * Javier Montalvo Orus (Symbian) - [198692] FTP should mark files starting with "." as hidden > * David McKnight (IBM) - [209593] [api] add support for "file permissions" and "owner" properties for unix files > * Martin Oberhuber (Wind River) - [235360][ftp][ssh][local] Return proper "Root" IHostFile >+ * Samuel Wu (IBM) - [398988] [ftp] FTP Only support to zVM > *******************************************************************************/ > > package org.eclipse.rse.internal.services.files.ftp; >@@ -67,7 +68,7 @@ > _size = size; > _isArchive = internalIsArchive(); > _canRead = true; >- _canWrite = false; >+ _canWrite = true; > _isRoot = isRoot; > _exists = exists; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ddykstal.eclipse
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 398988
:
226054
| 226114