SAAJ TCK testing (was Re: cvs commit: xml-axis/java/test/saaj TestAttachment.java)

2002-07-02 Thread Davanum Srinivas
Hi Rick, Am rolling back my changes. Code should be in sync with the code in beta-3. The spec does not explicitly state that a content-id should or should not be generated. The TCK however does enforce that the mime headers set by the user should be the ones returned during a get operation. You

Re: cvs commit: xml-axis/java/test/saaj TestAttachment.java

2002-07-01 Thread Rick Rineholt
- Do these changes "guarantee" that when a content-id header is gotten that the href will have a "cid:"; prefix this is a must in order to identify the reference as a content-id and not a relative location reference. I don't think I should worry about this as an application since the content-id

Re: cvs commit: xml-axis/java/test/saaj TestAttachment.java

2002-07-01 Thread Davanum Srinivas
Rick, As per our IRC chat this morning, made some changes. Can you please review this? Can it get into beta3? Thanks, dims --- [EMAIL PROTECTED] wrote: > dims2002/07/01 13:01:39 > > Modified:java/src/org/apache/axis/attachments AttachmentPart.java > Attac