[CLOSED] Resource Manager cannot load Icons in cookieless configuration

  1. #1

    [CLOSED] Resource Manager cannot load Icons in cookieless configuration

    Last edited by Daniil; Dec 18, 2013 at 2:47 AM. Reason: [CLOSED]
  2. #2
    Hi @deljodevassy,

    I cannot reproduce. All the icons appears to be loaded for me and I don't see any "Not found" errors.

    So, could you, please, clarify what exactly icons are not loaded in your test case?

    If, for example, "FlagGreen", please execute this
    Ext.net.ResourceMgr.getIconUrl("FlagGreen");
    in a browser's JavaScript console and post here the result.
  3. #3
    its below line in Ext.MultiResultList.js

    btnUnsign.setIconClass("icon-flaggreen");
    But this happens only if you set cookieless="true" in web.config.

    i have executed the like you sent me and the result is as below.

    "/Staging/AuroraWebApps/ResultMgmt/icons/flag_green-png/ext.axd"

    Click image for larger version. 

Name:	Capture.jpg 
Views:	20 
Size:	83.2 KB 
ID:	7350

    When I try to load the above mentioned url in cookieless environment, the URL got changed like below.
    http://localhost:28001/Staging/Auror...21989203686895

    Thanks.
    Last edited by deljodevassy; Dec 10, 2013 at 2:18 AM.
  4. #4
    Quote Originally Posted by deljodevassy View Post
    But this happens only if you set cookieless="true" in web.config.
    Yep, I tried with that - not reproducible for me.

    Please clarify do you have this in Web.config?
    <system.web>
        <httpHandlers>
          <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />
        </httpHandlers>
    </system.web>
    
    <system.webServer>
        <handlers>
          <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler" />
        </handlers>
    </system.webServer>
  5. #5
    Yes I have them in web config.
  6. #6
    Ok. I still cannot reproduce and, seems, have no more idea what to ask you...

    Could you, please, provide us with a full test project to reproduce? If so, please upload to somewhere and give us a link. Please simplify a test project as much as you can.

Similar Threads

  1. [CLOSED] Ext.onReady and Resource Manager DocumentReady
    By Kev in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 27, 2013, 3:54 AM
  2. Replies: 3
    Last Post: Aug 10, 2013, 6:23 AM
  3. [CLOSED] What is the Resource Manager and how do I use it?
    By jwf in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 29, 2011, 6:46 PM
  4. Script Manager and Resource Manager Conflict
    By EugeneNiemand in forum 1.x Help
    Replies: 6
    Last Post: Jun 20, 2011, 7:34 AM
  5. Replies: 4
    Last Post: Sep 22, 2010, 7:43 AM

Posting Permissions