Jsessionid getting appended to the dsp:a tag

Hi,
We have a requirement to strip off jsession id getting generated from every url.
However, in a non-secure page (http), the link (which uses <dsp:a> tag) automatically appends the jsessionid to the url. We are not able to manually strip it out.
Is there a way we can tell ATG10 to strip out jsession id upon link creation?
Any idea is highly appreciated.

I have been in contact w/ a remote user who has this same issue.
He has a rather large volume of local mail in a POP account. He recently had to migrate his data from one Macbook Pro running Snow Leopard to another so that we could send his older machine in to get repaired.
Now that he's working on the loaner with all his data migrated over, he gets this error when he tries to send mail. He cannot send any mail from within Mail.app. I'm currently having him back up his ~/Library/Mail/ and ~/Library/Mail Downloads/ and ~/Library/Preferences/com.apple.mail.plist files to an external drive before we really start messing about with anything too scary. I had him try to remove the envelope index file to "import" all the mail, but mail crashed twice at about 30% complete, so he put the old envelope index file back.
Something interesting: he has two accounts, The one which does not work is the work account which is set up for POP3 and one is a personal account which is set up using IMAP.
He just sent me a test message from the personal account and mail had no problem writing to that account's (do they have separate outboxes?) outbox.
He does have like 400,000 messages total in a variety of folders in mail, but... it was working before he used the Migration Assistant to move his data to this temporary laptop.

Similar Messages

  • Sapce getting append to the value in textfield

    Hi All,
    In my project, for the value in one inputfiled i am calucating some value in new child,opening window like this
    var win = window.open("fetchprice.htm?matnr="+matnr_value,"FETCH_VALUE",);
    In the child window after calucating the value it posted back to the input filed in the parent using the following
    opener.document.forms['myform'].elements['value1'].value = '<%=wr_test%>';
    The input filed in the parent getting the value is
    <htmlb:inputField id         = "value1"
                          type       = "bcd"
                          alignment  = "right"
                          doValidate = "TRUE"
                          decimals   = "2"
                          size       = "20"
                          maxlength  = "20" />
    The problem is while the value is posted to parent inputfiled from child window a space is getting append to the last of the digits .How can i fix this problem?
    Thanks & Regards
    Sujith

    is it only happenning when posted to parent input field from child window?
    i just tried this code and i dont get any space at the end.
    <%
    data: test type i .
    test = '1234.45' .
    %>
    <htmlb:inputField id         = "IP"
                            alignment  = "right"
                            size       = "20"
                            type       = "BCD"
                            value      = "<%= test %>"
                            maxlength = "20"
                            doValidate = "TRUE"/>
    Regards
    Raja

  • URL getting appended with the code

    Hi All,
    When I am trying to open a window as a pop-up in my BSP application it is appending the URL with the code I have written .
    It looks as below :
    http://sample.htmwindow.open('test.htm','width=100,height=200').
    The above URL is opening the Test.htm page but not as pop-up.Its overridding the new page and in the URL of this page I am able to see the above URL
    Can anyone tell me where I have done a mistake to open this window.
    Thanks ,
    Ghousia Naaz

    Hi,
    Could you please provide the code you've written?
    Did you try putting "javascript:" in front of your window.open code?
    Best regards,
    Guillaume

  • When redirecting to site url jsessionid is appended and url becomes wrong

    hi,
    i have requirement when user clicks on link on b2c application then it should redirect to a site url.The problem when redirecting to site url is that jsessionid gets appended to site url and as a result url is not opened   due to wrong url generated as follows
    http://www.mahindralifespaces.com/SPLENDOUR/PROJECTMILESTONE.ASP;jsessionid=(mlkndcrmsdev_LCD_00)ID0618353650DB01149016834107209233End;saplb_*=(mlkndcrmsdev_LCD_00)7680550?a=b
    how to overcome this problem .did any one have idea
    Regards,
    Pavan

    i am directing forwarding to url using struts action forward using following code
    strUrl=mybom.getProjectStatusBO().getProjectStatusURL(userId);
    log.error("user url"strUrl"userId--"+userId);
    request.setAttribute("strUrl",strUrl);
    forward.setPath(strUrl);
    forward.setRedirect(true);
    return forward;
    following solved my problem
    i have chaged  web-j2ee-engine.xml file
    <cookie-config>
              <cookie>
                   <type>SESSION</type>
                   <path>APPLICATION</path>
                   <domain>NONE</domain>
              </cookie>
              <cookie>
                <type>APPLICATION</type>
                <path>APPLICATION</path>
                <domain>NONE</domain>
              </cookie>
    domain to none solved my problem
    Regards,
    Pavan

  • XML Parsing of a file which keeps getting appended by another process

    Hi:
    What's the best method to parse an XML file as it's getting appended by another process. I need a functionality similar to UNIX "tail -f" where the reader waits for more input after reading is complete.
    I am getting SAXParseException because the end root tag is not yet written but the parser thinks it has finished reading the file.
    Any help will be appreciated.

    I would not use a file, a better solution would be to use a message pipeline. The (JAXM) Java API for XML Messaging, is designed to do this type of task.
    http://search.java.sun.com/ClickThru?url=http%3A%2F%2Fjava.sun.com%2Fxml%2Fjaxm%2F&qt=JAXM&pathInfo=%2Fjava&hitNum=1&col=jsun0&col=jsun1

  • Multiple Billing Documents (from VF03) getting appended to a single spool

    Hi All,
    We have a requirement where in user wants all the billing documents which were given for printing should get appended to a single spool. The billing documents will be given for printing from VF03.
    Now what's happening is, for each billing document, one spool is getting printed.
    Note 742538 was implemented and now, when a document is given for printing for the second time then it is getting appended to the exisiting spool( the spool whcih was generated when the documented was given for printing for the first time.). But, now i want to append all the billing documents to a single spool.
    Thanks in advance.
    Regards,
    Razia Shaheen.

    you probabaly have to adopt the part of OPEN_FORM.
    At first if you have ITCPO-TDNEWID checked you will get a new spool everytime so make sure this one is space, or its analogon in SMARTFORMS interface.
    Even tho Spooltitle and suffix are not keyfields in spooltable i have made the expierince that you will get different spools for different titles. So you better synchronize the title and the suffixes for those spools you wish to add in one spool.

  • JSessionid appended in the URL

    Hi
    I am using the WLPS 8.1SP2, and I am facing some problems with the JSessionid appended in the url, I guess we can make it disable through some changes in the xml file. any idea about that ?????
    Amar

    Hi Vikram,
              As you said that,by disabling the particular tag attribute ,it will not present on url and how to rewrite the Present URL which back to original URL
              Regards,
              Karthik

  • How to get date appended in the filename of the IR reports

    I have a requirement where in i need to generate the output for the IR reports with a date appended in the output name.
    The report is scheduled daily. The generated output should have a date appended to it.
    For example - if the report say 'abc' gets generated today then the name of the generated report should be abc_26/10/2009.
    I could find one option saying append date to the filename while adding a schedule to the report. I have checked that property but still while generating the report i am not able to see the date appended with the report name. It just takes the cycle name that i had mentioned.
    I am using IR 11.1.
    Any help is appreciated.

    Do to the complexity of the program we need to run it with sequences.  This is because we need to aquire data with DAQ until it reaches a certain point and then stop collecting so that it can do its process (only once for all times criteria is met), and then loop around till again collecting after DAQ drops back below certain point looking to once again reach that point.  Another flat sequence is going outside of this where I want to put the prompt and have a user input to affect how many times that that the inner loop is run (No a For Loop instead of the while loop will not work either for other reasons). 
    I just want to know if after the program starts you can have a user input that will change the effect of the rest of the programs action based on the number inputed.

  • Where can I get an Html error report of all the syntax and tag problems?

    Where can I get an Html error report of all the syntax and tag problems?

    Thank you for your answer.
    Where is the DW validation for me?
    My files are in my computer so I don’t have an external URL.
    File > validation > as xml = closes DW... Maybe because it is not a correct command for HTML,
    And
    Window > results > validation = gives a partial mistakes (e.g. shows an open tag without closing tag, but doesn’t show a closing tag without an open tag).
    Thank you.

  • How to get the name of tag or variable

    Hi everyone,
    I am a newbie, I have problem on getting the name or tag of the variable from OLE for Processing Control(OPC) server, could anyone tell me how I can get the name of tag or variable from writting vb codes or please direct me to any helpful information. Here are
    my codes,
    Dim ItemsDef(NBR_ITEMS) As String
    Dim DeviceAddress As String
    Dim IndItem As Long
    DeviceAddress = "MBT:152.160.178.60"
    'Preparing the Handles for "AddItems"
    For IndItem = 1 To NBR_ITEMS
    ItemsDef(IndItem) = DeviceAddress & "!40000" & Format(IndItem) '40000 is the memory location of variable in the OPC, how can I get the variable name, what is the code or syntax?
    Next
    blah...
    Thank you,
    Calvin

    Hi Calvin,
    If you are looking for general information and examples about OPC, then we have lots of places for you to browse!
    Here is a small list, and you can probably find other links within these documents:
    **If you have Measurement Studio from National Instruments, then you can look at the "Measurement Studio Reference" help file. Search for OPC and in the overview you will find the methods for accessing the items on an OPC server.
    **Elsewhere in the help file, you can find a link to this Application Note on our developer zone
    http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?​openagent&F4921B34CA8F4A9786256874005BE3F7&cat=7CD​A3E51FEFC4AA2862568B80071A1E2
    **One more resource is http://www.ni.com/opc
    **Probably the most useful will be the examples yo
    u can find on our web site. You can go to http://www.ni.com/support and in Option 3 search the Example Code database for "opc".
    In the first example program (Controlling OPC Servers with the OPC Automation API in Visual Basic) that you should get when searching for "opc" in the example programs database, look for the line with this code: "browser.GetItemID(leaf)". There you can see the way the program creates an OPCBrowser from the server instance, and then gets the servers available items for use by the client. This sounds like the specific information you are looking for with the variable name.
    If you aren't able to find out your answer here or in the various help resources, then please feel free to contact us at National Instruments at http://www.ni.com/ask
    Regards,
    John N
    Applications Engineer
    National Instruments

  • How do get rid of the Pop Up Info Tags?

    This might sound Stupid, but how do get rid of the Pop Up Info Tags? that keep coming up on the Mac when in an Application that says what this item is for. This drives me crazy, and at times gets in the way of what I'm looking at. There must be some Pref to turn this off and on, I Hope.
    Anyone?
    ScottG
    G5 Dual 2.3   Mac OS X (10.4.3)  

    ScottG wrote: "I guess Safari doesn't have this option?"No, it does not. If an app offers the option, it will be in its preferences. It's rare nowadays for an application to offer a preference for disabling tool tips, especially after the developer went to all the trouble to provide them.
    Simply move your cursor off the control displaying the tool tip: the tip will vanish.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • HT1222 i am not getting the software update tag in the general settings for my iphone, how to update my software then??

    I am not getting the "software update" tag in the general settings for my iphone, how do I update my iphone 4 software then????

    How to update your iPhone, iPad, or iPod touch

  • Mail sent by the program are getting appended for every line item in ITAB.

    Hello Experts,
    My program has to send mail for every line item in my internal table. Each line itme will provide the data to be filled in body of the mail .Now the problem is when i recieve mail in outlook the body of the mail is getting appended every time i recieve the mail
    For example , if the mail has to go for 3 entry in itab out of five then i'm getting 3 mails but 2nd has body of 1 also and 3d has body of 1st and 2nd.
    I'm using loop - endloop and it is happening due to this but is there any other way out to send mails for each line without body getting appended.
    Please see the code below i'm using:-
    LOOP AT lt_bg INTO lw_bg.
    PERFORM populate_message_table.>>>>>>Preparing body
    PERFORM send_email_message.>>>>>>>>> need to capture in loop as evry line itme has distinct subject of mail
    ENDLOOP.
    PERFORM initiate_mail_execute_program.
    Thanks,
    Naveen

    Hi,
    I'm using Clear wa and refresh ITAB but still i'm getting the body appended.
    Thanks

  • In using utl_mail I get     =?ISO-8859-1?Q? appended to the 'from' and 'to'

    In using utl_mail I get =?ISO-8859-1?Q? appended to the 'from' and 'to'
    fields when I recieve the mail message.
    I am sending from a sun box and recieving with outlook.
    Anyone have a solution?

    Hello, this is a problem inside my home.  I can go about 80 feet from the house before i get 3 bars.  If i get a mile or 2 from the house i get 4 bars.  I need to get this problem resolved before my contract renews in 3 weeks or i may have to consider another carrier.
    I know Verizon offers a network extender but this is not an option for me because:
    1) It costs $249.  I should not have to pay "extra" to get excellent service i am already paying for.
    2) It only supports 3G signal.  What about 4G LTE?  I am paying for that signal on my phone.

  • In the DSP, get/set the data of SCXI1162 through Multifunction E series board

    I am integrating DSP board(cPCI) with your scxi1162, pxi-1052, pxi-6040e.
    For the configuration of scxi-1162, the sbc will do that and DSP read the data
    through pxi-6040e. Can I do this ?
    Because you made the driver for pxi-6040e with scxi-1162 and I can not see the source code,
    It is difficult to make my own code for reading data of scxi-1162. Even though I made
    and test the code according to the manual of scxi-1162, I can not success.
    If you give one or two source code(just using the port) in all of the libraries,
    I can make my own code on the DSP board easily.
    Best Regards
    Dongkue Ho

    Hello Dongkue Ho,
    Unfortunately, National Instruments does not provide any source code for its drivers.
    For informtation concerning Register Level Programming with DSP, please see the NI Measurement Hardware Driver Development Kit (DDK) at http://sine.ni.com/nips/cds/view/p/lang/en/nid/11737 . This is the only support offered for RLP programming.
    Regards,
    Sean C.

Maybe you are looking for

  • Why do I keep getting a connection error when trying to connect to SQL?

    Environment: LiveCycle ES2 Windows Server 2008 JBOSS Oracle Application DB When trying to connect to SQL, I get this error message in the log. Exception: Could not create connection; - nested throwable: (java.lang.UnsupportedOperationException: Java

  • How to assigne transaction Variant to Report

    Dear Hcm Gurus: i have to develop a report by using infoset query and also assigned transaction via se93 Report is alv-based. so when i access report through t-code "ZHR_STAFF" and  save variant /default then this variant not outcome with desired res

  • Call Program from another Program using varient

    Hi... How to call program from program with varient....? i have used submit but how to pass varient dynamically. Regards, Chintan

  • Blank files in DCIM folder

    I wanted to copy the photos / videos from the iPod Touch onto my PC's external hard drive.  When I opened one of the folders, I noticed that there were 82 "files" that had no name, no extension, but all in the range of 700 - 740 kB each.  They won't

  • How to upgrade the service packs

    Hi experts, I have one doubt about upgration of the service packs.How to upgrate one sevice pack to another one . Is there any  process to this. please let me know the things. Regards babu