Myfaces 2.3-next-M1 question

2020-01-07 Thread Vicente Rossello
Hi, I was trying a bit more myfaces next and I've noticed a behaviour change. If I call the URL http://localhost/somepagenotexists/ I get an error "java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config". With version 2.3.6 I get a 404 error. (notice the ending slash in the URL) I

Re: Myfaces 2.3-next-M1 question

2020-01-07 Thread Thomas Andraschko
Hi, can you post the stacktrace? Am Di., 7. Jan. 2020 um 13:59 Uhr schrieb Vicente Rossello < cocorosse...@gmail.com>: > Hi, > > I was trying a bit more myfaces next and I've noticed a behaviour change. > > If I call the URL http://localhost/somepagenotexists/ I get an error > "java.lang.NoC

Re: Myfaces 2.3-next-M1 question

2020-01-07 Thread Thomas Andraschko
and thanks for testing! every help is welcome :) i currently try to build the homepage for 2.3-next and after that publish the release mail and a blog about the changes Am Di., 7. Jan. 2020 um 14:03 Uhr schrieb Thomas Andraschko < andraschko.tho...@gmail.com>: > Hi, > > can you post the stacktrac

Re: Myfaces 2.3-next-M1 question

2020-01-07 Thread Thomas Andraschko
I think setting org.apache.myfaces.SUPPORT_JSP = false in web.xml should fix it; we should make it the default actually Am Di., 7. Jan. 2020 um 14:09 Uhr schrieb Thomas Andraschko < andraschko.tho...@gmail.com>: > and thanks for testing! every help is welcome :) > i currently try to build the ho

Re: Myfaces 2.3-next-M1 question

2020-01-07 Thread Thomas Andraschko
Should better for M2: https://github.com/apache/myfaces/commit/d2549787f085d9e58e778c682866bcda34b8f942 https://issues.apache.org/jira/browse/MYFACES-4315 Am Di., 7. Jan. 2020 um 14:14 Uhr schrieb Thomas Andraschk

Re: Myfaces 2.3-next-M1 question

2020-01-09 Thread Vicente Rossello
Thanks, I confirm that it works setting org.apache.myfaces.SUPPORT_JSP = false. I will deploy this build again. On Tue, Jan 7, 2020 at 2:25 PM Thomas Andraschko < andraschko.tho...@gmail.com> wrote: > Should better for M2: > > https://github.com/apache/myfaces/commit/d2549787f085d9e58e778c682866b