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 210117 Details for
Bug 369809
Backport to 3.0.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]
backport patch
patch.txt (text/plain), 1.80 KB, created by
David McKnight
on 2012-01-26 09:39:44 EST
(
hide
)
Description:
backport patch
Filename:
MIME Type:
Creator:
David McKnight
Created:
2012-01-26 09:39:44 EST
Size:
1.80 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.21.2.13 >diff -u -r1.21.2.13 CommandMinerThread.java >--- miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java 5 Nov 2010 13:35:51 -0000 1.21.2.13 >+++ miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java 26 Jan 2012 14:39:30 -0000 >@@ -30,6 +30,7 @@ > * David McKnight (IBM) [302996] [dstore] null checks and performance issue with shell output > * David McKnight (IBM) [308246] [dstore] fix for Bug 287305 breaks on z/OS due to "su" usage > * David McKnight (IBM) [323262] [dstore] zos shell does not display [ ] brackets properly >+ * Noriaki Takatsu (IBM) [369767] [multithread][dstore] Invalid Default directory in shell Launch > *******************************************************************************/ > > package org.eclipse.rse.internal.dstore.universal.miners.command; >@@ -179,8 +180,8 @@ > String userHome = null; > Client client = _dataStore.getClient(); > >- if (client != null && !theOS.equals("z/OS")){ //$NON-NLS-1$ >- String clientActualUserId = client.getProperty("user.name");//$NON-NLS-1$ >+ if (client != null && theOS.equals("z/OS")){ //$NON-NLS-1$ >+ String clientActualUserId = client.getProperty("client.username");//$NON-NLS-1$ > String clientUserId = client.getUserid(); > > userHome = client.getProperty("user.home");//$NON-NLS-1$
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 369809
:
210117
|
211492