You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:19:12 UTC

[sling-org-apache-sling-engine] branch master created (now ace82dd)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git.


      at ace82dd  Update to parent pom 32

This branch includes the following new commits:

     new 131b621  SLING-865 : Move to bundles
     new 5f8743b  SLING-865 : Adjust reactor pom and svn information in each module.
     new 557f876  SLING-865 : Adjust path to parent pom and add profiles for samples and contrib
     new 909bbf2  SLING-889 : Print remote ip address instead of real name for improved performance.
     new ed025c3  SLING-736: Ensure getPathInfo returns correct (expected) value https://issues.apache.org/jira/browse/SLING-736
     new 0e25dc1  Fix to log message (should be {} instead of {0})
     new dbd2a24  SLING-868 : Prevent NPE if no authentication handlers can be found.
     new c806941  SLING-938 Provide service method to initiate the authentication process
     new bdd7bfc  SLING-938 Add NoAuthenticationHandlerException to be thrown by login if no AuthenticationHandler can handle the request to login
     new c8ea596  Fix JavaDoc
     new 5d3952f  Fix JavaDoc
     new 6a03efd  SLING-938 Provide path value of service registration properties, which triggered the AuthenticationHandler call for the AuthenticationHandler to include this in handling decisions
     new fe433c3  Use release parent pom
     new f4ec515  Use released version as dependencies.
     new ece485e  [maven-release-plugin] prepare release org.apache.sling.engine-2.0.4-incubator
     new f5fb6df  [maven-release-plugin] prepare for next development iteration
     new df4f1a2  Use next dev version of parent pom
     new 6d90c16  Set parent pom to released version.
     new aa45e39  SLING-979 Implement the Adaptable interface in the request and response implementations based on the AdapterManager service bound to the SlingMainServlet
     new 7be0fec  SLING-998 - redirect to /system/sling/login if not authenticated and anonymous session not allowed
     new 1f12234  SLING-1000 - Web console plugin to display recent requests
     new ef7eaf1  SLING-1000 - add 'clear' option to recent requests plugin
     new 540dc23  SLING-1003 Cope with the situation of filters not using SlingHttpServletRequest/Response but plain HttpServletRequest/Response
     new 90e89a7  SLING-490 - systemstatus bundle added, dummy implementation for now
     new 29b8d30  SLING-1003 The adapters have to overwrite the getSlingRequest/Response methods to ensure the base class getRequest/Response method is called instead of the wrappers own implementation.
     new b4d078c  SLING-490 - make SystemStatus service optional, until we agree on how to implement it
     new ec00f4d  Move Sling to new TLP location
     new 3dce850  Move Sling to new TLP location
     new eb773d0  SLING-1011 : Remove disclaimer file.
     new a04cd1c  SLING-1011 : Adjust svn location
     new d9fa2bd  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new c84d401  SLING-1020 : Use ResourceUtil instead of JcrResourceUtil.
     new e2f3ff2  SLING-1024 : Correct resource super type handling. JCR node resource only returns a resource type if the property is set on the node. Bundle resources now have a default fixed resource super type. Cleaned up resource super type handling.
     new c7ff1dc  SLING-1026 Only setup SlingServletContext after SlingMainServlet initialization and exactly reverse the activation setup order in the deactivate method
     new a4ea207  SLING-1032 Directly call the login method when anonymous access is not allowed by configuration
     new e553baf  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new f86bed9  Use latest Sling API release.
     new 40d73cc  SLING-1000 - improve navigation by displaying requests methods and partial path
     new 33b30c0  Correct javadoc
     new 59e841d  SLING-1119 : First implementation for a filter configuration printer.
     new c3ba14a  Update to latest Sling releases.
     new 518658b  SLING-1139 - Add structure to SlingRequestProgressTracker messages
     new 07d19db  SLING-1139 - improved format for SlingRequestProgressTracker messages
     new a4b3235  [maven-release-plugin] prepare release org.apache.sling.engine-2.0.6
     new c82cf78  [maven-release-plugin] prepare for next development iteration
     new 4274cb6  Update to latest release.
     new 3cca65f  SLING-1003 Ensure request and response objects are Sling types before calling the next filter or getting out of the chain
     new 3185a03  SLING-1155 Provide Authenticator.logout method and define new interface for authentication handlers to support logging out
     new b00af5f  SLING-1167 move all string related parameter access to the ParameterMap class and convert the exact parameter request to a String or String[] on demand
     new 77afdfd  Clean up code
     new 727ba63  SLING-1178 Apply extended patch by Tobias Bocanegra (thanks)
     new 82e14bf  SLING-1182 Provide the path to be used to select the authentication handler as a request attribute better supporting login servlets/scripts
     new 9f35437  SLING-1182 Provide the path to be used to select the authentication handler as a request attribute better supporting logout servlets/scripts
     new da3af6a  SLING-1183 log stacktrace of LoginException at debug level
     new 1543650  SLING-633 : RequestDispatcherOptions.setReplaceSelectors("") doesn't work
     new bc45009  SLING-633 : RequestDispatcherOptions.setReplaceSelectors("") doesn't work
     new 685c5fa  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new 0f36420  SLING-1217 Apply patch supplied by Marc Speck (thanks alot) preventing NPE when disablig loggers.
     new f944ed5  SLING-1256 Compare encodings ignoring case since character set (encoding) names are case-insensitive strings.
     new dc57bce  Javadoc cleanup.
     new fa6a1a5  SLING-966 Remove old authentication support code from engine and use the new AuthenticationSupport service from the Commons Auth bundle.
     new 36286bc  SLING-1270 temporarily add code to log out the request session, to be removed when proper ServletRequestListener support can be assumed.
     new 273dfe3  SLING-1276 scope dependencies as provided to prevent them from being transitive
     new 4461d29  SLING-1275 : Return value of ComponentContext#locateContext should be checked for null value
     new 92dcc33  SLING-1223 - adding whiteboard support and ensuring that Filters aren't double-registered
     new b516a7d  SLING-1309 : Potential concurrent modification exception during request progress tracker dump
     new 6fd8781  SLING-1340 Fixed, reject the TRACE method by default with a status of 405 and the appropriate headers.            Added configuration setting, and documentation, TRACE disabled by default.
     new b8224b9  SLING-1340 Allow header was not getting set.
     new 7f9a67b  Just code formatting, no functional changes except StringBuffer -> StringBuilder
     new 408b6fb  SLING-1354 : Dependency to web console is not optional
     new c5215fd  SLING-983 : Add sling.properties file to configuration status page
     new 7144dd1  Formatting
     new d45e6c8  SLING-1402 - remove systemstatus module
     new cb856b7  SLING-1427 reconfigure RequestLoggerService to be a regular component, taking factory configurations and requiring configuration for SCR to create instances
     new d98bc6c  SLING-1270 : Use new close method to close the session.
     new 6e2b3f9  Use StringBuilder instead of StringBuffer
     new 0c2247e  SLING-1456 Ensure proper setting of request attributes indicating request inclusion   - Add Servlet API attribute names as constants   - Add setting/resetting in the SlingRequestDispatcher   - Add new attribute to provided the RequestPathInfo of the includer
     new 5613939  SLING-1460 : Move SlingSettingsService to API bundle
     new 27487e5  SLING-1462 : Add methods to get the sling home to SlingSettingsService
     new 01bf191  SLING-1461 :  Move request and resource util to Sling API
     new 4622f88  SLING-1464 : Move EngineConstants.SLING_CURRENT_SERVLET_NAME to SlingConstants
     new 191ed03  SLING-1465 : Deprecate RequestLog
     new 41158b3  SLING-1466 : Deprecate AbstractServiceReferenceConfig
     new 09da07b  SLING-1466 : Deprecate AbstractServiceReferenceConfig
     new 66829a3  Use released version of the webconsole.
     new 4b86c77  SLING-1477 : Deprecate SlingScriptHelper.dispose and correct invocation
     new a11af67  SLING-1487 : TypeOverwritingResourceWrapper should return null as resource super type
     new d39e167  Code clean up and avoid calling deprecated stuff - no functional changes.
     new 8c490eb  Remove accidentally committed class
     new d4cdf71  Use released version of commons osgi.
     new 182f25e  Correct pom
     new 4a86838  SLING-1515 - Add support for logging request parameter values in CustomLogFormat
     new 5354ba8  SLING-1515 - Add support for logging request parameter values in CustomLogFormat
     new 56e9896  Use released parent pom.
     new 9de9f69  SLING-1576 Provide a Sling request listener independent from a specific HTTP service
     new 336d423  Code formatting and close service tracker on deactivate
     new aa0ac8d  Correct usage of servlet context and create event object only if listeners are available
     new cfbd9f6  SLING-1193 Add useful methods to the Resource interface   - Add AbstractResource abstract class with implementations of new methods   - Adapt ResourceUtil, SyntheticResource and ResourceWrapper   - Move AdapterManager field from SyntheticResource to AbstractResource   - Adapt JCR Resource support to new API and test cases   - Fix Testcase in Engine bundle to extend MockResource from AbstractResource
     new 73414f2  SLING-1460 : Move SlingSettingsService to new Settings bundle
     new 77ab95e  SLING-1460 : Move SlingSettingsService to new Settings bundle
     new 86f174f  SLING-1651 - Integrate RunMode module into new Settings Module SLING-983 - Add sling.properties file to configuration status page
     new ac90428  SLING-1650 Use new Auth Core dependency (and adapt service interface)
     new 852424d  Use latest Sling API release
     new 8814109  SLING-1270 modify comment to indicate that for now we intend to keep closing the resolver here
     new 8d2523e  Remove NOTICE/LICENSE files to have them automatically generated with the remote reosources plugin. Add Site generation properties to the pom.xml
     new bf34e28  temporarily use 1.0.0 Settings dependency to cut the release
     new 2b58352  use released Auth Core bundle
     new cd4ddae  [maven-release-plugin] prepare release org.apache.sling.engine-2.1.0
     new 9f3e8a7  [maven-release-plugin] prepare for next development iteration
     new 944d6d5  Switch to next SNAPSHOT version of settings service until after release vote
     new 319bf05  Use released version of settings bundle
     new 7c7cf22  SLING-1603 Refactor SlingMainServlet and provide SlingRequestProcessor API; increase o.a.s.engine export version to 2.1 (new API provided) SLING-1213 Provide Servlet API 2.4 filter scopes
     new f571921  SLING-1603 SlingRequestProcessor must be registered as a service (also cleanup activation and deactivation methods with respect to using the Component Context)
     new 9b5eedf  Improve request progress tracker logging of filter types to call
     new 59fec39  SLING-1766 use servlet container error handling to send back the 503 status in case of missing required services (particularly during system startup)
     new ebc5348  SLING-1815 Don't let IOException be handled by the Throwable catch-all but instead rethrow it to be handled by the caller as declared in the method signature
     new 320771d  SLING-1834 : Remove direct dependency to web console by using new configuration printer support
     new 267d7e3  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new 5252581  SLING-1842 Prevent IllegalStateException when trying to get writer to handle a problem after the response output stream has already been retrieved.
     new ef78e8d  SLING-1850 do not abort error handling early if the response has already been committed. We must give the filters and error handlers a chance to operate (assuming they know what to do if the response has already been committed)
     new fa7e192  SLING-1869 - upgrading to latest SCR plugin and putting scr.annotations in parent
     new c6d6420  Cleanup imports
     new 1dc739d  SLING-1872 Rewamp the recent requests display:   - Adapt to new JQuery UI styles   - Use POST requests to clear recordings   - Add configuration option to SlingMainServlet for max number of recorded requests   - Replace rotated array by LinkedHashMap to keep requests   - Copy displayed values instead of keep the SlingHttpServletRequest for display
     new e6c35a1  Update to recent snapshots
     new 3ed9f95  Use latest releases.
     new 82c94f5  Remove obsolete scr reference tag
     new 3b3a382  SLING-1735 : Properly support service.ranking, service.id and filter.order for filter ordering
     new f72aadb  SLING-1734 : Change semantics of filter service scope support
     new d3bc237  SLING-1897 Better coordinate internal output buffer handling with servlet container buffering:   - internal commit check for resetBuffer and reset
     new 27ba864  SLING-1951 Provide sensible default (the buffer size used by the servlet container for the current response) for the internal buffer size
     new 745b8f6  [maven-release-plugin] prepare release org.apache.sling.engine-2.2.0
     new bee3e92  [maven-release-plugin] prepare for next development iteration
     new 296f3b7  SLING-1986 : RequestLogger and RequestLoggerService have wrong metatype information
     new 319b184  [maven-release-plugin] prepare release org.apache.sling.engine-2.2.2
     new 0bccd19  [maven-release-plugin] prepare for next development iteration
     new 59a7fa7  SLING-1998 Support configuration of the default request parameter encoding
     new 7e4aa43  SLING-2039? Removing Engine's internal output buffering altogether (see issue for details)
     new 02eff1d  SLING-2040 : Avoid logger instantiation and extra servlet resolver null check in RequestData
     new 4d2af51  Deprecate the implementation of the settings service as well
     new 93a2948  SLING-2042 : Clean up content data and request data handling
     new 9d4ebe1  Clean up logging statement
     new 633a43a  SLING-2073 - adding wrapper around other servlet context to unwrap SlingHttpServletRequest / SlingHttpServletResponse (or wrappers thereof) when doing cross-ctx include/forward
     new 2fffc8a  SLING-1994 - applying patch from Alex K. to correct javadoc
     new f9d8d60  SLING-2073 - creating unit test and fixing bug (exposed by unit test)
     new 2ba82f9  SLING-2085 - RequestHistoryConsolePlugin should escape HTML text
     new 8e8fce5  SLING-2085 - use ResponseUtil for escaping
     new 5802cc8  [maven-release-plugin] prepare release org.apache.sling.engine-2.2.4
     new b50f32a  [maven-release-plugin] prepare for next development iteration
     new ecc7299  SLING-1476 - adding initial stats MBean to engine bundle
     new f102c90  SLING-2116 : Support servlet api 2.5
     new 13a731e  Add sanity null check for servlet
     new a415b84  SLING-1476 - adding microbenchmark for adding stats to the statistics object
     new 0b4e136  SLING-1476  : provide number of processed requests
     new 7d73974  SLING-1476  : provide number of processed requests
     new 5729956  SLING-2150 : Update plugins to use the latest available versions
     new 3d7b3a1  SLING-1476 - updating benchmarks and switchin implementation to do direct addition to the statistics object
     new e2b2926  SLING-1476 - renaming attributes per Bertrand's comments; moving mbean implementation to a non-exported class (helps to read the spec)
     new 671654d  SLING-1476 - adding more methods to mbean
     new 60f24e8  SLING-1476 - making Java 5 compatible
     new c9e4a06  Update to recent snapshot
     new 1fa9fa7  Remove outdated comment
     new b9cd160  Fix output type descriptions and add link to log format description
     new 306ffb1  Using latest released parent pom
     new 04845a0  SLING-2196 Add the main information from the servlet container's server info to the Sling server info.
     new 01b1f80  SLING-2187 - adding new module to contain our custom notice file; adding remote-resources plugin configuration to parent pom and removing all existing appended-resources NOTICE files
     new aa243d5  temporarily using snapshots during release vote
     new 3591b6d  using latest releases
     new bcfe30b  SLING-2231 : All output from the default error handler should be encoded
     new b9d22c9  SLING-2247 - adding support for limiting the recorded requests in the Recent Requests web console plugin
     new 43fbf19  SLING-2250 - adding included resource resolution timer logging
     new a9b570b  SLING-2257 File uploads > 2GB are not available as request parameters (reported by Dominique Pfister) Removed embedded commons-fileupload and import the same packages from the o.a.c.fileupload v1.2.2 bundle.
     new 1285ddb  SLING-2307 Prevent NullPointerException when called before the ContentData is setup like for example when handling request processing start in the RequestLogger.
     new cc2ace3  SLING-2337 - introduce a flag which, if set as a request attribute, skips the session closing. Inline this constant into auth.core and engine so as to avoid requiring the new API bundle.
     new 2475f71  SLING-2357 - unregistering mbean service in deactivate()
     new e551c26  SLING-2361 Replace the use of Commons Math SummaryStatistics with a simple formula calculated on-demand.  - Add a test case to compare the operation of the formula with the SummaryStatistics values  - Keep Commons Math as a test dependency
     new 37adae2  SLING-2370 Ensure atomic request counter handling
     new 4096efc  SLING-2337 Revert commit #1221545
     new 935aa40  SLING-2389 Install request logging as a Servlet API filter to catch all requests   - Add a new log parameter 'y' to emit the HttpServletRequest.getAuthType()   - Refactor RequestLogger to register RequestLoggerService instances according to the      request and access log configuration   - RequestLoggerFilter is only active if at least one RequestLoggerService is registered   - RequestLoggerFilter takes no configuration
     new 06b5686  SLING-2389 Make sure files with relative paths are created within ${sling.home}
     new 94f7af5  SLING-2389 Formating and clean up
     new e81bc7e  git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1239563 13f79535-47bb-0310-9956-ffa450edef68
     new f3e9062  SLING-2389 Higher ranking for the request logger filter
     new c2b2dff  SLING-2413 - internal refactoring; also fixing a divide by zero issue.
     new 1fccf56  SLING-2413 - should return a non-zero mean when n > 0, not when n > 1
     new a17a7ed  SLING-2412 - adding peak recursion depth and servlet call count stats
     new 1d24afd  Log a second line of explanation for a missing authentication support service
     new b2a862e  SLING-2473 - display request number to show which are the most recent ones
     new df0c61d  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new 1b0432e  Prepare release
     new 24b9bd7  [maven-release-plugin] prepare release org.apache.sling.engine-2.2.6
     new 6322bb3  [maven-release-plugin] prepare for next development iteration
     new f48b740  Adjust dependencies after release
     new 52b3432  SLING-2363 Replace JavaDoc SCR annotations with Java SCR annotations
     new 32c8b39  Update to latest parent pom
     new f0bdb0c  Use released versions
     new 55e582e  Use latest releases and update to new parent pom
     new ece11b2  SLING-2699 Removed the '#' sign from the format to prevent an exception on the String argument not supporting the # format on Java 7 and up
     new 579c12f  SLING-2717 - avoid blank record request patterns, which disable request recording
     new 09abdde  Update to latest parent pom and use latest releases in launchpad
     new ff55c8f  SLING-2738 Log an error message if parsing the multipart/form-data request fails
     new d663f74  SLING-2747 fixed. Added hashCode and fixed first and last char check.
     new 62bac54  SLING-2670 : Add support for suffix addressed resources
     new a27c098  SLING-2821 Really log Cookie's value instead of Cookie's string representation (which is not the value)
     new 7f56283  [maven-release-plugin] prepare release org.apache.sling.engine-2.2.8
     new 891fd92  [maven-release-plugin] prepare for next development iteration
     new 72a5dc3  Correct reactor pom and update to parent pom 16
     new 33b88d0  SLING-2724 :  Error handling doesn't respect servlet spec
     new f3aa536  SLING-2908 :  Replace StringBuffer with StringBuilder
     new 257224c  Update to latest parent pom
     new a216f73  testDotsAroundSuffix added
     new 465aaf8  Update to parent pom 18
     new 26410bc  SLING-3150 : Error handler does not get original exception
     new 4421b26  [maven-release-plugin] prepare release org.apache.sling.engine-2.2.10
     new 99fbf65  [maven-release-plugin] prepare for next development iteration
     new 805b3cb  SLING-3277 - fix RequestProcessorMBeanImpl.resetStatistics, contributed by Francisco Chicharro, thanks!
     new be082ab  SLING-3338 including request when mapping urls
     new fcc5362  SLING-3393 Make sure Jetty 7 and never do correct parameter decoding.
     new 8e5d434  SLING-3403 Implementing new API plus:
     new 67b63a3  SLING-3403 Remove unwanted patch file
     new d7116f7  SLING-3403 Improved Unit test for parameter lists to make sure    duplicate parameter names are not collated in non-request order
     new f3c0c49  Use sling.java.version for compilation
     new c196a22  Move dependency to tools.jar into a profile
     new 84eaf6d  Revert setting the dependency to tools.jar depending on the vm
     new 7a4a3be  SLING-3403 Make sure compilation works also with Apple JDK 6
     new d1e44d7  SLING-3409 Support parameters on the content type header
     new 962546a  SLING-3412 Create RequestParameterSupport configuration component
     new 7655a55  SLING-3403 Remove Jetty parameter encoding workaround
     new ed40baa  Prepare for Engine release based on Sling API release
     new a19c68a  [maven-release-plugin] prepare release org.apache.sling.engine-2.3.0
     new 6b6efe5  [maven-release-plugin] prepare for next development iteration
     new f6213a5  Update to Sling API snapshot during release vote period
     new 32c7d65  SLING-3439 : SlingRequestProcessor.processRequest(httpServletRequest, httpServletResponse, resourceResolver) no longer passes request params through
     new 1a7363d  Use released api
     new 8888624  SLING-3439 : SlingRequestProcessor.processRequest(httpServletRequest, httpServletResponse, resourceResolver) no longer passes request params through
     new c012583  SLING-3439 : SlingRequestProcessor.processRequest(httpServletRequest, httpServletResponse, resourceResolver) no longer passes request params through
     new 92905dc  [maven-release-plugin] prepare release org.apache.sling.engine-2.3.2
     new 6480040  [maven-release-plugin] prepare for next development iteration
     new 3653e70  Update to parent pom v19
     new 5fd63e9  SLING-3498 Simply log IOException in the service method at DEBUG level   since we might not have a SocketException at all for this case.
     new fccbeee  SLING-3504 : SlingHttpServletResponseImpl.encodeXXX methods always add context path
     new b94966d  SLING-2920 : Wrong handling of Sling Filter ordering. Apply patch from Felix Meschberger, add test case and remove synced method calls for request handling
     new 16e17c8  SLING-2920 : Wrong handling of Sling Filter ordering. Apply patch from Felix Meschberger, add test case and remove synced method calls for request handling
     new f43420c  SLING-3633 - Sling uses wrong value for Principal object
     new 9b291fc  typo in comments
     new 36bdc13  SLING-3787 : Make the server info configurable
     new 74583ae  [maven-release-plugin] prepare release org.apache.sling.engine-2.3.4
     new 6f16453  [maven-release-plugin] prepare for next development iteration
     new 5f9b749  SLING-3796 : Fields for dynamic references must be volatile
     new d5f1337  Clean up usage of SCR annotations
     new 9d9c237  Updated to parent version 20
     new 4989eff  SLING-3815 - Add support for X-Content-Type-Options: nosniff
     new 92387de  SLING-3896 : TypeOverwritingResourceMapper does not correctly implement the isResourceType method
     new 6e624e1  [maven-release-plugin] prepare release org.apache.sling.engine-2.3.6
     new 6e54029  [maven-release-plugin] prepare for next development iteration
     new 7d9459d  Update to Sling Parent POM 22 with baselining enabled
     new b388da3  SLING-4016 Apply slightly modified patch by Alex Capt (Thank you very much)
     new 5f5a941  SLING-4016 - test TooManyCallsException with and without override
     new ecdba80  [maven-release-plugin] prepare release org.apache.sling.engine-2.3.8
     new 720b871  [maven-release-plugin] prepare for next development iteration
     new 5f2cabb  SLING-4114 - Compact and more specific logs from RequestProgressTrackerLogFilter - contributed by Julian Sedding, thanks!
     new f43c6c0  SLING-4143 - SlingServletResolver and SlingRequestProcessorImpl now cause HTTP status 500 if error handling script/servlet throws Exception or Error
     new 73992a2  SLING-4143 - preserve original HTTP status and message if error handling script fails
     new e2cf4e2  [maven-release-plugin] prepare release org.apache.sling.engine-2.3.10
     new 668c65b  [maven-release-plugin] prepare for next development iteration
     new 9b33a43  SLING-4204 Improve Filter handling and add usage tracking
     new e1fb371  SLING-4204 Improve Filter handling and add usage tracking
     new dae1c77  SLING-4294 - Servlet Filter Support adding sling.filter.pattern support
     new 713e428  SLING-4339 : NullPointerException at org.apache.sling.engine.impl.parameters.RequestParameterSupportConfigurer.getFileLocation(RequestParameterSupportConfigurer.java:132)
     new f579189  Add missing @ConsumerType
     new 806b941  SLING-4420 : Escape quotes and double quotes when escaping for XML
     new 9ca1dc8  SLING-4421 : Remove duplicate API method bodys
     new e3bdb82  [maven-release-plugin] prepare release org.apache.sling.engine-2.4.0
     new fd2d700  [maven-release-plugin] prepare for next development iteration
     new 8aa02ee  SLING-4623 - javax.servlet.Filter - sling.filter.pattern does not work
     new 189c281  [maven-release-plugin] prepare release org.apache.sling.engine-2.4.2
     new 05a3bf3  [maven-release-plugin] prepare for next development iteration
     new 2b34549  Add missing  licence header
     new a78caf6  SLING-4687 - Add unit tests for SLING-3633
     new 8a02fec  SLING-4698 - Set parent.relativePath to empty for all modules
     new 565fa84  SLING-4804 Pass semicolon parameters to resource resolver.
     new 0caa62c  Update to Sling Parent 23
     new ff587c0  Remove superflous sling.java.version=6 as it's the default now
     new 6c062ad  set parent version to 24 and add empty relativePath where missing
     new cb04ade  SLING-4887 : Move to Servlet 3
     new 759a6b8  SLING-4887 : Move to Servlet 3
     new 15a9bb4  SLING-4921 - use ClientAbortException to differentiate client/network problems from other IOEXception
     new 83acbff  SLING-4804 Use URL rather than URI to get the semicolon parameters
     new 47d708f  SLING-4804 - InitResourceTest added
     new 8ca7e0c  SLING-4958 - add JMX MBean for Sling Servlet Filter
     new 48450b8  SLING-4958 - add JMX MBean for Sling Servlet Filter
     new d9e4424  SLING-4958 update package version
     new b28af30  Update the main reactor to parent 25
     new acdf659  SLING-4544 Performance: MessageFormat shouldn't be used for logging in SlingRequestProgressTracker
     new e3dbe73  SLING-4999 - Check synchronization in RequestProcessorMBeanImpl
     new 9c0e460  [maven-release-plugin] prepare release org.apache.sling.engine-2.4.4
     new 022789d  [maven-release-plugin] prepare for next development iteration
     new 3447684  SLING-5188 - Some WebConsole plugins are placed in the 'main' category
     new 80c56cd  SLING-5370 - fix confusing warning log
     new a9be1dc  SLING-5385 : Support container adding request parameters
     new f7d87fb  SLING-5393 - Add default X-Frame-Options header to defende against Clickjacking
     new 02df14e  Remove obsolete comment
     new 111455b  Switch to parent pom 26
     new 9b4b8c5  [maven-release-plugin] prepare release org.apache.sling.engine-2.4.6
     new d9861c5  [maven-release-plugin] prepare for next development iteration
     new 00ede3d  SLING-5428 - mention the new servlet-helpers module
     new cded690  SLING-5275 - improve test coverage before making changes
     new b342b93  SLING-5275 - move to microseconds for SlingRequestProgressTracker timings. Contributed by Alex Klimetschek, thanks!
     new f26e1bc  SLING-5489 - create the SlingRequestProgressTracker earlier
     new a8b7751  SLING-5678 RequestLogger and RequestLoggerService should use PropertiesUtil to parse their configs
     new 3f21b1b  Clean up code afer moving to servlet api 3
     new 79466ca  SLING-5783 : Add service property to identify the ServletContext registered by Sling
     new 5b48bbf  Fix javadocs
     new 06725ca  Update to parent pom 27
     new 8e00efc  SLING-5782 : Register Sling using the Http Whiteboard
     new 5340894  SLING-5935 : Remove compat mode for filters
     new 7649ba3  Move to OSGi annotations
     new 9e07d1e  SLING-5936 : Log warning if old "filter.scope" or "filter.order" property is used to register a Sling filter
     new 5716980  SLING-5937 : Migrate RequestProgressTrackerLogFilter to new DS annotations
     new afca925  SLING-5938 : Register RequestLoggerFilter through Http Whiteboard
     new 2e70332  Add missing resolution optional
     new 5be4e00  SLING-5782 : Register Sling using the Http Whiteboard
     new 2d20808  SLING-5782 : Register Sling using the Http Whiteboard
     new 7481f07  SLING-5782 : Register Sling using the Http Whiteboard
     new 538a181  [maven-release-plugin] prepare release org.apache.sling.engine-2.5.0
     new a30ec18  [maven-release-plugin] prepare for next development iteration
     new 0571be5  SLING-5948 Support Streaming - Implementation of proposal 1 using a Interator<Part>
     new 759d5e8  SLING-5948 Support Streaming - Implementation of StreamingUploadOperation to work with proposal 2 implemented in previous commit (Interator<Part>)
     new 6b3d308  SLING-5948 Support Streaming - Cleaned up headers, added more javadoc, incorporated feedback from RTC
     new 1a29a83  SLING-5948 Support Streaming - fixed imports and formatting
     new 4fcdc2d  SLING-5948 Support Streaming - fixed JDK7 issue identified by CI build on pull request
     new fb15774  SLING-5979 : RequestLoggerFilter is using wrong registration property
     new 3d9d6a0  [maven-release-plugin] prepare release org.apache.sling.engine-2.6.0
     new 0a99018  [maven-release-plugin] prepare for next development iteration
     new b688219  switch parent pom reference everywhere to 28 where it was 27 before this can be safely done because the only difference between 27 and 28 is an updated maven-source-plugin (fix heap space error)
     new 563bf19  SLING-5987 : RequestLoggerFilter is only handling a single logger
     new fc8ff90  [maven-release-plugin] prepare release org.apache.sling.engine-2.6.2
     new e357723  [maven-release-plugin] prepare for next development iteration
     new 6cba38a  SLING-6017 Streaming Uplads detection of request parameters is wrong. Fixed detection of FormFileds and behaviour wrt to the documented Sling Upload API
     new d8cef1f  SLING-6017 Streaming Uploads detection of request parameters is wrong. Fixed Servlet API conflict with Sling Upload documentation
     new b485d32  [maven-release-plugin] prepare release org.apache.sling.engine-2.6.4
     new 36a84b5  [maven-release-plugin] prepare for next development iteration
     new b616816  SLING-6168 : ServletContext is registered with wrong name
     new f1294e7  Update to parent pom 29
     new 6752c3f  [maven-release-plugin] prepare release org.apache.sling.engine-2.6.6
     new c53ee01  [maven-release-plugin] prepare for next development iteration
     new 0286335  use Sling Parent 30
     new 5247df9  SLING-6675 - revert to parent pom 29 temporarily, V30 breaks the engine bundle
     new 3be809b  SLING-6706 : Migrate to R6 annotations, clean up dependencies
     new 3561982  SLING-6706 : Migrate to R6 annotations, clean up dependencies
     new 0ff54e8  Fix type in exception messages
     new 2befea2  [maven-release-plugin] prepare release org.apache.sling.engine-2.6.8
     new 8625a3b  [maven-release-plugin] prepare for next development iteration
     new 229a31f  SLING-7167 Adjust READMEs
     new 5d564cb  SLING-7167 Adjust READMEs
     new 466a594  SLING-7167 Adjust READMEs
     new ace82dd  Update to parent pom 32

The 356 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].