New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-9933
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Keith Brophy
Reporter: Iliya Roubin
Votes: 1
Watchers: 1
Operations

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

Digital signature as an attachment

Created: 18/Apr/06 09:59 AM   Updated: 11/Jun/08 03:40 AM
Component/s: Email integration
Affects Version/s: None
Fix Version/s: 3.6.3

Time Tracking:
Original Estimate: 3 hours
Original Estimate - 3 hours
Remaining Estimate: 0 minutes
Time Spent - 1 day
Time Spent: 1 day
Time Spent - 1 day

File Attachments: 1. Java Source File AbstractMessageHandler.java (17 kB)

Issue Links:
Duplicate
 
Reference
 

Participants: Iliya Roubin, Jed Wesley-Smith [Atlassian], Keith Brophy and Nick Menere [Atlassian]
Since last comment: 11 weeks, 2 days ago
Resolution Date: 22/May/06 02:37 AM
Labels:


 Description  « Hide
When user signs his message with PKCS7 signature, it appears as an attachment to the issue. So we should check if the content is of "application/x-pkcs7-signature" type and ignore it. See the attachment for the implementation (I've taken 3.6 sources).

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Nick Menere [Atlassian] added a comment - 19/Apr/06 12:06 AM
Thanks Iliya.

Will try and get this in the next release.


Jed Wesley-Smith [Atlassian] added a comment - 11/Jun/08 01:17 AM
see the spec: http://www.rfc-editor.org/rfc/rfc2311.txt

probably should check for application/pkcs7-signature as well as application/x-pkcs7-signature