[JBoss JIRA] (GTNPORTAL-2825) NPE due to logical typo in UIMaskLayer.js
by Boleslaw Dawidowicz (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2825?page=com.atlassian.jira.pl... ]
Boleslaw Dawidowicz resolved GTNPORTAL-2825.
--------------------------------------------
Fix Version/s: 3.6.0.Final
Resolution: Done
> NPE due to logical typo in UIMaskLayer.js
> -----------------------------------------
>
> Key: GTNPORTAL-2825
> URL: https://issues.jboss.org/browse/GTNPORTAL-2825
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: WebUI
> Reporter: Matt Wringe
> Labels: portal-s70
> Fix For: 3.6.0.Final
>
>
> When using Chrome (note: does not happen with Firefox) and with a custom skin, an NPE gets thrown due to a logical typo in UIMaskLayer.js
> It is currently checking:
> if (offsetParent && offset.left != 0 || offset.top != 0) {...}
> When it should be checking:
> if (offsetParent && (offset.left != 0 || offset.top != 0)) {...}
> Without the change, an error occurs about not being able to read the value top from null.
--
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
11 years, 9 months
[JBoss JIRA] (GTNPORTAL-2828) CookieTokenService initialization too slow
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2828?page=com.atlassian.jira.pl... ]
Peter Palaga commented on GTNPORTAL-2828:
-----------------------------------------
After inserting some measurement points, I can confirm that there is some delay (18.527 seconds on my machine) related to SecureRandom initialization:
{code}
09:07:48,746 INFO [org.exoplatform.web.security.security.RemindPasswordTokenService] (MSC service thread 1-1) before new AutoReseedRandom(): 0.0010
09:08:07,272 INFO [org.exoplatform.web.security.security.RemindPasswordTokenService] (MSC service thread 1-1) after new AutoReseedRandom(): 18.527
09:08:07,272 INFO [org.exoplatform.web.security.security.RemindPasswordTokenService] (MSC service thread 1-1) super(initParams): 0.0
09:08:07,274 INFO [org.exoplatform.web.security.security.RemindPasswordTokenService] (MSC service thread 1-1) before initCodec(): 0.0020
09:08:07,970 INFO [org.exoplatform.web.security.security.CookieTokenService] (MSC service thread 1-1) Initialized CookieTokenService.codec using builder org.exoplatform.web.security.codec.JCASymmetricCodecBuilder
09:08:07,971 INFO [org.exoplatform.web.security.security.RemindPasswordTokenService] (MSC service thread 1-1) after initCodec(): 0.697
{code}
The background is described e.g. here: http://stackoverflow.com/questions/137212/how-to-solve-performance-proble...
> CookieTokenService initialization too slow
> ------------------------------------------
>
> Key: GTNPORTAL-2828
> URL: https://issues.jboss.org/browse/GTNPORTAL-2828
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Peter Palaga
> Assignee: Peter Palaga
>
> Originally reported by Nick Scavelli:
> 12:28:46,725 INFO [org.picketlink.idm.impl.cache.InfinispanIdentityStoreCacheProviderImpl] (MSC service thread 1-7) Infinispan cache for Picketlink IDM created successfuly. cache name: idm-portal-store
> (18:29:51) nscavell: 12:29:23,170 INFO [org.exoplatform.web.security.security.CookieTokenService] (MSC service thread 1-7) Initialized CookieTokenService.codec using builder org.exoplatform.web.security.codec.JCASymmetricCodecBuilder
--
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
11 years, 9 months
[JBoss JIRA] (GTNPORTAL-2828) CookieTokenService initialization too slow
by Peter Palaga (JIRA)
Peter Palaga created GTNPORTAL-2828:
---------------------------------------
Summary: CookieTokenService initialization too slow
Key: GTNPORTAL-2828
URL: https://issues.jboss.org/browse/GTNPORTAL-2828
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Peter Palaga
Assignee: Peter Palaga
Originally reported by Nick Scavelli:
12:28:46,725 INFO [org.picketlink.idm.impl.cache.InfinispanIdentityStoreCacheProviderImpl] (MSC service thread 1-7) Infinispan cache for Picketlink IDM created successfuly. cache name: idm-portal-store
(18:29:51) nscavell: 12:29:23,170 INFO [org.exoplatform.web.security.security.CookieTokenService] (MSC service thread 1-7) Initialized CookieTokenService.codec using builder org.exoplatform.web.security.codec.JCASymmetricCodecBuilder
--
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
11 years, 9 months
[JBoss JIRA] (GTNWSRP-350) NPE when using export by reference
by Chris Laprun (JIRA)
Chris Laprun created GTNWSRP-350:
------------------------------------
Summary: NPE when using export by reference
Key: GTNWSRP-350
URL: https://issues.jboss.org/browse/GTNWSRP-350
Project: GateIn WSRP
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Producer
Affects Versions: 2.2.2.Final, 2.1.7-GA
Reporter: Chris Laprun
Assignee: Chris Laprun
Fix For: 2.1.8-GA, 2.2.3.Final
Export by reference is actually not currently supported and this should be made clearer in both documentation and implementation.
--
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
11 years, 9 months