[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3070) Tomcat not cleaning up HttpSessions after a single FeedServlet request
by Christian Bauer (JIRA)
Tomcat not cleaning up HttpSessions after a single FeedServlet request
----------------------------------------------------------------------
Key: JBSEAM-3070
URL: http://jira.jboss.com/jira/browse/JBSEAM-3070
Project: Seam
Issue Type: Bug
Components: Wiki
Reporter: Christian Bauer
Assigned To: Christian Bauer
Priority: Critical
Only reproducible in production: The number of HttpSessions is growing over several days. I wrote a listener and it shows the following pattern:
<User> <Action> <Creation timestamp> <Last access timestamp> <Idle> <Expired since>
Guest Feed: 1 04. Jun 2008, 16:01:46 04. Jun 2008, 16:01:46 00:13:49 00:03:49 (EXPIRED!) 5 KiB
Guest Feed: 1 04. Jun 2008, 15:59:56 04. Jun 2008, 15:59:56 00:15:39 00:05:39 (EXPIRED!) 5 KiB
Guest Feed: 1450 04. Jun 2008, 16:03:31 04. Jun 2008, 16:03:31 00:12:04 00:02:04 (EXPIRED!) 5 KiB
The EXPIRED! sessions are alive past their maxInactiveInterval (see the time next to it). Tomcat does not clean them up and I don't know why. The only recognizable pattern is that they are all from the FeedServlet, and a single request to that servlet. At this point I suspect that something in Seams ContextualRequest filter is wrong and influencing Tomcat negatively. Will keep this assigned to the wiki until the cause is clearer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3197) RememberMe authentication for wiki
by Christian Bauer (JIRA)
RememberMe authentication for wiki
----------------------------------
Key: JBSEAM-3197
URL: https://jira.jboss.org/jira/browse/JBSEAM-3197
Project: Seam
Issue Type: Task
Components: WS
Reporter: Christian Bauer
Assignee: Christian Bauer
Persistent cookies for RememberMe automatic logins require significant changes to the wiki:
1. Decouple user profile password changing UI from main profile, require authentication with existing password before entering new password.
2. Decouple user profile email changing UI from main profile, require authentication through regular login, notify user if she is logged in through persistent cookie.
3. (Optional) Require confirmation email procedure after email address change.
4. Add authentication token storage table/entity and implement TokenStore.
5. Implement RememberMe user interface checkbox.
6. Implement configurable expiration policy for cleanup of authentication token table.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2722) Wiki plugin metadata
by Christian Bauer (JIRA)
Wiki plugin metadata
--------------------
Key: JBSEAM-2722
URL: http://jira.jboss.com/jira/browse/JBSEAM-2722
Project: JBoss Seam
Issue Type: Task
Components: Wiki
Reporter: Christian Bauer
Assigned To: Christian Bauer
Priority: Blocker
Plugins/macros need metadata, some random ideas:
protected String[] skins = {"d", "m"}
protected long accessLevel = 0;
protected boolean documentDiscriminator = false;
protected boolean reentrant = true;
protected boolean renderedOnce = false;
protected boolean affectsRenderingOnly = true;
protected boolean appliesToHeader = false;
protected boolean appliesToContent = true;
protected boolean appliesToFooter = false;
protected boolean displayedInPreview = true;
createMethodBuildTime
createMethodRenderTime
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months