]
Lukáš Fryč updated WFLY-2638:
-----------------------------
Attachment: jboss-javaee6-webapp.war
Attaching sample WAR and its source:
jboss-javaee6-quickstarts on WildFly Beta2-SNAPSHOT - JSF fails with
ViewExpiredException
-----------------------------------------------------------------------------------------
Key: WFLY-2638
URL:
https://issues.jboss.org/browse/WFLY-2638
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JSF
Affects Versions: 8.0.0.CR1
Environment: WildFly Beta2-SNAPSHOT (revision
95aa9c0ad64a2feccfc97ccb2c1194e9ac83872d )
Reporter: Lukáš Fryč
Assignee: Farah Juma
Attachments: jboss-javaee6-webapp.war
Steps to reproduce:
1. create a {{jboss-javaee6-webapp}} from
[
archetype|https://github.com/jboss-developer/jboss-eap-archetypes/tree/ma...]
or via JBoss Tools Central (Create from scratch > Java EE Web Project)
2. navigate browser to application
http://localhost:8080/jboss-javaee6-webapp/index.jsf
2. do any action leading to postback, such as clicking Register button
Detailed debug log is here:
https://gist.github.com/lfryc/53145a9cc5e568e5792e
Stack trace:
{code}
Context Path:/jboss-javaee6-webapp
Servlet Path:/index.jsf
Path Info:null
Query String:null
Stack Trace
javax.servlet.ServletException: viewId:/index.jsf - View /index.jsf could not be
restored.
javax.faces.webapp.FacesServlet.service(FacesServlet.java:659)
io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87)
io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:61)
io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:81)
io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113)
io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52)
io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45)
io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:61)
io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:65)
io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70)
io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25)
io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:238)
io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:225)
io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:71)
io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:144)
io.undertow.server.Connectors.executeRootHandler(Connectors.java:164)
io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:655)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:744)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: