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/20 14:43:47 UTC

[sling-org-apache-sling-servlets-get] branch master created (now 4def3da)

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-servlets-get.git.


      at 4def3da  SLING-7140 Support redirects to URLs provided by the underlying resource provider.

This branch includes the following new commits:

     new fe504ae  SLING-865 : Move to bundles
     new c7754ee  SLING-865 : Adjust reactor pom and svn information in each module.
     new b29863d  SLING-865 : Adjust path to parent pom and add profiles for samples and contrib
     new 90718a8  SLING-916 move non-exported packages to internal packages and remove javadoc configuration which will be inherited from parent pom
     new db6b8a0  Use release parent pom
     new 3eaf518  Use released version as dependencies.
     new 608bdc3  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.0.4-incubator
     new 8c5549d  [maven-release-plugin] prepare for next development iteration
     new 89b53b5  Use next dev version of parent pom
     new 331d8c7  Correct svn urls.
     new 3820a2a  Set parent pom to released version.
     new a1a4e86  SLING-975 Fix response content type setting using the correct value from the SlingHttpServletRequest.getResponseContentType() method which is based on the correct mime type mapping
     new fe54c8b  SLING-994 : If the request is included, do not use sendError but throw an exception if no renderer is found
     new 39fc89c  Add adaptTo method from latest API.
     new 054ea13  SLING-1006 Return multi-value properties correctly
     new 906da64  Move Sling to new TLP location
     new ec74a8a  Move Sling to new TLP location
     new fd8a8b2  SLING-1011 : Remove disclaimer file.
     new ba56716  SLING-1011 : Adjust svn location
     new 657747f  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new 2331b80  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new 0eccce2  Fix some typos.
     new 8cad1cb  SLING-1045 Apply XHTML patch by Andreas Amstutz (thanks)
     new acad80d  Use official release instead of incubator release.
     new 44f00ea  SLING-1088. From now, the JsonQueryServlet uses the JsonResourceWriter to render calendars in the same format as the JsonRendererServlet.
     new c0db386  SLING-1096 register SLING default servlets using the last search path entry as the path prefix
     new 57ec3e1  SLING-1098 for debugging purposes also print the resource type and resource super type of resources in text/plain and text/html representations.
     new 4219902  SLING-1098 for debugging purposes also print the resource type and resource super type of resources in text/plain and text/html representations (and we should use existing API for this, thanks Bertrand for pointing this out)
     new bdba389  typo in exception message
     new a257254  Some code cleanup.
     new efff475  SLING-1115 : Redirecting to an absolute url does not work
     new 42fdf04  More explicit Exception message
     new 9a449c9  Use latest parent pom.
     new 4c5c10b  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.0.6
     new 257ce33  [maven-release-plugin] prepare for next development iteration
     new e1c2fe0  Update to latest Sling releases.
     new 78cc363  Update to latest release.
     new ed402f9  SLING-1209 : Fix potential redirection problems.
     new 00b0cb7  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new 191d174  SLING-1227 Refactor RedirectServlet to always return either a full URL or an absolute path. If the redirect target is not an absolute URL (including scheme and host part) the path is ensured absolute (resolving relative to the request's resource.
     new b4525e0  SLING-1087 Don't redirect if the response is committed or the redirect servlet is called for an included resource
     new 810bdfc  SLING-1180 Add default HEAD servlet simulating HEAD by doing a GET droppping any output
     new ebcc61f  SLING-926 Not rendering index and not setting any response headers if the request is included or already committed. This includes not sending any errors or redirects if the request is included or committed. In such a case a warn or error message is logged. In any case, if the servlet does not render an index or stream a file, an entry in the request progress tracker is logged.
     new efac46d  Improved logging if response is committed or request included
     new b718867  SLING-1229 just log an error message if the request is included or the response committed in case no renderer can be found for the requested extension.
     new 4d99034  Leverage Maven Remote Resources plugin configured with Sling Parent POM 8
     new 9f4192f  SLING-1231 send 404/NOT FOUND if no renderer is defined for the request extension or if the stream renderer is called with an unsupported extension
     new 69bc552  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.0.8
     new 9a928ba  [maven-release-plugin] prepare for next development iteration
     new f132512  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.0.8
     new b80c941  [maven-release-plugin] prepare for next development iteration
     new ba7b2f0  SLING-1308 Applied Patch from Simon Gaeremynck that fixes potential DOS on infinite selectors.
     new e69be75  SLING-1324 Add support to define the redirect status in the RedirectResource's value map and some unit tests to validate helper methods.
     new e0a8458  SLING-1329 Try String[] if String adapter does not exist, as is the case for JcrPropertyResource wrapping a multi-value property
     new 4f7ecfb  Clean up test case
     new b561e30  Fix indenting
     new 793b368  SLING-1262 : Add close() method to ResourceResolver and add an empty method to all implementations (this isn't necessary, but avoid's problems later on)
     new 053306e  SLING-1470 moved redirect.cnd to the resources bundle as per dicussion referenced in issue. Build and tests all pass.
     new 8f78654  SLING-1496 fixes missing content type on directory listings where there is a resource.
     new 36f5166  SLING-1503 - creating protected methods for getting statement and query type
     new 2dc7679  Use released parent pom.
     new 46604ff  Code cleanup and implement new methods of resource resolver.
     new 83ba630  SLING-1610 - adding check for mapped path
     new 36e1e5c  SLING-1632 The JsonQueryServlet should support the tidy selector to provided pretty printed results
     new 1707be2  Correct headers
     new c54d10c  SLING-1683 MockResourceResolver does not implement new methods getAttribute, getAttributeNames and clone
     new 863784c  SLING-1706 Add authType property to the sessionInfo result
     new cdca296  SLING-1718 - adding support for multi-valued properties in html rendering
     new 1380929  SLING-1408 - adding support for multi-valued proeprties in text renderer
     new bd273f8  SLING-1776 - adding Cache-Control header to system info servlet
     new 4b46c90  SLING-1814 Implementing support for Range requests for streamed data.
     new ab4ce13  SLING-1814 Response level Content-Length should only be set if for full transmission or single range. For multiple ranges with a multipart response the Content-Length header must not be set.
     new 0d86d9c  Add JIRA version id property
     new 4cd0f28  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.0
     new 67a08ef  [maven-release-plugin] prepare for next development iteration
     new 3f4113a  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new a20d052  Update to recent snapshots
     new ca92bb7  Use latest releases.
     new 468162f  Add metatype information
     new a564c6e  SLING-1965 Append current query string to redirect target for all target URLs, not just absolute URLs
     new 41e577e  SLING-1965 Enhance integration test to also include a test for absolute URL redirects and fix use cases involving request selectors, extension, and suffix besides query string.
     new df81c51  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.2
     new 4f96588  [maven-release-plugin] prepare for next development iteration
     new d2195ae  Clarify JSON Max Results property description
     new 546f0da  SLING-1533 - removing query language validation from json query servlet and now doing it inside the resource resolver. also adding code which injects jcr:path and jcr:score if those aren't in the column list
     new f631c9c  SLING-2150 : Update plugins to use the latest available versions
     new 1060d8d  Update to recent snapshot
     new f301297  Using latest released parent pom
     new 5b8d068  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 87176fb  temporarily using snapshots during release vote
     new ff3e350  using latest releases
     new 02eee7f  SLING-2226 : Move json query servlet to a new compat bundle
     new e38d6ba  SLING-2320 Apply slightly modified patch by Jeff Young (thanks alot). The change is from
     new d938f58  Reformat
     new 05dee63  SLING-2251 Apply patch by Alex Klimetscheck (Thanks)   - Do not force the redirect path to be an absolute URL rather leverage     the resource resolver to potentially return a relative URL
     new 6f02dc0  SLING-2251 Apply patch by Alex Klimetscheck (Thanks)   - Need to adapt test cases (not expecting absolute URIs any longer)
     new fc6df6e  SLING-2324 : The recursion selector value for the JsonRenderServlet is limited to Integer.MAX_VALUE. Applied patch from Antonio Sanso
     new 27a84fc  SLING-2320 - disabling maxResources only on level == 1
     new 26fd0d6  SLING-2320 - adding unit test of JsonRenderer and making dependent changes in testing
     new e4853a3  Use latest snapshot after release
     new 9109831  Use released versions
     new 06a363d  SLING-2363 - converting servlets.get to use SCR annotations
     new 2ae653f  SLING-2427 Escape the resource metadata in HtmlRendererServlet to stop HTML injects via URL.
     new 63c379d  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new c8670b1  Update to latest parent pom
     new dc3ab2c  Use released versions
     new 2152b93  SLING-2320 :  Current DOS-prevention for infinity.json can prevent enumeration of children
     new f857abb  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.4
     new 684b71e  [maven-release-plugin] prepare for next development iteration
     new 9243f1f  Use latest releases and update to new parent pom
     new 4abdec8  Update to latest parent pom and use latest releases in launchpad
     new 6f9b763  Correct reactor pom and update to parent pom 16
     new bcba9d9  Update to latest parent pom
     new 73ab22a  SLING-3007 :  NPE in JSON Rendering if value map contains a null value
     new af391f0  SLING-3008 :  Render resource type (and super type) if resource can't be adapted to a map in JSON
     new 8a0f371  SLING-3008 :  Render resource type (and super type) if resource can't be adapted to a map in JSON
     new ba4a86c  Update to parent pom 18
     new 33ce4f3  SLING-3255 - StreamRendererServlet made incorrect assumptions about BufferedInputStream - contributed by Jukka Zitting, thanks!
     new c388c94  SLING-3255 - add some more StreamRendererServlet test cases
     new 034aa3a  SLING-3255 - cleanup: remove unneeded private methods and unusual exception handling
     new ef13237  SLING-3255 - this piece of special exception handling is actually useful
     new a67eef7  SLING-3255 - fix off-by-one error in Range header handling
     new 8c3844e  SLING-3256 - StreamRendererServlet was wrong when read returns < len - thanks Tobias Bocanegra and Alex Klimetschek for the report and patch!
     new 97f5e8e  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.6
     new 0d8900c  [maven-release-plugin] prepare for next development iteration
     new 754792d  SLING-3452 : JSON Renderer can't handle arrays of simply types
     new c810890  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.8
     new 6a9d4a6  [maven-release-plugin] prepare for next development iteration
     new 2ed1b4f  Update to parent pom v19
     new 34c6ae6  SLING-3508 : NPE in JSON rendering
     new 53301c8  Committing the patch code for SLING-3485.  Exposing the code for rendering a resource as JSON as done in the Default JSON Servlet in Commons JSON
     new 0ae8a05  SLING-3776 - refactor to prepare for more rendering options
     new cd5dac8  SLING-3776 - .harray selector renders child nodes as json arrays
     new 3bd7c87  Updated to parent version 20
     new a48bb05  Fix snapshot reference to commons.json
     new 18597fb  Use released commons.json
     new a1d6b50  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.10
     new ee4281b  [maven-release-plugin] prepare for next development iteration
     new 3d12e51  Update to Sling Parent POM 22 with baselining enabled
     new d231d67  SLING-4006 Use setStatus instead of sendError to indicate no content in the response
     new 430da02  SLING-4318 - new VersionInfoServlet, requires an OSGi config to be enabled. Contributed by Tomek Rękawek, thanks!
     new 851a88a  SLING-4698 - Set parent.relativePath to empty for all modules
     new bb61f29  Update to Sling Parent 23
     new d9c6d14  set parent version to 24 and add empty relativePath where missing
     new bdedede  SLING-4865 - Add support for nt:linkedFile nodes
     new 98c9191  trivial: updated JavaDoc to allow releases with JRE >= 1.8
     new 5ad7c06  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.12
     new 9e9bb08  [maven-release-plugin] prepare for next development iteration
     new 919ac85  Update the main reactor to parent 25
     new 362beca  SLING-5345 - StreamRendererServlet return no content-type
     new 88cc1d2  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.14
     new 8ee4b8b  [maven-release-plugin] prepare for next development iteration
     new f2c33fe  Switch to parent pom 26
     new ad542a9  Fix javadoc generation
     new b7edde3  SLING-5925 - Improve RedirectServlet response
     new 2576faa  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.16
     new c1e5ead  [maven-release-plugin] prepare for next development iteration
     new 9e2cc82  SLING-5925 - Improve RedirectServlet response
     new 36b7453  SLING-5866 - avoid getting an InputStream for binaries in HEAD requests. Contributed by Ankit Agarwal, thanks!
     new b6e344d  @releng revert release of the bundle
     new e333207  Correct version, 2.1.16 has been cancelled
     new d6cd7dc  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.18
     new ebded53  [maven-release-plugin] prepare for next development iteration
     new b006fe4  SLING-6046 While Streaming Video to IE 11, StreamRendererServlet do not use Partial Content Response [code 206]
     new 7e8cfa9  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.20
     new e305bf3  [maven-release-plugin] prepare for next development iteration
     new 15e109d  Apply the patch from Ashok Kumar which he provided on SLING-6046 to set the ACCEPT_RANGES_THRESHOLD to 100 KB instead of the current 100 MB (SLING-6512).
     new 906b70c  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.22
     new 3fce516  [maven-release-plugin] prepare for next development iteration
     new 0703ff1  SLING-6704 : Migrate to R6 annotations, clean up dependencies
     new 116ca7a  SLING-6705 : Make use of java.jcr api optional
     new ffcdb59  SLING-6064 : Redirect servlet should encode url for redirecting
     new 9326900  SLING-6715 : SlingInfoServlet is overengineered
     new 18cc88b  SLING-6717 : Use commons lang3
     new af0bab3  SLING-6717 : Use commons lang3
     new 93a3e8d  SLING-6064 : Only encode url for redirecting when url not absolute.
     new 2ab2c51  SLING-6064 : Only encode url for redirecting when url not absolute - this time checking at the right place.
     new f13d87b  SLING-6683: Replace commons.json usage in org.apache.sling.servlets.get
     new 3ca1bf6  SLING-6683: Switch to geronimo provider for javax.json api.
     new 533036c  SLING-6790 : Enable aliases even if referenced format is disabled
     new e465d72  SLING-6790 : Enable aliases even if referenced format is disabled
     new 107a181  SLING-6790 : Enable aliases even if referenced format is disabled
     new 481fd78  SLING-6787 : HTMLRendererServlet shoud properly encode output
     new 6a1a67e  SLING-6787 update to latest org.apache.sling.xss snapshot because otherwise it will not run in launchpad
     new 7393ea8  update to org.apache.sling.commons.johnzon 1.0.0
     new d510133  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.24
     new 7997060  [maven-release-plugin] prepare for next development iteration
     new beda517  SLING-6790 : Enable aliases even if referenced format is disabled
     new 4334bdf  SLING-6858 : Make use of java.jcr api optional
     new 3ced4d9  Use released xss 2.0
     new 219d646  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.26
     new 297d567  [maven-release-plugin] prepare for next development iteration
     new aa438f9  Add escaping test for html renderer servlet
     new 9060552  SLING-7167 Adjust READMEs
     new c8430aa  SLING-7167 Adjust READMEs
     new d2c4b3b  SLING-7167 Adjust READMEs
     new 6b3d6ed  Update to parent pom 32
     new 4def3da  SLING-7140 Support redirects to URLs provided by the underlying resource provider.

The 198 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>'].