[ https://issues.apache.org/jira/browse/SLING-10073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268235#comment-17268235 ]
Robert Munteanu commented on SLING-10073: ----------------------------------------- [~enorman] - I think this was caused by your changes in SLING-10006, can you please check? > ErrorHandlingTest.test_errorhandling_POST_operation_SlingPostServlet fails > after SLING-10006 > -------------------------------------------------------------------------------------------- > > Key: SLING-10073 > URL: https://issues.apache.org/jira/browse/SLING-10073 > Project: Sling > Issue Type: Bug > Components: Servlets > Affects Versions: Servlets POST 2.4.2 > Reporter: Robert Munteanu > Priority: Critical > Fix For: Servlets POST 2.4.4 > > > After SLING-10006 the Sling ITs fail with > {noformat}[ERROR] Failures: > [ERROR] > ErrorHandlingTest.test_errorhandling_POST_operation_SlingPostServlet:177->assertWithRetries:97->RenderingTestBase.assertContains:36 > Content does not contain 'Exception thrown - custom error page' (content=<!-- > /* > * Licensed to the Apache Software Foundation (ASF) under one > * or more contributor license agreements. See the NOTICE file > * distributed with this work for additional information > * regarding copyright ownership. The ASF licenses this file > * to you under the Apache License, Version 2.0 (the > * "License"); you may not use this file except in compliance > * with the License. You may obtain a copy of the License at > * > * http://www.apache.org/licenses/LICENSE-2.0 > * > * Unless required by applicable law or agreed to in writing, > * software distributed under the License is distributed on an > * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > * KIND, either express or implied. See the License for the > * specific language governing permissions and limitations > * under the License. > --> > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > <!-- simple JSP rendering test --> > <html> > <head> > <title>500 Internal Server Error</title> > </head> > <body> > <h1>Internal Server Error (500) - custom error page</h1> > </body> > </html>){noformat} > Looks like the error handling behaviour has changed in an incompatible manner. > To reproduce, update to the latest servlets.post in the Sling Starter: > {code} > diff --git a/src/main/features/base.json b/src/main/features/base.json > index 754bf13..f2eb6cf 100644 > --- a/src/main/features/base.json > +++ b/src/main/features/base.json > @@ -110,7 +110,7 @@ > "start-order":"20" > }, > { > - "id":"org.apache.sling:org.apache.sling.servlets.post:2.3.36", > + "id":"org.apache.sling:org.apache.sling.servlets.post:2.4.2", > "start-order":"20" > }, > { > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)