Can't configure session-timeout setting with web.xml
----------------------------------------------------

                 Key: PAXWEB-201
                 URL: http://issues.ops4j.org/browse/PAXWEB-201
             Project: Pax Web
          Issue Type: Bug
          Components: War Extender
    Affects Versions: 0.7.2
         Environment: OS: Ubuntu 9.04
Java: JavaSE 1.6.0_18
Container: Apache felix karaf 1.4.0
            Reporter: Kenji Soejima
            Assignee: Alin Dreghiciu
         Attachments: DOMWebXmlParser.java.patch

I configure session timeout setting with following web.xml.

* web.xml
<web-app>
...
  <session-config>
    <session-timeout>10</session-timeout>
  </session-config>
...
</web-app>

But the session timeout setting is not set to pax web container.
This is a bug of 
org.ops4j.pax.web.extender.war.internal.parser.dom.DOMWebXmlParser.java.

Attach the patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to