ViewExpiredException in Firefox and IE after migrating to Jboss 7.0 AS - jsf

We have JSF 2.0 Richfaces 4.0 application working perfectly fine on Jboss 6.0 and we are trying migrate it to Jboss 7.0 AS.
We are experiencing ViewExpiredException in firefox and IE for any link we click on the page. In google chrome it is working fine. Note sure what is the problem. I don't have any clue how to debug this.
Please let me know anybody experienced similar issue.
Thanks,
Mahesh

Mahesh you are experiencing https://issues.jboss.org/browse/AS7-1283
Pass -Dorg.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false when you start AS 7 or add the property to your config by following https://docs.jboss.org/author/display/AS7/Admin+Guide#AdminGuide-SystemProperties

Related

Running vaadin 7 application in IE 6 browser

We are running a web-application that is based on Vaadin 7. This application runs fine in IE 7 and higher but it doesn't work in IE 6.
We tried various approaches and followed few approaches mentioned in Vaadin document but couldn't make it work.
Then we found this plugin "Google Chrome Frame". On using this we are able to see first login screen but with a session expired message.
Can any one having experience with Vaadin help us out here in order to make Vaadin 7 application run in IE6?
Thanks
Unfortunately you cannot make your Vaadin 7 application to work with IE6 because Vaadin 7 doesn't support IE6.

XPages mobile controls not working with iOS 8

We have a couple of simple apps that use the XPages mobile controls that no longer work on iOS 8 devices. Tapping on outline entries, dataview entries, buttons in the header, etc. doesn't seem to do anything. Tapping on a category to expand or collapse it in a categorized view is the only thing that seems to work. The apps are running on a Domino 9.0 server with the openntf essentials package installed. iOS 7 and Android devices work fine.
Anybody else having problems with the mobile controls and iOS 8?
I can confirm this problem with our apps that use the mobile controls as well. It seems to be an issue with Dojo 1.8 that is used by these controls. Debug on an iPad running iOS 8 reveals "Deprecated attempt to access property 'changedTouches' on a non-TouchEvent object." and "Typerror: Attempted to assign to readonly property." in Dojo.js:7956.
UPDATE: Got it working by copying Dojo 1.9.4 to the domino\js folder. Also had to add in the ibm and template folders into the dojo-1.9.4 folder. These were extracted from the xsp.dojo.jar file in the Domino\osgi\shared\eclipse\plugins\com.ibm.xsp.dojo_9.0.1.20140801-1000 folder. Then had to restart the server. Restarting http by itself doesn't work.
IBM has just released 9.0.1 Fix Pack 2 Interim Fix 1 which fixes SPR PALT9P8JDG "XPage Mobile Controls Fail On iOS 8". The technote has been updated accordingly.
For the latest information on this issue, see this technote: http://www-01.ibm.com/support/docview.wss?uid=swg21686751

Screwturn scripting not working?

I had previously installed screwturn on windows 7 iis and the site was functioning 100%
I have recently installed it on Win Server2008 and it would appear that the scripts are not working.
The website works tabs and logins ok. The problem is in the providers tab, if I click on any displays or on the 'select' label nothing happens. When I had installed this on the windows 7 iis these were clearly working.
All roles should be in place, ISS server, application server.
Do I need to enable anything specific on the server or am I missing a configuration?
SOLVED THE ISSUE"!!!!!#
just downgraded the framework from 4.0 to 2.0 and worked perfectly
I vaguely remember similar issues when running under .NET 4.0 (are you?) - do you have these fixes in your Web.config?
<pages validateRequest="false">
<httpRuntime requestValidationMode="2.0"/>

CKEditor 3.6.2 version issue in IE 10

CKEditor component doesn't work in Internet Explorer 10.
See http://dev.ckeditor.com/ticket/9741
Does anyone have any advice how to do any workaround? Or do someone know when they will fix it?
Thanks in advance, JiKra
First of all, IBM Domino 9 and IBM XWork Server 9 use CKEditor 3.6.3 where this bug with IE10 is fixed.
For 8.5.3 I am using the following to make IE10 run as IE9 in order for the CKEditor to work:
<xp:this.beforeRenderResponse><![CDATA[#{javascript:
if (context.getUserAgent().isIE()) {
var response = facesContext.getExternalContext().getResponse();
// Use IE9 mode because of CKEditor bugs with IE10
response.setHeader("X-UA-Compatible", "IE=9");
}
}]]></xp:this.beforeRenderResponse>

EPiServer R2 SP2

I am attempting to install an EPiServer R2 SP2 site on IIS 6.0 and I received the classfactory not initialised error. I managed to overcome this by downgrading my web.config to one that is compliant with IIS 6.0
The site loads fine and works as it should all except for edit/admin mode and the default login screen which all seem to have lost the styles and javascript. As a result they are unusable. Any ideas on what has gone wrong?
Gah! The error lay in not removing one of the name attributes on one of the httpHandlers

Resources