[ http://issues.apache.org/jira/browse/DERBY-1675?page=all ]
Mike Matrigali updated DERBY-1675:
----------------------------------
Fix Version/s: 10.3.0.0
I committed the submitted patch (derby1675.diff.txt) to the trunk as requested
by Sunitha and given the minor
nature of the reviewers comments -thanks Francois for the quick review.
Go ahead and post
the follow up comment change patch to this issue. This 2 step process actually
works better for
me as I can easily scan the second patch and if it is only comments won't need
to run any other tests to
feel ok to commit.
m1_142:6>svn commit
Sending java\drda\org\apache\derby\impl\drda\DRDAConnThread.java
Sending
java\drda\org\apache\derby\impl\drda\NetworkServerControlImpl.java
Sending java\drda\org\apache\derby\impl\drda\TestProto.java
Sending
java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\jdk14\ver2.8\testSecMec.out
Sending
java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\testSecMec.out
Sending
java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\ver2.6\testSecMec.out
Sending
java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\ver2.8\testSecMec.out
Sending
java\testing\org\apache\derbyTesting\functionTests\master\DerbyNetClient\jdk14\testSecMec.out
Sending
java\testing\org\apache\derbyTesting\functionTests\master\DerbyNetClient\testSecMec.out
Adding java\testing\org\apache\derbyTesting\functionTests\master\ibm14
Adding
java\testing\org\apache\derbyTesting\functionTests\master\ibm14\testProtocol.out
Sending
java\testing\org\apache\derbyTesting\functionTests\master\testProtocol.out
Sending
java\testing\org\apache\derbyTesting\functionTests\tests\derbynet\protocol.tests
Sending
java\testing\org\apache\derbyTesting\functionTests\tests\derbynet\testSecMec.java
Transmitting file data .............
Committed revision 441722.
> Network Server should not send to client that it supports EUSRIDPWD when
> running against Sun JVM
> ------------------------------------------------------------------------------------------------
>
> Key: DERBY-1675
> URL: http://issues.apache.org/jira/browse/DERBY-1675
> Project: Derby
> Issue Type: Improvement
> Components: Network Server
> Affects Versions: 10.1.3.1, 10.1.3.0, 10.1.2.1, 10.1.1.0, 10.0.2.1,
> 10.0.2.0, 10.2.1.0
> Reporter: Sunitha Kambhampati
> Assigned To: Sunitha Kambhampati
> Priority: Minor
> Fix For: 10.3.0.0
>
> Attachments: derby1675.diff.txt, derby1675.stat.txt
>
>
> As part of ACCSECRD, if the server does not accept the security mechanism
> sent by the client, the server will send a list of security mechanism that
> it supports. Currently even when the server is running with sun jvm, it will
> still send EUSRIDPWD as a sec mec that it supports, which is incorrect. The
> server should test if it can support EUSRIDPWD dynamically and if it does,
> only then send EURRIDPWD as an option that it supports.
> see DRDAConnThread.writeACCSECRD(int)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira