You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Ted Husted (JIRA)" <ji...@apache.org> on 2008/01/17 13:02:07 UTC

[jira] Resolved: (WW-2226) TextProvider.class should not be registered as a Singleton

     [ https://issues.apache.org/struts/browse/WW-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted resolved WW-2226.
----------------------------

    Resolution: Fixed

Completed: At revision: 612799  -- Thanks Darren. 

In the description, I assume it meant to read that it does *not* affect  i18n. 


> TextProvider.class should not be registered as a Singleton
> ----------------------------------------------------------
>
>                 Key: WW-2226
>                 URL: https://issues.apache.org/struts/browse/WW-2226
>             Project: Struts 2
>          Issue Type: Bug
>          Components: "New" API, XML Configuration
>    Affects Versions: 2.0.9
>            Reporter: Darren Shepherd
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: textprovider.patch
>
>
> TextProvider.class should be not registered in the Container as a Singleton.  If the TextProvider impl is an instanceof ResourceBundleTextProvider, the TextProviderFactory will call setClazz, and setLocaleProvider on the impl.  This is not thread safe.  This is related an xwork bug I filed, XW-572.  In general, the TextProvider never gets properly injected, so this issue is most likely not prevalent.  It does seem to effect I18N component, which does the injection itself.

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