Solution ID 201056033 implemented but changes to signin.html still not seen

Customer have implemented solution id 201056033 in WebLogic 9.2 MP3 patch 2 with PT 8.49.12.
However, when they change signin.html for a web site the change is not seen. Browser cache has been purged.
Yes, the web server were brought down and back up.
Yes, the solution is implemented. It does not work as documented.
Problem being:
Able to change static HTML and have it seen by the user's
browser. The web server is still caching the static HTML page even
though the Solution ID says that doing what is documented in the
solution will solve the problem.
I need an answer to why the Solution ID is not working. I need
to be able to change statuc HTML and have the web server serve it
out to the browser.
weblogic.xml has been updated as solution 201056033, that is to add
'<resource-reload-check-secs>0</resource-reload-check-secs>':
<container-descriptor>
<servlet-reload-check-secs>-1</servlet-reload-check-secs>
<session-monitoring-enabled>true</session-monitoring-enabled>
<resource-reload-check-secs>0</resource-reload-check-secs>
</container-descriptor>
Implemented 201056033 . It does not solve the problem. Why does it not
solve the problem?
Any thoughts , pls help.
Thanks

It's not working because this change only causes the server side to reload the resource. The browser still has it cached, so it ignores it.
What you have to do is send HTTP headers along with the response that convinces the browser not to cache the resource. One way to do this is to implement a servlet filter that injects the appropriate HTTP headers to cause this.
The code for the class could look like this (I haven't declared it in a package, but you should):
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletResponse;
public class NoCachingFilter implements Filter
     private FilterConfig filterConfig = null;
     public void destroy()
          this.filterConfig = null;
     public void init(FilterConfig arg0) throws ServletException
          this.filterConfig = filterConfig;
     public void doFilter(ServletRequest request,
                              ServletResponse response,
                              FilterChain chain)
     throws IOException, ServletException
     HttpServletResponse httpResponse = (HttpServletResponse) response;
     httpResponse.setHeader("Cache-Control", "no-cache");
     httpResponse.setDateHeader("Expires", 0);
     httpResponse.setHeader("Pragma", "No-cache");
     chain.doFilter(request, response);
You would declare this filter in your web.xml like this:
<filter>
<filter-name>No Caching Filter</filter-name>
<filter-class>carousel.NoCachingFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>No Caching Filter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
--------------------------

Similar Messages

  • TS4268 Hello, it's been 5 days now since my imessage has not working..and i have chatted to the costumer for two times. I took thier advice and instructions just to enable to send and receive on it but unfortunately until now its still NOT working. Pls.he

    Hello, it's been 5 days now since my imessage has not working..and i have chatted to the costumer for two times. I took thier advice and instructions just to enable to send and receive on it but unfortunately until now its still NOT working. Is there anybody who could help me please?

    Try this even if you have already.  Just make sure to follow the steps specifically.
    Go to settings > Facetime > send and recieve > tap on your apple id and sign out.  If your not signed in then that will work as well.
    Go to settings > Messages > sent and recieve > tap on your apple id and sign out.
    Restart the iPad by doing the slide to power off setup.  Just hold the power button on the top right till it turns off.
    After the iPad has been restarted:
    Go to settings > Facetime > and sign in
    Go to settings > Messages > and sign in
    Wait about 3 min then restart the iPad again.  Same instructions as above.
    When you restart you should be able to use messages again.  If not then call support again and talk to someone higher than the first level support they have.

  • Its 12:25 pm 19th september 2012 pdt but ios 6 update is still not out can anyone tell me when will it be available

    its 12:25 pm 19th september 2012 pdt but ios 6 update is still not out can anyone tell me when will it be available 

    96aman96 wrote:
    its 12:25 pm 19th september 2012 pdt but ios 6 update is still not out can anyone tell me when will it be available 
    err, what planet are you posting from?  My clock says it is September 19, 2012, 7:16 AM PDT,

  • I have a new Macbook Pro and an old Canon ip Pixma 8500. I have downloaded the software from Canon but my printer settings will still not register it. Looks like I can print a colour calendar but not a letter!

    I have a new Macbook Pro and an old Canon ip Pixma 8500. I have downloaded the software from Canon but my printer settings will still not register it. Looks like I can print a colour calendar but not a letter!

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • HT200055 I have flattened a take folder, but Logic Pro X will still not let me use the crossfade tool on the clip.

    I have flattened a take folder, but Logic Pro X will still not let me use the crossfade tool on the clip.  How can I crossfade a flattened take folder?

    Please repost in the Final Cut Pro forum. Have you considered upgrading your machine, if you are still running Leopard your machine may be as old as 5 years old. While this should not matter you probably won't get the performance you want out of a demanding app like FCP.
    Best of luck.

  • TS2512 i m trying to convert dpx files to mov in colour 1.5.3 but in file browser files are not seen in proper order for ex files names are 12345 it is coming as 23145 bcoz of which in output also its coming in wrong order

    i m trying to convert dpx files to mov in colour 1.5.3 but in file browser files are not seen in proper order for ex files names are 12345 it is coming as 23145 bcoz of which in output also its coming in wrong order

    1) What you downloaded should be a packed file (zip, tar.gz, etc) that needs to be unpacked into the directory of your choice.
    2) & 3) are answered by Ant's installation documentation (the page you're quoting from):
    http://ant.apache.org/manual/index.html

  • Transports successful, but changes made in Dev. are not visible in the QA.

    Hi,
    I have made a couple of transports from Dev. to QA relating to few queries. Query elements include newly added variables and formula chages. All the transports were successfully and none of them produced niether an error nor a warning message. But what bothers me is why have the queries in QA didnot catch the changes made in Dev and transported to QA. This is quite strange for me. Can any one of you help me.
    Thanks
    Raj

    Hi Kiran/AVR,
    Sorry for the delayed response. query elements are successfully collected in the request. I can see in QA system that "Object imported and generated or activated" in the Lock/Import status field in SE10. Also the relevant tables in QA like RSZELTDIR, RSZCHANGES, RSZELTPROP are updated with these objects.
    I am still not able to understand why the query in QA has not captured the changes.
    Thanks
    Raj

  • Duplex printing Changed to mode D, still not printing

    Hi Experts,
    Though it is common question, after searching the posts, i could not get proper answer. Hence asking for the help.
    I have the requirement of printing on both sides.
    i have 2 pages -> page 1 and page 2
    For both the pages, i changed to output options - print mode - D (for duplelx).
    Changed the SPAD transaction printer attributes to Duplex too.
    But still could not able to print.
    Can you please help me on this issue.
    Thanks & Regards,
    Sakthi Sri.
    Moderator message: not directly related to ABAP development, please have a look in the Netweaver forum.
    Edited by: Thomas Zloch on Dec 23, 2010 10:58 AM

    We've called Verizon at least 7 times and asked them to correct this problem.  Everyone has a different answer.  Today, they said we needed to take the batteries out of all of our landline phones to "clear the memory" and that would fix it.  Still not fixed.  I don't think anybody at Verizon knows how to change the caller ID banner !

  • HT201407 I want to change carriers I have followed all the instructions but my iphone 4 will still not accept the new carriers sim

    I want to change carriers but my iphone 4s will not accept the new carriers sim?

    Did you deal with your previous carrier and they agreed to unlock your iPhone?  You got the inforamtion about restoring and then got the welcome message you were unlocked?  Perhaps the sim you are trying to use is not valid, can you try another and see if that works?

  • CD/DVDs Not Mounting But Drive is Recognized / SCSI Card Not Seen

    Apologies for this mess in advance, but I thought it was worth seeing if anyone had an idea of what to try on either of these two issues from a system software perspective before I start breaking the computer apart and tinkering with hardware.
    My G4 is the 733 MHz model which first shipped with the SuperDrive. That SuperDrive died years ago and I replaced it with an HP DVD Writer 300n which worked fine up until some version update of 10.4 though I can't recall the specific version. In any case, now the drive will not mount any CD or DVD that I insert, commercially-pressed or otherwise. The eject key on the keyboard functions properly, the tray opens and closes without problem and when a disc is inserted the activity light goes on and the disc spins for a minute and all seems normal, but the disc never appears on the desktop nor in any Finder window. The drive is still recognized in the System Profiler and I've double-checked the CD/DVD settings under System Preferences to verify that nothing is set to ignore there. I suppose it's possible the laser suddenly went bad, but as I said, the symptoms showed up following an update (though it was a while ago and at the time I had no need for a optical drive on this computer so I didn't address it then).
    The second issue I discovered when I attached an external optical drive via the SCSI port I hadn't used in many years. That drive wasn't recognized at all and when I looked in the System Profiler the SCSI card isn't listed under PCI Cards. Is there a generic SCSI card driver I might be missing under OS X or will I need to open up the computer and determine which card I actually have in there?
    Any suggestions would be appreciated and hopefully I've provided enough information to make that possible.

    Hi K Roth, and a warm welcome to the forums!
    I find Optical drives fairly short lived myself, but on the Internal, you might try PatchBurn...
    http://www.patchburn.de/
    Do you have another Mac with Firewire and a good optical drive?
    If so you can boot the Other Mac into Target mode...
    http://docs.info.apple.com/article.html?artnum=58583
    Boot this G4 with the Option key held down, see if the Install Disc in the other Mac shows up as a boot choice.

  • I am trying to get my icloud emails to show in outlook. i have downloaded the icloud app and clicked the boxes and apply but my icloud email is still not showing  please help

    i am trying to get my icloud emails in outlook. i have downloaded the app ticked the boxes and click apply but they are not coming through. Please help

    You need your phone present in order to back it up, sorry.

  • I accidently delete my pictures but i try i cloude still not coming back i took thode pictures with my iphone what i have to do i took those pictures before update to the new one

    HI i accidently delte my pictures and now i try to returning them back i cloude can not returning them i tooke those pictures before the new update
    what i have to do to return them i took thise pictures with my iphone too but i do not know why is not comming back
    please help me

    Restore from iCloud backup.

  • Changing duration of multiple stills in imovie

    Is there a way to change the duration of several stills without changing ALL of the stills - options I have found allow selected photo or all photos - how can i do a selective batch change of the duration?
    Please help - thanks

    Is there a way to change the duration of several stills without changing ALL of the stills
    Not that I have found. Audio and/or video "settings" can be copied/pasted to "selected" items but the duration does not seem to be considered a "setting" for some reason.

  • Why i cannot change ringtone on my iphone?there is a tick on the changed ringtone but when ringing the phone still the old ringtone is ringing.my phone is iphone 4s

    there is a tick on the changed ringtone but when ringing the phone still the old ringtone is ringing.my phone is iphone 4s

    ashibobytariq wrote:
    Same thing happened to me, m still searching the solution, plz let me kno too if u find any wayout.
    If the old ID is yours, and if your current ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • [svn:osmf:] 17638: To fix FM-1040, we came up with a solution as depicted by SVN change number 17636.

    Revision: 17638
    Revision: 17638
    Author:   [email protected]
    Date:     2010-09-09 16:34:17 -0700 (Thu, 09 Sep 2010)
    Log Message:
    To fix FM-1040, we came up with a solution as depicted by SVN change number 17636. However we are not totally satisfied because some multicast specific code was introduced to the NetLoader class. To remedy the problem, we introducted an indirection such that the multicast specific code goes to the MulticastNetLoader.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1040
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/MulticastNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamLoadTrait.as

    Agree it is a pain in the but I know that you can use the same bbid on 2 playbooks.
    Be a Shepard and not an iSheep.

Maybe you are looking for

  • Lightroom won't allow me to add file during import - only copy

    I'm trying to import items to my catalog.  When I choose items from my hard drive that are NOT in dropbox, Lightroom offers me the "add" and "move" options for the files.  When I choose files that are anywhere within dropbox, it only offers the "copy

  • Google Chrome, iMovie, iPhoto quit unexpectedly since Mountain Lion Update

    iPhoto and iMovie quits unexpectedly after i have updated to mountain lion.  I tried deleting it and reinstalling with no success.  Here is the error i get.  Can someone please help me? Process:         iPhoto [300] Path:            /Applications/iPh

  • Inspection plan not found

    Hi, no inspection plan is found for inspection lots created with origin 04 or 08; but they are found for 89. I already checked: - task list usage assigned to i type in customizing - material set up for 08 and 04 with i plans - validity date changed i

  • Creating a scenario

    Hello all, I want to set up the following situation in SAP. There are several businesses  - each with no more than 30 employees. Each of these employees must be tracked (HR). Time information would be collected for each employee. The thought was to g

  • How can i reset my restriction passcode for reset all settings

    I forget the passcode and i want to reset all settings.can some help me how to reset all phone.