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/11/07 10:14:55 UTC

[sling-org-apache-sling-servlets-resolver] annotated tag org.apache.sling.servlets.resolver-2.0.4-incubator created (now 643f56e)

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

rombert pushed a change to annotated tag org.apache.sling.servlets.resolver-2.0.4-incubator
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git.


      at 643f56e  (tag)
 tagging c116e97b368bc5e822efef0976fba1df00d00bc8 (commit)
      by Felix Meschberger
      on Thu Jun 18 09:21:02 2009 +0000

- Log -----------------------------------------------------------------
org.apache.sling.servlets.resolver-2.0.4-incubator
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 13b2e3b  SLING-141 Create servlet-resolver project
     new f374446  Fix javadocs and remove unused imports.
     new 4dc99b4  The bind methods can be called before activate(). In this case we do lazy activation.
     new 7ab5d3b  Prevent NPE if resource can't be mapped to a map.
     new 6f79623  Quick fix to always register servlets: if servlets and the servlet context are registered before activate is called, the servlets were either never registered or an npe occured during registration.
     new 0db89bf  issue SLING-146: Replace Resource.getURI() by Resource.getPath() https://issues.apache.org/jira/browse/SLING-146
     new b2588d5  Use simplified servlet registration taken from Felix sandbox.
     new 96cc220  Added more explicit status message for NonExistentResource
     new e7b7339  Avoid NPE in resolveServletOrScript if Resource is null (might happen while handling errors)
     new ecece72  Interim solution for streaming json representation. The max recursion level can be set using a request paramter, default is 1.
     new 4df237e  X-Sling-Warning header indicates missing Content-Type
     new db79dc0  Remove the X-Sling-Warning header output
     new 07a2bff  Log real exception if something goes wrong during error handling.
     new 4d4f0ac  git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlet-resolver@614308 13f79535-47bb-0310-9956-ffa450edef68
     new 7380f24  SLING-186 Fix exception handling
     new cd45d19  SLING-197 Merge resource integration concept into trunk
     new 4a12668  SLING-201 - Move JsonItemWriter to o.a.s.commons.json
     new c5b5451  Use OSGi core and cmpendium jars from Felix project.
     new 9198adc  SLING-204 - add svn ignore patterns for intellij
     new f1b27eb  Do not try to execute the resource
     new 8c96227  If the request resource adapts to a Servlet and the request extension is not null use the requested resource as the Servlet to handle the request.
     new eb65883  Need to import osgi/commons, javax.jcr:jcr and sling/adapter
     new 79082bc  Remove unused import
     new c9fe05a  Also use the request extension for HEAD requests, not just GET
     new 15c96ba  SLING-215 Correctly parenthezie expression to not get false positives
     new c271d39  fail more gracefully is Servlet service not found in destroyServlet()
     new 8227794  Fix NPE in shutdown (SLING-216)
     new 678b5a8  SLING-236 Implement the getters and setters and adapt all known uses of the constants
     new c8e6cbf  SLING-243 If baseName is not the method name, try finding the script with the method name
     new eba9c4d  Methodnames are defined to be case-sensitive in Section 5.1.1 of RFC-2616 (HTTP/1.1 Specification). So we should no mangle the case of the request method name.
     new 4f51aab  SLING-246 replace Resource.getResourceProvider() by Resource.getResourceResolver() and adapt uses and test cases
     new f386c11  Clean up code.
     new 117f4ef  Remove plugin definition for sling plugins from parent pom to remove the circular dependency. Add missing version info for jspc plugin.
     new 0ed4cbb  SLING-276 Do not try to execute directly addressed scripts
     new 29b7d99  Turn PathIterator in a top level class and make it reusable, drop PathSupport class after moving remaining getScriptBaseName method to SlingServletResolver
     new adcdd1a  SLING-278 Adapt ServletResource to new Resource.getResourceSuperType method and enhance servlet/script search to include resource super types.
     new b0a4e1f  SLING-287 Cut down DefaultServlet to send a 404/NOT FOUND in case the URL does not address a resource or 500/INTERNAL SERVER ERROR if no servlet can be resolved to handle the resource
     new 8857fb4  Cleanup module name and reduce dependencies
     new 9ce47e9  Add service description to registered ServletResourceProvider services
     new b144e7a  SLING-262 Fully implement the ResourceProvider.listChildren() methods in the ServletResourceProvider by means of a new ServletResourceIterator class
     new afae3ff  Remove unused imports.
     new 6eb5a69  Move licence and notice to top level dir.
     new c12f931  SLING-352 Apply modified patch provided by Vidar Ramdal
     new 13d2edd  Add incubator disclaimer.
     new 61f2a08  Write first element in pom in one line (to avoid problems with the maven release plugin) and minor pom fixes.
     new f3e2adc  Update notice files.
     new 6abd424  SLING-402: Move osgi/commons to commons/osgi - correct poms.
     new 5026ed4  SLING-402: Move osgi/commons to commons/osgi - refactor to commons package.
     new de72661  Exclude maven-eclipse.xml generated by the maven eclipse plugin.
     new 5b79efb  SLING-387 First stab at redoing servlet/script resolution process. This still needs some code cleanup and tests for error handling SLING-419 fix last reference of an integration test to HTML renderer
     new c0088e6  SLING-390 Use the correct test to actually get the script and not throw an NPE
     new 044185b  SLING-387 - ScriptSelectionTest added, testHtmlPostSelectors fails
     new 1c2065b  SLING-387 - ScriptSelectionTest added, testHtmlPostSelectors fails
     new c12177b  SLING-387 - ScriptSelectionTest, more test cases
     new 719d88d  Add comment on constant
     new 2ff9291  SLING-387 Fix last resort to only accept servlets and not any script and modify test for POST method to not expected selector consideration
     new 4865826  Remove unused constant
     new bbfc6bc  SLING-424 Move mock classes to commons/testing and add reference to commons/testing to the servlet-resolver module
     new 7dd8c73  SLING-387 - more ScriptSelectionTest, and adapt imports to mocks moved to commons/testing
     new e0344b3  SLING-387 - more ScriptSelectionTest tests
     new a04ab77  SLING-387 - fix typo
     new b3ed3cf  SLING-387 Make LocationResource a Resource by extending from WrappedResource
     new fb0425b  SLING-430 Handle empty/missing sling.servlet.methods property as if it would be set to [ "GET", "HEAD" ] and support "*" to mean "all methods". Add sling.servlet.methods="*" setting to SlingWebDavServlet
     new 708ae12  SLING-387 Refactor error handler script resolution to also use the new resolution mechanism, rename some classes to better match their functionality and cleanup code (remove unused methods and classes).
     new 1a2adf4  SLING-3 Add requets progress tracker use to servlet resolution
     new df56bd8  SLING-449: Refactor core to engine.
     new 3f77c72  SLING-449: Refactor core to engine.
     new ec98ea0  SLING-449: Refactor core to engine.
     new 8ec5058  SLING-449: Refactor core to engine.
     new 1ee710e  SLING-451: Rename sling to servlets
     new a82268e  SLING-451 Update poms
     new 851cfbc  SLING-451: Rename servlet-resolver to resolver
     new 966c5c5  SLING-451: Refactor to use servlets.resolver as package name.
     new e0d8077  SLING-442: Clean up exports, imports, dependencies and used plugins.
     new 440ad19  SLING-479 Fix @scr.tags:   - normalize metadata attribute settings to "no"   - ensure proper metadata and ds attributes are set   - create metatype.properties files where required   - fix metatype.properties files
     new b7a2902  SLING-489 Not ignoring servlet registration properties if sling.servlet.paths is set
     new 2f2d185  Fix type in log message
     new 16e8920  SLING-483: Add excludes for javadocs and fix javadocs (WiP)
     new ea09a54  SLING-495 - NOTICE files generated using mknotice script
     new 96183f0  SLING-495 - NOTICE files updated according to changes in revision 662927
     new 97ff4eb  SLING-495 - NOTICE files regenerated with revision 663097 changes
     new 44bf501  Use released version of parent pom.
     new 9e87694  Use released versions (or soon to be released versions).
     new 2275cbb  [maven-release-plugin] prepare release org.apache.sling.servlets.resolver-2.0.0-incubator
     new 57b6e25  [maven-release-plugin] prepare for next development iteration
     new e29f55e  Set version to next development version.
     new 8e86fe2  Fix reference to parent pom.
     new abe0732  SLING-512 Do not use default methods if the sling.servlet.extensions property is declared
     new 5ca13d4  Use "released" versions for release.
     new ff3010f  Use "released" versions for release.
     new 7e998e3  [maven-release-plugin] prepare release org.apache.sling.servlets.resolver-2.0.2-incubator
     new cc536cc  [maven-release-plugin] prepare for next development iteration
     new 3085eba  Make module buildable again.
     new 9eaa330  Prepare release.
     new e2c4e92  [maven-release-plugin] prepare release org.apache.sling.servlets.resolver-2.0.2-incubator
     new 20790a0  [maven-release-plugin] prepare for next development iteration
     new 0c0080a  Make module buildable again.
     new 20320ed  Remove unused imports and fix some javadoc errors.
     new e1c37d8  SLING-521: Restore more notice files.
     new db87fb3  SLING-521: Separate between notice files for bin and src dists.
     new 7eef63a  SLING-521: Separate between notice files for bin and src dists.
     new 8be9cd0  Change copyright year to 2008.
     new eefbb7b  SLING-515 - DefaultErrorHandlerServlet outputs error info even if response is already committed, without changing response status
     new 691a8e8  [maven-release-plugin]  copy for tag org.apache.sling.servlets.resolver-2.0.4-incubator
     new 9c97d44  Move Sling to new TLP location
     new c116e97  Move Sling to new TLP location

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