[ 
https://issues.apache.org/jira/browse/JS2-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850948#action_12850948
 ] 

Woonsan Ko commented on JS2-1129:
---------------------------------

Hi Dominik,

I've tried to reproduce the problem after adding a SSOWebContent portlet in a 
page in the edit mode, but failed.
Could you please write steps to reproduce with some test data?

Regards,

Woonsan

> JetSpeed hides error if values in SSO-Portlets are specified too long
> ---------------------------------------------------------------------
>
>                 Key: JS2-1129
>                 URL: https://issues.apache.org/jira/browse/JS2-1129
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 2.2.0
>            Reporter: Dominik Stadler
>            Priority: Critical
>
> I am trying to use the "SSO Web Content" Portlet to display a website which 
> requires basic authentication. Although all the parameters are specified 
> correctly, I get the error "Could not add remote user: portal principal admin 
> is already associated with a remote user for this site!" displayed when I 
> save the portlet configuration.
> I found out that actually there is a SQL Exception during writing the 
> configuration, but the code just prints out this incorrect error message. 
> Also log-output does not contain any hint of the actual problem.
> Doing some tracing, I found that the problem is caused by the following 
> commit: 
> http://mail-archives.apache.org/mod_mbox/portals-jetspeed-dev/200905.mbox/%3c20090501033954.14adf2388...@eris.apache.org%3e
> Look at SSOWebContentPortlet.java, line 194: The change replaces the "throw" 
> of the actual exception with the dumb error message which effectively hides 
> the actual cause in this case. In my case the error was "Unexpected security 
> error at JetspeedSecurityPersistenceManager from addDomain: OJB operation; 
> SQL []; A truncation error was encountered trying to shrink VARCHAR 
> 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' to length 30.; nested exception is 
> java.sql.SQLDataException: A truncation error was encountered trying to 
> shrink VARCHAR 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' to 
> length 30.
> Please adjust the error-check here to only report the error text if this is 
> the actual cause and report the actual error otherwise.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org

Reply via email to