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 211489 Details for
Bug 369808
Backport to 3.2.x [multithread][dstore] Invalid Default directory in shell Launch
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
patch.txt (text/plain), 1.40 KB, created by
David McKnight
on 2012-02-23 09:30:47 EST
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
David McKnight
Created:
2012-02-23 09:30:47 EST
Size:
1.40 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rse.services.dstore >Index: miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.tm.rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java,v >retrieving revision 1.42.2.2 >diff -u -r1.42.2.2 CommandMinerThread.java >--- miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java 27 Jan 2012 16:00:18 -0000 1.42.2.2 >+++ miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java 23 Feb 2012 14:30:34 -0000 >@@ -188,12 +188,12 @@ > String userHome = null; > Client client = _dataStore.getClient(); > >- if (client != null && theOS.equals("z/OS")){ //$NON-NLS-1$ >+ if (client != null){ //$NON-NLS-1$ > String clientActualUserId = client.getProperty("client.username");//$NON-NLS-1$ > String clientUserId = client.getUserid(); > > userHome = client.getProperty("user.home");//$NON-NLS-1$ >- if (clientUserId != null && !clientActualUserId.equals(clientUserId)){ >+ if (!theOS.equals("z/OS") && clientUserId != null && !clientActualUserId.equals(clientUserId)){ > suCommand = "su " + clientUserId + " -c "; //$NON-NLS-1$ //$NON-NLS-2$ > } > }
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
Actions:
View
|
Diff
Attachments on
bug 369808
:
210116
| 211489