Support for HTTP  Range header element

Regarding Weblogic 7.1 sp2 +,
Does the HTTP implementation in the web server component support the "Range" header
element ???

Damien Dallimore wrote:
Regarding Weblogic 7.1 sp2 +,
Does the HTTP implementation in the web server component support the "Range" header
element ???Welblogic 8.1 supports HTTP byte-ranges. You can contact customer
support if you need a patch on 71

Similar Messages

  • [svn:osmf:] 10164: Prototype: Add support for retrieving VAST wrapper elements.

    Revision: 10164
    Author:   [email protected]
    Date:     2009-09-11 12:11:59 -0700 (Fri, 11 Sep 2009)
    Log Message:
    Prototype: Add support for retrieving VAST wrapper elements.  Introduce HTTPLoader for retrieving data from URLs.  Minor changes to VAST object model and parser (just the minimum to get wrapper parsing to work), probably needs a formal pass.
    Modified Paths:
        osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoadedContex t.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTMediaGenerato r.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInline.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdWrapper.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/dom/MASTDocume ntProcessor.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTLoad er.as
    Added Paths:
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/HTTPLoadedContext.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/HTTPLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTDocumentProc essedEvent.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTDocumentProc essor.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInfoBase.as

  • [svn:osmf:] 13828: 1. Add MBR + DRM support for http streaming

    Revision: 13828
    Revision: 13828
    Author:   [email protected]
    Date:     2010-01-27 14:56:10 -0800 (Wed, 27 Jan 2010)
    Log Message:
    1. Add MBR + DRM support for http streaming
    2. Fix unit TestManifestParser.as to reflect the changes
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/video/VideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as

    Hello Alex,
    I don't have an answer for you.
    But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
    I'm wondering that Google TV's flash player doesn't support prompt dialog.
    http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
    Thanks,
    -- Hiroshi

  • Using HTTP Range Header in Sound's URL Request

    Hi,
    We have an audio player that loads and play external mp3s using the Sound object.  To improve audio scrubbing performance over slow connections we're
    thinking of adding the Range header to the URLrequest to retrieve a specific byte range when the user adjusts the seek bar. Has anyone done this before? Is this even possible with Flash?  Thanks in advance for your help.

    I will try to describe my project maybe somebody will give me another solution. I have 2 web applications, running on Jboss and Oracle As, in the same network. The application on Oracle As uses basic authentication. The application running on Jboss has no authentication, basic, form on digest, but the request is to implement an authorization against the Oracle As users.
    I find out the solution to authenticate through the java code using Authenticator.setDefault, please see the code above, but when I try to click a link to a secured page in Oracle As I still receive the basic popup askink me for user and password.
    Therefore I need to add authentication information to the http request header sent by the client running on jboss when open a secured page from the second app, running on Oracle As.
    The application on Oracle Aps uses basic authentication so I just need to add the "Authorization: Basic <base64 string>" header. I checked with http://web-sniffer.net/ to see exactly how this header looks like.
    Can anybody offer an example to demonstrate how to add the Authorization header? Thanks.

  • HttpURLConnection , Response Code : 404 for HTTP method HEAD  302 for GET

    After establishing the connection For the URL : http://calendar.google.com/ the response code is different for different HTTP METHODS.
    For the method HEAD the response code is 404
    For the method GET the response code is 302
    Ideally according to W3 standards the header part for both methods should be same.
    www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
    Unfortunately all the websites are not following the same standards.
    The above brings up an important issue.
    (i.e) soley depending on the HEAD method for checking the validity of the link may fail sometimes even if the link is
    valid.
    Please put up your comments and observations on this.
    Sample Code
    public static void main(String[] args) {
    try{
    URL myurl = new URL("http://calendar.google.com");
    URLConnection connection = myurl.openConnection();
    if(connection instanceof HttpURLConnection) {
    HttpURLConnection httpConnection = (HttpURLConnection) connection;
    HttpURLConnection.setFollowRedirects(true);
    httpConnection.setRequestMethod("HEAD");
    httpConnection.connect();
    System.out.println("Response = "+httpConnection.getResponseCode());
    catch(Exception e) {
    System.out.println(e);
    Edited by: rama.krishna on Dec 3, 2007 3:47 AM

    Iam not encountering any problem.It's just a discussion.

  • Support for HTTP Extension Framework

    Hi,
    I need to use some headers defined in HTTP Extension Framework
    (RFC 2274). Does Weblogic provide support for this extension
    framework ? If so which version of Weblogic should i be using ?
    Thanks & Regards,
    Prasad Shetty

    Hello Kumar,
    Yes, these are part of HTTP 1.1 extensions. In case this is not currently supported, would really appreciate if you could let me know if it is planned in the future releases.
    Regards,
    Prasad Shetty
    Kumar Allamraju <[email protected]> wrote in message news:[email protected]..
    Are these extensions part of HTTP 1.1?
    Prasad Shetty wrote:
    Hi,
    I need to use some headers defined in HTTP Extension Framework
    (RFC 2274). Does Weblogic provide support for this extension
    framework ? If so which version of Weblogic should i be using ?
    Thanks & Regards,
    Prasad Shetty
    [att1.html]

  • Support for https//  protocol in websphere

    Hi
    iam using websphere 5.1.2 i redirect my jsp to https//localhost:9080/sam.jsp but its not display .
    Can u help me how to configure websphere for support of Https
    protocol
    Thanx

    Hi
    Try https://localhost:9443/sam.jsp if you use a default configuration of websphere testenvironment. (Not sure if a full Websphere installation is configured the same way...)
    If this does not work use Websphere Admin Console to configure an additional secure port.

  • I18n Support for WD-Java UI Elements on CE 7.10, Particularly Chinese text

    Hello Experts,
    Using NWDS 7.10 SP5, I have followed the Tutorial : Developing International
    WebDynpro Applications
    (cf. http://help.sap.com/saphelp_nw04s/helpdata/en
    /44/f0674039c6c549e10000000a1550b0/frameset.htm)
    to create a WD-Java program with three languages : English, German and Chinese.
    I can see that the files below
    Location.dtsimpletytype
    Location.dtsimpletytype_de.xlf
    Location.dtsimpletytype_de.properties
    Location.dtsimpletytype_zh.xlf
    Location.dtsimpletytype_zh.properties
    I18nView0.wdview.xlf
    I18nView0.wdview_de.xlf
    I18nView0.wdview_de.properties
    I18nView0.wdview_zh.xlf
    I18nView0.wdview_zh.properties
    are generated in the related folders.
    The build EAR file is deployed a CE 7.10 SP7 instance.
    The English and German versions of UI are working fine; however, the Chinese version is missing.
    I checked inside the generated JAR file (company.com~i18ntest.jar) and found the following files :
    (Simple Type Resource Properties File)
    simpleTypeResource.properties
    simpleTypeResource_de.properties
    simpleTypeResource_en.properties
    (WD Component Text Resource Properties File)
    ResouceI18nComp01.properties
    ResouceI18nComp01_de.properties
    ResouceI18nComp01_en.properties
    There is no *_zh.properties file in there !
    I am wondering whether I have missing something or WD-Java for CE 7.10 does
    support Chinese (or other asian languages) UI element/message at all ??
    Any info will be much appreciated !
    Ying-Jie Chen

    Hi Yingjie,
    I am also facing the same problem.
    Can you pls tell how did you solve this issue?
    Thanks!

  • Support for Nikon D7100 in Elements 10

    Elements 10 will not open NEF files from my new Nikon D7100. It opens those same type of files from the D7000 and the D800.Does this mean I will need E 11?
    Message title was edited by: Brett N

    WIN : http://www.adobe.com/support/downloads/detail.jsp?ftpID=5569
    MAC : http://www.adobe.com/support/downloads/detail.jsp?ftpID=5568

  • Support for HTTP Chunking

    Hi -
    I am using bPEL PM to integrate with Salesfroce.com. After reading the API for SFDC, I am concerned about HTTP Chunking in the responses from teh API.
    Does Oracle BPEL PM support service responses that are HTTP-Chunk'ed? Will this have an effect on my services?
    Thanks for your help!

    we have a demo shipped with BPEL PM (samples/demos/SalesForce...) that shows how to use the API .. I believe this transport props should be fully transparent and should NOT affect the BPEL engine at all..
    /clemens

  • Natvis: Support for pattern in Item element

    I'm working with a large set of generated classes, whose fields are named like so:
    m_XXX_entry
    I would like to be able to define a natvis rule that looks something like this:
    <Type Name="GeneratedBase">
    <Expand>
    <FieldItems>
    <Expression>m_(\w+)_entry</Expression>
    <DisplayName>$1</DisplayName>
    <Value>this->m_value</Value>
    </FieldItems>
    </Expand>
    </Type>
    Is there already an existing feature that can accomplish this? If not, is there a way to extend natvis to enable something like this?
    Thanks

    Hi yxrkt,
    I'm afraid that you would custom the data type with the debugger extension.
    This blog shared us a simple sample about "how to create a type visualizer for a custom data type", maybe it could provide useful information for you.
    http://blogs.msdn.com/b/vcblog/archive/2012/07/12/10329460.aspx
    The MSDN document shared us some information about how to create custom views of native objects in the debugger.
    https://msdn.microsoft.com/en-us/library/jj620914.aspx?f=255&MSPPError=-2147217396#BKMK_Expressions_and_formatting
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • WAAS Support for HTTPS

    Hi,
    As the topic says does WAAS support acceleration of https traffic? If so where can I find this information?
    Also and more importantly where can I find performance and scalability information (Max Opt tcp connections, WAN capacity etc.) for WAAS and WAVE devices?

    HTTPS is currently only accelerated with TFO (no compression or AO) in WAAS 4.1.1 and before. HTTPS support is being introduced with a Application Optimizer in the upcoming release WAAS 4.1.3. 4.1.3 will allow optimization past TFO to include Full Optimization, etc.
    Look for a late March release date with more information on the HTTPS AO as well as Scaling information at that time.
    The current scalability numbers can be obtained from your partner and/or sales team, which would probably be the best way to review all the models.
    Thanks,
    Dan

  • Flash Player Support for HTTP Live Streaming?

    Does Flash Player 11 / Air for TV 3.0 support HTTP Live Streaming ?

    If you need help with posting messages in the forum there is a test forum available at http://forums.adobe.com/community/general/forum_comments/testing

  • Changes to SMB/CIFS? Support for Byte-Range Locking?

    Since upgrading to leopard I have noticed some significant change to the "SMB" protocol. I am trying to confirm if byte-range locking is now supported by "SMB" in Leopard. Can anyone verify this. Is there anywhere to see what changes have been made to SMB/CIFS in Leopard?

    Since upgrading to leopard I have noticed some significant change to the "SMB" protocol. I am trying to confirm if byte-range locking is now supported by "SMB" in Leopard. Can anyone verify this. Is there anywhere to see what changes have been made to SMB/CIFS in Leopard?

  • Support for HTTP 1.1?

    Does weblogic plan on upgrading the web server to support HTTP/1.1?

    Yes: it will be included in version 6.0. This release will be going into
    public beta early this fall.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Special Agent "K"" <[email protected]> wrote in message
    news:39a2d83a$[email protected]..
    Does weblogic plan on upgrading the web server to support HTTP/1.1?

Maybe you are looking for

  • ISight no longer working with Photo Booth

    While my Isight works perfectly with iCHat, it no longer turns on when I start Photo Booth. I was wondering if anyone could help me with this.

  • Photoshop Elements 11- Create and save multiple page PDF's?  Software bug or new limitation?

    I just upgraded from Photoshop Elements 10 to Photoshop Elements 11.  One of the reasons I stayed with Adobe rather than Corel was the ability to work with multipage PDF's. I noticed that I can't add more than one page to a project and save a multipl

  • File Reading in Web Project, file path help.

    Hi, I have a web project with the folloing directory structure. Thesis > build > dist > nbproject > src > test > web Using netbeans and GlassFish V2 webserver I'm trying to call a function in a Java file (src folder) from a JSP file (web folder). In

  • Application Server version 11?

    In the Forms forum there have been several posts that state that the next release of Forms and Reports will be version 11. Because Forms & Reports are tied to the release of the application server that implies that the next version of Forms & Report

  • Home Page Language Pop Up

    I am tired of answering "English" on the language pop up everytime I bring up the Verizon home page.  How do I stop it?