[
https://issues.apache.org/jira/browse/TAP5-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166214#comment-13166214
]
Michael Wyraz commented on TAP5-1765:
-------------------------------------
In our productive appplications after a while of running, on every
event-request an error about multipart decoding occurs. I revired the code and
I'm very sure it's relatet to it. This breaks running appplications in a almost
non reproducible way. So I'd consider this bug as bein critical. If possible
please try to do a bugfix release.
@Denis how could you fix it in your code?
> PerThread scope is not honored when service is created using autobuild
> ----------------------------------------------------------------------
>
> Key: TAP5-1765
> URL: https://issues.apache.org/jira/browse/TAP5-1765
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-ioc
> Affects Versions: 5.3
> Reporter: Denis Stepanov
> Assignee: Howard M. Lewis Ship
> Priority: Minor
> Fix For: 5.3.1, 5.4
>
>
> Bug is possible to reproduce by modifying IOC test class PerThreadModule:
> from:
> @Scope(ScopeConstants.PERTHREAD)
> public StringHolder buildStringHolder()
> {
> return new StringHolderImpl();
> }
> to:
> @Scope(ScopeConstants.PERTHREAD)
> public StringHolder buildStringHolder(@Autobuild StringHolderImpl impl)
> {
> return impl;
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira