[jira] [Commented] (QPID-3267) Java broker authentication does not work on JRE's other than Sun's

2011-07-13 Thread Robbie Gemmell (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13064622#comment-13064622
 ] 

Robbie Gemmell commented on QPID-3267:
--

Hi Danushka,

With the patch for QPID-3310 now applied, this issue should hopefully be 
resolved, so I've pushed this JIRA to Ready To Review as a result, Can you 
check the updated code meets your need and close this out if it does?

Thanks,
Robbie

 Java broker authentication does not work on JRE's other than Sun's
 --

 Key: QPID-3267
 URL: https://issues.apache.org/jira/browse/QPID-3267
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker
Affects Versions: 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12
Reporter: Danushka Menikkumbura
Assignee: Robbie Gemmell
Priority: Critical
 Fix For: 0.13

 Attachments: QPID-3267.patch


 This is due to use of com.sun.security.auth.UserPrincipal in ServerSession 
 which is sun-specific.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] [Commented] (QPID-3267) Java broker authentication does not work on JRE's other than Sun's

2011-06-26 Thread Robbie Gemmell (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13055081#comment-13055081
 ] 

Robbie Gemmell commented on QPID-3267:
--

I echo Keith's comments about the unecessary duplication, and would add that 
there was also no unit test for the new class in the patch (although that was 
also true of the existing class at the time, but I see Keith added tests in 
subsequent work he did).

Given that the majority of the attached patch is unecessary due to the above, 
and it looks like the patch in QPID-3310 removes the use of 
com.sun.security.auth.UserPrincipal in ServerSession anyway whilst to use 
Subjects, I am just going to incorporate this issue into QPID-3310.

 Java broker authentication does not work on JRE's other than Sun's
 --

 Key: QPID-3267
 URL: https://issues.apache.org/jira/browse/QPID-3267
 Project: Qpid
  Issue Type: Bug
Reporter: Danushka Menikkumbura
Assignee: Robbie Gemmell
Priority: Critical
 Attachments: QPID-3267.patch


 This is due to use of com.sun.security.auth.UserPrincipal in ServerSession 
 which is sun-specific.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] [Commented] (QPID-3267) Java broker authentication does not work on JRE's other than Sun's

2011-06-02 Thread Keith Wall (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13042637#comment-13042637
 ] 

Keith Wall commented on QPID-3267:
--

Hi Danushka

I agree with the intention of the patch, but is there a reason why you didn't 
use the existing class UsernamePrincipal (org.apache.qpid.server.auth.sasl) 
rather than introduce a new?

cheers Keith.


 Java broker authentication does not work on JRE's other than Sun's
 --

 Key: QPID-3267
 URL: https://issues.apache.org/jira/browse/QPID-3267
 Project: Qpid
  Issue Type: Bug
Reporter: Danushka Menikkumbura
Priority: Critical
 Attachments: QPID-3267.patch


 This is due to use of com.sun.security.auth.UserPrincipal in ServerSession 
 which is sun-specific.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] [Commented] (QPID-3267) Java broker authentication does not work on JRE's other than Sun's

2011-05-19 Thread Danushka Menikkumbura (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13036359#comment-13036359
 ] 

Danushka Menikkumbura commented on QPID-3267:
-

As I understand we need to have an internal implementation of UserPrincipal to 
fix this issue. Please review and apply the attached patch.

Thanks,
Danushka

 Java broker authentication does not work on JRE's other than Sun's
 --

 Key: QPID-3267
 URL: https://issues.apache.org/jira/browse/QPID-3267
 Project: Qpid
  Issue Type: Bug
Reporter: Danushka Menikkumbura
Priority: Critical
 Attachments: QPID-3267.patch


 This is due to use of com.sun.security.auth.UserPrincipal in ServerSession 
 which is sun-specific.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org