History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-960
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Hiram Chirino
Reporter: Kelly Campbell
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN

Created: 06/Oct/06 12:48 PM   Updated: 16/Oct/06 01:55 PM
Component/s: Transport
Affects Version/s: 4.1.0
Fix Version/s: 4.1.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File activemq-patch-20061006-1.patch 2006-10-06 12:48 PM Kelly Campbell 10 kb
Text File Licensed for inclusion in ASF works activemq-patch-20061006-2.patch 2006-10-06 01:02 PM Kelly Campbell 12 kb
Environment: all

Patch Info: Patch Available


 Description  « Hide
The attached patch provides better error reporting for transport errors by reporting the host which was trying to connect.
It also provides a toString for SslTransport to distinguish it from the regular tcp transport, and includes some improved javadoc for the new SSL client certificate authentication feature.

Additionally, it changes the username reported through the JMSXUserId field to be the full distinguished name rather than the username mapped in the users properties file.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Kelly Campbell - 06/Oct/06 12:55 PM
Sorry, my patch is broken due to some other changes I had in the same workspace that weren't ready to include yet. I'll send an updated patch shortly.

Kelly Campbell - 06/Oct/06 01:02 PM
Updated patch to fix compile errors and include missing file.

Hiram Chirino - 16/Oct/06 01:54 PM
Thanks Kelly! patch applied in trunk rev 464659