You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/03/16 15:24:49 UTC

[Bug 65959] New: Tomcat 9.0.59 and 9.0.60 implementation of FunctionMapperImpl breaks application

https://bz.apache.org/bugzilla/show_bug.cgi?id=65959

            Bug ID: 65959
           Summary: Tomcat 9.0.59 and 9.0.60 implementation of
                    FunctionMapperImpl breaks application
           Product: Tomcat 9
           Version: 9.0.60
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: EL
          Assignee: dev@tomcat.apache.org
          Reporter: francois.dambrine@wiiisdom.com
  Target Milestone: -----

Created attachment 38229
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38229&action=edit
full stack trace

Hello,
We have a JSF application that is properly running on tomcat 9.0.58 and
previous.
We use Primefaces as JSF component provider.

When we use a dynamic view with ajax, we obtain a full stacktrace du to
Serialization error of FunctionMapperImpl (see attached).

I analyzed your release notes and commits and found that the full "write"
section was modified for the FunctionMapperImpl.

I cloned tomcat repository, opened the 9.0.x branch and reverted the code
https://github.com/apache/tomcat/commit/89c63c4757854435f8d6525e08c02fc598f4aae7
then redeployed the libraries and everything ran fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 65959] Tomcat 9.0.59 and 9.0.60 implementation of FunctionMapperImpl breaks application

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65959

François Dambrine <fr...@wiiisdom.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression
           Hardware|PC                          |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 65959] Tomcat 9.0.59 and 9.0.60 implementation of FunctionMapperImpl breaks application

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65959

Remy Maucherat <re...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
The written type was changed from String[] to Class[] when writing the original
object, so there was a problem. The fix will be in 10.1.0-M13, 10.0.19, 9.0.61
and 8.5.78.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org