WSRP - cookies sent back to the browser

Hi All,
Does the WSRP consumer included in WLP10 send the cookies received from the producer ( on InitCookies , GetMarkup and PerformBlockingInteraction ) back to the user browser ?
The producer i am using is tracking sessions with JSESSIONID path="/producer" , the WLP10 logs these errors on each interaction with the producer :
####<Jan 29, 2009 6:43:48 PM EET> <Error> <WSRP-Consumer> <dev2> <portalServer> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonym
ous>> <> <> <1233247428115> <BEA-420767> <The cookie [JSESSIONID=2e35597102f7e7e458a180b04942; Path=/producer] is invalid for a request to URL [http://bla.cla.com:20001/producer/wsrp/router/v1/markup/TestProducer]. The reason is [Tail match failed for url [http://bla.cla.com:20001/producer/wsrp/router/v1/markup/TestProducer] and cookie [[Version="0" ; Name="JSESSIONID" ; Value="2e35597102f7e7e458a180b04942" ; Domain="bla.cla.com" ; Path="/producer" ; Expires="null" ; Secure="false"]].].>
I really don't understand what this error means.
I am using default WSRP configuration on the consumer side, compatible with oasis WSRP 1.0 . The consumer is deployed on dev2.cla.com and the producer on bla.cla.com.
Thanks,
Andrei

Hello again,
Could you post the text of the monitor output when you are getting the issue with the Sun producer for a single portlet request (from the InitCookie request through to the GetMarkup response)? If you can also get a portlet description (usually in a GetServiceDescription response) from the monitor of one of the portlets having this problem, that would be helpful as well. I can try to figure out what is going on there, and see if anything is obvious. Often, interoperability issues like this are due to subtle things that aren't obviously wrong.
What version of the Sun producer are you using? I can try to see if WLP has done interoperability testing with it.
Yes, you are correct that WLP 10.3 and prior versions store cookies from the producer in the consumer's session- they do not go all the way back to the browser (unless an interceptor is used). The consumer sends the cookies back to the producer with each WSRP operation, depending on the CookieProtocol specified in the portlet's service description (see http://docs.oasis-open.org/wsrp/v2/wsrp-2.0-spec-os-01.html#_CookieProtocol )
To get the cookie portions of the interceptor working, you will need to contact Oracle support and ask for the patches related to CR380227 and CR383977 for the version of WLP that you are using.
I am assuming that you want to send cookies to the browser for reasons other than fixing the issue with the Sun producer, right? Even with these patches applied, the consumer interceptors may not be able to "see" a cookie if it isn't being parsed properly from the SOAP response, which is probably the problem you are seeing with the Sun producer. If we can figure out the issue with the WLP consumer and Sun Producer, it will probably be a separate patch to WLP (or the Sun producer) to get it to work.
Kevin

Similar Messages

  • Can ACE rewrite the URL sent back to the browser?

    Hi,
    I want to know that if there is a link on a webpage, for example: www.test.com/folder1/folder2/index.html
    Would be it be possible to rewrite this so that when the webserver provides you with that page, that the ACE rewrites the given URL so that the browser only says in the URL bar: www.test.com
    Or is this impossible and would the webserver itself need to do this rewrite?
    Thanks!

    Hi Robin,
    As per my understanding, when you click on that link the URL would say www.test.com/folder1/folder2/index.html in URL bar. ACE can rewrite URL and forward to server or can modify server response but i am not sure if there's anyway you can get the URL change in the bar after you click on hyperlink and webpage loads. May be you can have redirection but not rewrite here.
    Regards,
    Kanwal

  • [svn:bz-trunk] 15217: Bug: BLZ-508 - If server receives message for an unknown destination it shouldn ' t include the destination name in the error message sent back to the client .

    Revision: 15217
    Revision: 15217
    Author:   [email protected]
    Date:     2010-04-05 03:43:36 -0700 (Mon, 05 Apr 2010)
    Log Message:
    Bug: BLZ-508 - If server receives message for an unknown destination it shouldn't include the destination name in the error message sent back to the client.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Changed the error message to not include destination id. I'm also checking in a few minor fixes I had locally.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-508
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/errors.properties
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/trunk/modules/core/src/flex/messaging/cluster/JGroupsCluster.java

    Thanx Mete, yeah i did...
    but i solved it some other way... not entirely sure this was
    it though as i was doing a lot of things at once...
    it was fds.swc... possibly it was out of date or missing.

  • Goods are sent back to the vendor once the Credit is taken and Utilized

    Goods are sent back to the vendor once the Credit is taken and Utilized( Declared to Authorities)
    Hi,
    I have a scenario in which the inpur credit is taken at the time of the creation of the GR. The Credit is declared to the authorities on a monthly basis. The goods are to be returned to the Vendor once the Excise is declared to the authorities. In this case there is a problem that I can not Cancel the excise invoice as it has already been declared.
    Can anyone please explain the process flow for this ?

    Hi,
    Dont  Cancel the excise invoice , make excise payable entries through Tranzaction J1IS with refrence to  Vendor return document.
    Vipin

  • Is JSF 1.2 buffering the response, or streaming it back to the browser?

    Hi,
    I recently implemented a simple custom component which "streams" back a file to the browser (doing some processing on it).
    Using myfaces i get out of memory errors when processing large files, I later learned that the myfaces implementation actually buffers the response data before sending it back to the browser, which causes problems for me.
    I would be grateful for some insight in how this works in JSF 1.2 RI.
    Regards,
    Mikael

    Basically content interweaving is handling of JSF and non-JSF output in a way so that it appears in the rendered response the way it appears in the page.
    Does in mean that the response is processed further to check if there are any expressions which needs evaluating?No we don't handle the expressions, just the insertion of content before and after the view, and the writing of state information.

  • How to implement a back functionally like the back of the browser

    Hi, I have a commandImageLink("go back") in a template jspx. How to implement the back functionally like the back of the browser with a managed bean method??. For know I m not using task flows.

    I think you can use a javascript method to go back to the previous browser page.
    http://javascript.about.com/library/blback.htm
    http://www.pageresource.com/jscript/jhist.htm
    http://www.w3schools.com/jsref/met_his_back.asp
    Perhaps you find something useful and related to backing beans here:
    http://adfdevelopers.blogspot.com/2009/04/some-handy-code-for-backing-beans-adf.html
    NA
    http://nickaiva.blogspot.com

  • How can I keep a cookie for a certain site when I have set Firefox to delete cookies when I close the browser?

    I have set Firefox to delete all cookies when I close the browser. Some websites identify my computer with a cookie, so when I try to log in to these sites, they don't recognize my computer because the identifying cookie has been deleted. I understand that Internet Explorer has a feature that preserves specified cookies, but haven't been able to find that capability in Firefox. Is there a way to do it?

    Let all cookies expire when you close Firefox.
    * Tools > Options > Privacy > Cookies: "Keep until": "I close Firefox"
    Make an Allow exception for the ones that you want to keep.
    * Tools > Options > Privacy > Cookies: "Exceptions"
    You can inspect and modify the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    Make sure that you do not use "Clear Recent History" to clear the "Cookies" and the "Site Preferences" (Site Preferences includes the cookie exceptions)
    * https://support.mozilla.com/kb/Clear+Recent+History
    Clearing cookies will remove all specified (selected) cookies including cookies that have an allow exception.
    See also:
    * https://support.mozilla.com/kb/Cookies
    * https://support.mozilla.com/kb/Enabling+and+disabling+cookies

  • I found my firefox profile. How do I take back to the browser?

    Mozilla does not warn or explains what will happen if or when someone clicks: "Refresh Firefox".!!! Mozilla does not explain what happens when someone chooses to have a "New Profile". Mozilla did not say that after clicking "Refresh Firefox" it automatically replaced the user firefox version at the time, Ex: mine was 26.0 and after clicking: "Refresh Firefox" the version was changed or 'updated' to 35.0.1 After clicking "Refresh Firefox" I found myself without any passwords, bookmarks, history etc... So what good was to click: "Refresh Firefox". Mozilla should explain in advance the purpose of using "Refresh Firefox". Of course it was not my desire, intention or decision to change versions; I wanted to keep the same version. It was when I was watching "YouTube" and it had no sound that it suggested to check with the browser, 'biggest mistake I've ever made.!!!! Today is Feb.17.2015 and I clicked: "Refresh Firefox" on Jan.25.2015 And there is no one or any help available to restore the PROFILE. I can find where the Profile but I lack any computer savvy to integrate to the way it was, before. There is no software that could put it back, or downloads to fix it. I do not know how to continue after finding the ''PROFILE". I want the ''old profile" back; I do not need a new profile now that I understand, just a bit too late what it is. I cannot afford: Tech Support at this time.

    I understand that this is frustrating, however Mozilla does not offer live help for their products. Support is a community and minimal staff resource for users that use Mozilla products with limited resources.
    I would be happy to give more detailed instructions on how to copy the profile data from the "Old Firefox Data" folder into a new one.
    Steps: Note copying the data into the current profile at your own risk. See the Profile manager on how to create a new profile: [[Use the Profile Manager to create and remove Firefox profiles]]
    #In your current installation of Firefox open Firefox:
    #Put this into the url bar: about:support
    #Click under profile on Show Folder. This will open the Firefox profile folder # Open the Old Firefox Data folder right next to it in a new window.
    #Close Firefox
    #Highlight these files from the Old Firefox Data file:
    Files:
    cert8.db
    chromeappsstore.sqlite
    content-prefs.sqlite
    cookies.sqlite
    formhistory.sqlite
    key3.db
    logins.json (Firefox 32 and above)
    mimeTypes.rdf
    permissions.sqlite
    persdict.dat
    places.sqlite
    signons.sqlite (Firefox 31 and below)
    signons3.txt (if exists)
    webappsstore.sqlite
    Folders:
    bookmarkbackups
    chrome (if it exists)
    searchplugins (if it exists)
    #Paste them into the profile folder
    #Replace the files
    Start Firefox.

  • When I updated to 4.0 I now can't see my Toolbar bookmarks and can't access them easily. How do I get them all back on the browser?

    How do I get my Bookmarks Toolbar site icons on my browser as it was before I upgraded to 4.0?

    Check that you still have the "Bookmarks Toolbar items" placed on the Bookmarks Toolbar
    * Make sure that you have the "Bookmarks Toolbar" visible: "View > Toolbars"
    * Check in "View > Toolbars > Customize" that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the Customize window onto the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" then click the "Restore Default Set" button
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * [[Back and forward or other toolbar buttons are missing]]

  • With Firefox 6, is there any way to allow cookies for the browsing only and then erase cookies when you close the browser?

    With Firefox 6, is there any way to allow cookies for the browsing session and then automatically erase cookies when the browser is closed? On older versions this option was available.

    For more help, see the '''[[Tabbed browsing]]''' page.

  • JFileChooser issue - open at the back of the browser

    Hello All,
    I have a strange issue using JFileChooser. I have implemented a WebApplication with a browse option to a folder(not files). For this JFileChooser has been used. Strangely when I click on "Browse" button, the controller calls the JAVA class, and the dialog opens behind the browser (only for the first time). and next time onwards it opens on the browser only. Here is the code i have written:
    import java.io.IOException;
    import java.io.PrintWriter;
    import java.util.List;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import java.awt.Container;
    import java.awt.Point;
    import java.awt.Frame;
    import java.io.File;
    import javax.swing.JFileChooser;
    import javax.swing.JFrame;
    import javax.swing.UIManager;
    import org.json.JSONException;
    //few more imports for SynchronizeService, and for JSON
    public class FolderChooser1 extends SynchronizeService {
         private String selectedFolder = "";
         static final String RETURN_TYPE = "text/json";
         private PrintWriter out;
         private HttpServletRequest request;
         private MessageJSON folderNameJSON;
         int folderCounter = 0;
         String saveSelectedFolder = "";
                    static String selectedDirectory = "";
    @Override
         public List service(Connection conn) throws IOException {
              HttpServletResponse response = null;
              List<Object> list = null;
              try {
                        super.service(conn);
                        list = serviceClientInput(conn);
                        request = conn.getRequest();
                        response = conn.getResponse();
                        response.setContentType(RETURN_TYPE);
                        out = response.getWriter();
                        folderCounter = Integer.parseInt(request.getParameter("folderCounter"));
                        if(request.getParameter("saveSelectedFolder")!=null)
                             saveSelectedFolder = request.getParameter("saveSelectedFolder");
                        System.out.println("**** Save selected folder:"+saveSelectedFolder);
                        if (folderCounter > 0)
                             System.out.println("**** Folder Count:"+folderCounter);
                             //dialog(new JFrame(), "Browse For Folder", new File("/"+saveSelectedFolder));
                             dialog(new JFrame(),"Browse For Folder");
                        else
                             System.out.println("** In else");                         
                             //dialog(new JFrame(), "Browse For Folder", new File(System.getProperty("user.home")+ "/Desktop"));
                             dialog(new JFrame(),"Browse For Folder");
                        if (selectedDirectory != "") {
                        folderNameJSON = new MessageJSON();
                        folderNameJSON.setMessage(selectedDirectory);
                        out.write(folderNameJSON.toJSONString());
                   } catch (JSONException je) {
                        System.out.println("****");
                        je.printStackTrace();
                   } catch (Exception e) {
                        System.out.println("*********");
                        e.printStackTrace();
              return list;
                    public static void dialog(Container frame, String title) {
              while (!(frame instanceof Frame)) {
                   frame = frame.getParent();               
              try {
                   UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
              } catch (Exception exception) {
                   exception.printStackTrace();
              JFileChooser dirChooser = new JFileChooser();
              dirChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
              if (selectedDirectory!=null | selectedDirectory==""){
                   dirChooser.setCurrentDirectory(new File(selectedDirectory));
              dirChooser.setDialogType(JFileChooser.OPEN_DIALOG);
              dirChooser.setDialogTitle(title);
              dirChooser.setMultiSelectionEnabled(false);
              dirChooser.setAcceptAllFileFilterUsed(false);
              dirChooser.setEnabled(true);
              dirChooser.setVisible(true);
              // Display the folder chooser dialog:
              int returnVal = dirChooser.showDialog(frame, "SELECT");
              // If a folder was chosen:
              if (returnVal == JFileChooser.APPROVE_OPTION) {
                   System.out.println("Is selected a directory:"+dirChooser.getSelectedFile().isDirectory());
                   selectedDirectory = dirChooser.getSelectedFile().getAbsolutePath();
                   //selectedDirectory = dirChooser.getCurrentDirectory().getAbsolutePath();               
                   System.out.println("**** selected Directory:"+selectedDirectory);
              }else if (returnVal == JFileChooser.CANCEL_OPTION) {               
                   selectedDirectory = selectedDirectory;
    }So please let me know where it is going wrong.
    Thank you.

    showDialog(frame) didnot work for me.
    Sorry, I have to resolve it as earlier as possible, hence I took all the possible ways to find a solution and posted the query in other forums also.
    Kindly help.

  • Time Capsule needs to be sent back to the design shop!!!!

    Clearly this product has serious compatibility issues and needs a lot more work to be part of the Apple family of high quality products.
    Mine is going in the bin!

    Hard to really address anything or try and help since you haven't posted a question, or provided any specifics.
    Personally I'm pretty happy with the design. Looks nice and runs well, we're pretty happy with our unit. I've got one older external drive that isn't recognized when I plug it into the back of Time Capsule, but considering the age of the 3rd party drive I'm not complaining. Besides, there's a reasonable chance that with the next firmware upgrade, that drive may wind up being supported.
    Sorry to hear you're having trouble with yours.
    Trilo

  • I SELECTED a **bleep** board to post my question and I keep getting sent back to the same B.S. window abo

    Your forum is NOT user friendly.  How many times do I have to select a board to post on the {Content Removed: Language Filter Evasion} thing?  What the **bleep**, over?????

    Hello there, what is it exactly that you are having troubles with?
    If you are having trouble finding the appropriate forum to post your question in, let us know and we can help.
    MrMatthew - HP Support Forums Moderator
    Click the Kudos star as a way to say "thank you" for helpful posts.
    Be sure to come back and click the 'Accept as Solution' button on the post that solved your issue - it may help someone else.

  • When I try to read Yahoo mail on Mozilla, I keep getting sent back to the "type in password" page and I can't get into my mail.

    I can open Yahoo mail in Explorer but I prefer Firefox. I can get into one of my e-mail accounts on web server but when I click onto another account, I keep getting tossed back to type in password on and on... and not able to get into my accounts.

    Please see solution in http://kb.mozillazine.org/Problematic_extensions
    for "McAfee Site Advisor".
    (Windows): For best results you should uninstall '''McAfee Site Advisor''' from Control Panel > add/change programs (Programs and Features). Reboot the system. Then Reinstall from http://www.siteadvisor.com/ and reboot the system. When installing refuse other suggested (crapware) applications.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • HELP please! I have installed the Firefox Browser Upgrade 6.0.2 at least 8 times. It appears to install fine. But when I go back on the browser, it says I am still using the old version.

    I have also tried iinstalling while my camera is unplugged (Logitech); with my firewall blocked; After re-starting; & still no luck!
    The details are as above. If you need other info, please ask.

    Use the instructions in the following article to reset your User Agent.
    *See --> [https://support.mozilla.com/en-US/kb/websites%20or%20add-ons%20incorrectly%20report%20incompatible%20browser#w_reset-your-user-agent Reset your user agent]
    *What is a User Agent: http://en.wikipedia.org/wiki/User_Agent
    Also see -- > [https://support.mozilla.com/en-US/kb/Finding+your+Firefox+version Finding your Firefox version]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

Maybe you are looking for

  • How do I change font style in Illustrator CS3?

    I am working on an EPS in CS3 and have three simple lines of text for which I would like to change the font style. How do I do that? I've highlighted the text using Arrow and/or "T" tools, and then selected different font styles from Type>Font...but

  • Deploy to local HAT missing in SAP WebIDE 1.10.2?

    Hi Experts, I am not able to find deploy to local HAT option in the latest version of SAP WebIDE(1.10.2) How can I deploy my project to local HAT with this version? Regards, Dhani

  • Populating Database records to WLS JMS queue

    Hi All, Please suggest which is the performance effective approach in populating WLS JMS queue from the database tables? As I have to produce millions of records from the DB into the JMS queue and assuming using DB adapter and retreiving bulky data i

  • Upgrade problematic SMC firmware 1.7 on 2011 MacBook Pro before OS X upgrade?

    I'll soon be installing OS X Mountain Lion on a 15" early-2011 MacBook Pro (8,2) currently running Snow Leopard (OS X 10.6.8). Should I upgrade its SMC firmware to the problematic v1.7 (which had number of battery-related or system-power problems rep

  • Cannot find/see folders when using batch

    Hi, I am using CS3 on a VistaPremium machine. When I try to convert a number of JPGs to TIFs using the batch function I cannot select any folder (nor as source nor destination), when I click the button it only lists Desktop, nothing else. I have trie