OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

s-ramp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (SRAMP-36) Batch Processing: Content-Type Multipart/HTML no longer valid


    [ http://tools.oasis-open.org/issues/browse/SRAMP-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=30048#action_30048 ] 

Radek Pospisil  commented on SRAMP-36:
--------------------------------------

content-type multipart/http will be replaced with following:

* encapsulating response will be of content-type: multipart/mixed
* individual parts will be of content type message/http; version=1.1;msgtype=response

see
   * http://www.rfc-editor.org/rfc/rfc2616.txt , section 19.1 - message/http and application/http mime types
   * http://reversehttp.net/relay-http-spec.html#enveloperesponsemessagehttp 

example:
REQUEST
POST /s-ramp HTTP/1.1
Host: example.org
Content-Type: application/x-sramp-archive
Content-Length: nnn
 
{ ...binary S-RAMP package data...}

RESPONSE
HTTP/1.1 200 OK
Date: Tues, 26 May 2009 13:13:55 GMT+02:00
Content-Length: nn
Content-Type: multipart/mixed; boundary=package
Mime-Version: 1.0
 
--package
Content-ID: <b.xsd@package>
Content-Type: message/http; version=1.1;msgtype=response

HTTP/1.1 201 Created
Date: Tues, 26 May 2009 13:13:55 GMT+02:00
 
{Created/updated  Atom:entry for file /b.xsd omitted for clarity}
 
--package
Content-ID: <a.wsdl@package>
Content-Type: message/http; version=1.1;msgtype=response

HTTP/1.1 201 Created
Date: Tues, 26 May 2009 13:13:55 GMT+02:00
 
{Created/updated  Atom:entry for file /a.wsdl omitted for clarity}


> Batch Processing: Content-Type Multipart/HTML no longer valid
> -------------------------------------------------------------
>
>                 Key: SRAMP-36
>                 URL: http://tools.oasis-open.org/issues/browse/SRAMP-36
>             Project: OASIS SOA Repository Artifact Model and Protocol (S-RAMP) TC
>          Issue Type: Bug
>          Components: Atom Binding
>    Affects Versions: 1.0
>            Reporter: Vincent Brunssen
>            Assignee: Radek Pospisil 
>             Fix For: 1.0
>
>
> During the discussion of issue SRAMP-8 it was discovered that  Batch Processing has some issues regarding the use of content type.  The Content Type is shown to be multipart/html.  However, Martin Smithson commented to the group that multipart/html was only proposed and this proposal has since expired.  The TC needs to work to figure out which multipart/???? is the correct one to use and make appropriate changes.  The multipart/???? options can be found at http://www.w3.org/Protocols/rfc1341/7_2_Multipart.html.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]