[JBoss JIRA] (GTNPORTAL-2771) Ensure that generated rememberme token is really unique
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2771?page=com.atlassian.jira.pl... ]
RH Bugzilla Integration commented on GTNPORTAL-2771:
----------------------------------------------------
theute(a)redhat.com changed the Status of [bug 887972|https://bugzilla.redhat.com/show_bug.cgi?id=887972] from MODIFIED to ON_QA
> Ensure that generated rememberme token is really unique
> -------------------------------------------------------
>
> Key: GTNPORTAL-2771
> URL: https://issues.jboss.org/browse/GTNPORTAL-2771
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Marek Posolda
> Assignee: Marek Posolda
> Labels: EPP6.0-Test-Dev
> Fix For: 3.6.0.Final
>
>
> Currently we are generating random rememberme tokens based on random int number (random.nextInt()). In systems with millions or many thousands login, this discriminator is not enough.
> We should improve it and fix it either by:
> 1) Ensure that generated token is really unique. In system with many logins the random number may not be unique enough, so we need to add other info (like System.currentTimeMillis() or counter or both...)
> 2) In case that token already exists, we should generate other one instead of refresh the current one.
> Maybe combination of both approaches would be best :-)
--
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: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (GTNWSRP-259) Performance issue of WSRP when running over Apache CXF.
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/GTNWSRP-259?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on GTNWSRP-259:
-------------------------------------------------
theute(a)redhat.com changed the Status of [bug 794143|https://bugzilla.redhat.com/show_bug.cgi?id=794143] from NEW to CLOSED
> Performance issue of WSRP when running over Apache CXF.
> -------------------------------------------------------
>
> Key: GTNWSRP-259
> URL: https://issues.jboss.org/browse/GTNWSRP-259
> Project: GateIn WSRP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Consumer
> Affects Versions: 2.1.0-GA
> Reporter: Gary Hu
> Assignee: Chris Laprun
> Fix For: 2.2.0.Final
>
> Attachments: jax-ws-catalog.xml
>
>
> There's significant performance issue when running WSRP over Apache CXF on EPP 5.1.1.
> To reproduce this:
> 1) install Apache CXF on EPP 5.1.1
> 2) go to WSRP admin page and refresh the consumer self1. it takes minutes to refresh the page.
> There is a workaround:
> add the attached catalog file under jboss-epp-5.1/jboss-as/server/default/deploy/gatein.ear/META-INF when using jbossws-cxf stack . This will pick up the local shema file in cxf-api.jar.
--
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: http://www.atlassian.com/software/jira
13 years, 2 months