You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/04/28 14:59:31 UTC

[GitHub] [camel] JiriOndrusek commented on pull request #3781: fix of test for CAMEL-14950

JiriOndrusek commented on pull request #3781:
URL: https://github.com/apache/camel/pull/3781#issuecomment-620661023


   @davsclaus @oscerd 
   I can imagine a way of allowing this change by following restrictions:
   
   - document requirement for higher servlet-api for usage of property `requireServletContext` (default value is false)
   -  dependency to higher-servlet-api would be only in component camel-undertow-spring-security (https://issues.apache.org/jira/browse/CAMEL-14977)
   - tests involving servlet context could be placed into  camel-undertow-spring-security
   
   This solution is not correct, but I don't see any other possibility....
   
   I can try to use some kind of mock servletContext which will allow to run security filters from spring-security without having servlet involved on undertrow server, but I have no idea whether it would be possible.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org