I see an issue with MT Patch 4 and Patch5 which is relatively simple
to reproduce.
Issue is not present in patch3.
1) Create a display only form
2) Add a View Field
3) Create an active link to populate the View field on Window open
with some HTML Code that includes some Javascript code that pops up an
alert.
Instead of seeing the form you will see a bunch of javascript source
code instead.
remove the <script> section and it seems to be ok.
sample code for actlink setting view field:
"<html>
<head>
</head>
<script>
alert(""hello"");
</script>
<body>
<h1>Hello</h1>
</body>
</html>"Haven't found the defect id yet... On Jun 15, 12:54 pm, patchsk <[email protected]> wrote: > We are in a Solaris environment with midtier patch4, arserver patch3. > We did not see any problems with the midtier. > With patch4,now you can flush the cache per server instead of all the > ar servers attached to the midtier. > Where as with the arserver we saw several issues and are now planning > to migrate to patch005. > > On Jun 15, 7:55 am, Guillaume Rheault <[email protected]> wrote: > > > Is anyone running Mid-Tier 7.5 Patch 4 or Patch 5 in a production > > environment? > > Have you experienced any issues ? Have you seen improvements on the caching? > > > We're looking into upgrading our mid-tier 7.5 patch 1 to patch 5,to take > > advantage of the new mid-tier caching features, but we do not want to > > upgrade the ARS server to 7.5 patch 5 yet. > > So any feedback on running the Mid-Tier 7.5 patch 4 or 5 with a lower patch > > of ARS 7.5 is appreciated. > > > Thanks, Guillaume > > > ___________________________________________________________________________ > > ____ > > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > > attend wwrug10www.wwrug.comARSlist:"Where the Answers Are" > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > attend wwrug10www.wwrug.comARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

