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 73190 Details for
Bug 187887
The JVMTI agent does not work with secure AC
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]
patch
patch_187887.txt (text/plain), 1.44 KB, created by
Igor Alelekov
on 2007-07-06 07:29:42 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2007-07-06 07:29:42 EDT
Size:
1.44 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.agentcontroller >Index: src-native-new/src/transport/TPTPClientCompTL/CCTLServer.c >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/transport/TPTPClientCompTL/CCTLServer.c,v >retrieving revision 1.24 >diff -u -r1.24 CCTLServer.c >--- src-native-new/src/transport/TPTPClientCompTL/CCTLServer.c 13 Apr 2007 16:08:42 -0000 1.24 >+++ src-native-new/src/transport/TPTPClientCompTL/CCTLServer.c 6 Jul 2007 11:13:22 -0000 >@@ -508,7 +508,7 @@ > * Tell the client to authenticate with the secured server instead > * > */ >- if(cctlData->securityEnabled) { >+ if(cctlData->securityEnabled) { // send redirect to secure server for RAC clients > TPTP_LOG_INFO_MSG1(stateData, "Security is enabled. Notify client to authenticate and drop this connection and reconnect to port %d", cctlData->securedPort); > message = ra_createMessage(RA_CONTROL_MESSAGE, 0); > command = ra_addCommandToMessage(message, NULL); >@@ -516,6 +516,9 @@ > command->info.serverSecurityRequirements.securePort = cctlData->securedPort; > ra_forwardMessage(message, clientConnectionBlock); > ra_destroyMessage(message, FALSE); >+ >+ acPortRequestReply(clientConnectionBlock); // send redirect to AC clients >+ > freeClientConnectionBlock(clientConnectionBlock); > } > /*
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 187887
: 73190