authentication with anonymous access enabled

2013-08-02 Thread Oliver Lietz
hello all, I'm porting an application from Vaadin to Sling using HTML and a custom Sling Servlet (service with property sling.servlet.paths). This works fine, but securing this application with HTTP Basic Authentication Handler does not work. - Allow Anonymous Access is enabled (in Apache

[security issue] Re: authentication with anonymous access enabled

2013-08-06 Thread Oliver Lietz
Am Freitag, 2. August 2013 schrieb Oliver Lietz: Am Freitag, 2. August 2013 schrieb Felix Meschberger: Hi hello all, hello Felix, I would assume the Sling Authentication Service has HTTP Basic Authentication enabled with preemptive support. This means a 401 response is never sent

Re: App Server Deployment Help

2014-07-11 Thread Oliver Lietz
On Friday 11 July 2014 12:54:49 Alex Renger wrote: Hello Carsten, hello Alex, I get the same 404 error when I try to access the base URL (http://localhost:8080/sling). For clarification/confirmation, here's how to reproduce what I'm seeing: 1. Get the latest source from subversion 2. rm

Re: App Server Deployment Help

2014-07-13 Thread Oliver Lietz
On Friday 11 July 2014 14:17:29 Alex Renger wrote: Hello Oliver, hello Alex, Thank you for your attempt to help and for the suggestion. However, you'll note from earlier in this thread that I referenced those same instructions. Unless there were recent changes to the sling baseline (i.e.,

Re: App Server Deployment Help

2014-07-14 Thread Oliver Lietz
On Monday 14 July 2014 13:30:36 Alex Renger wrote: Good Morning Oliver, hi Alex, I gave it another try this morning, just for good measure. $ rm -fr sling $ svn co http://svn.apache.org/repos/asf/sling/trunk sling $ mvn -DskipTests clean install # this fails, so I had to revert to

Re: App Server Deployment Help

2014-07-15 Thread Oliver Lietz
On Monday 14 July 2014 23:03:03 Alex Renger wrote: Whew -- good catch Oliver! I'm not using said war file because somewhere in my wanderings through sling directories I came to confuse base with builder. They both contain target directories, each with similar wars and jars that are refreshed

Re: Defining new content types and associated import actions

2014-12-06 Thread Oliver Lietz
On Saturday 06 December 2014 08:00:41 Felix Meschberger wrote: Hi Bruce hi, I think you are on the right track. ContentReader would probably help solving your problem. Yet, for now the content loader is not extensible — by intent because we didn’t have a need for making it extensible so

Re: Apache Sling scheduler

2015-04-23 Thread Oliver Lietz
On Thursday 23 April 2015 14:28:05 nino martinez wael wrote: Ahh I just assumed it would be on maven repo aswell.. It is. O. On Thu, Apr 23, 2015 at 2:15 PM, Roll, Kevin kevin-r...@idexx.com wrote: Nino, I believe the bundle you need is org.apache.sling.commons.threads-3.2.0.jar

Re: How to I set a sling:redirect property to something under /content?

2015-10-31 Thread Oliver Lietz
On Saturday 31 October 2015 18:26:20 Robert Munteanu wrote: > Hi, Hi Robert, > I'm trying to create a redirect from / to /content/blog/posts . The way > I did this was to change the sling:redirect property of / to > /content/blog/posts. > > However, the redirect ends up being sent to

Re: management of sling instances

2015-07-09 Thread Oliver Lietz
On Thursday 09 July 2015 18:59:35 Jason Bailey wrote: hello Jason, I was reviewing the way we manage deployments of our sling instances. Apache ACE looks interesting. I was wondering if anyone on the list has tried it, or has recommendations. I haven't tried ACE but I'm working on bringing

Re: Sling retrieving out-of-date data

2015-12-02 Thread Oliver Lietz
On Tuesday 01 December 2015 19:22:14 H K wrote: > Hi, > > Sure. In pseudocode, here it is: > > 1. Have Sling standalone running and have application that provides REST > service createChildFolder (for example sake). Application connects to > repository by using DocumentMK, as in the link from

Re: Sling retrieving out-of-date data

2015-12-02 Thread Oliver Lietz
On Wednesday 02 December 2015 10:00:51 Chetan Mehrotra wrote: > On Tue, Dec 1, 2015 at 10:07 PM, H K wrote: > > My problem is that when I write data to the repository through my > > application, Sling does not seem to get it fast enough, which may be > > because it is

Re: org.apache.sling.scripting.thymeleaf (0.1.7-SNAPSHOT)

2015-12-04 Thread Oliver Lietz
On Friday 04 December 2015 18:06:12 Helge-Frank Zimpel wrote: > Hello, Hello Helge, > I’ve configured Scripting Thymelead 0.1.7 snapshot as follows: > > - Extension ‚html‘ for the Script Engine Factory > - '/apps/foo/bar/*.html‘ as pattern for template mode HTML > > When calling my page

Re: org.apache.sling.scripting.thymeleaf (0.1.7-SNAPSHOT)

2015-12-07 Thread Oliver Lietz
On Friday 04 December 2015 18:06:12 Helge-Frank Zimpel wrote: > Hello, > > I’ve configured Scripting Thymelead 0.1.7 snapshot as follows: > > - Extension ‚html‘ for the Script Engine Factory > - '/apps/foo/bar/*.html‘ as pattern for template mode HTML > > When calling my page (/imprint.html), i

Re: Sling retrieving out-of-date data

2015-12-02 Thread Oliver Lietz
On Wednesday 02 December 2015 15:48:34 Chetan Mehrotra wrote: > On Wed, Dec 2, 2015 at 2:20 PM, Oliver Lietz <apa...@oliverlietz.de> wrote: > > but this is not the case for a single node, right? And I assume a > > non-cluster setup as H K didn't mention it. > > C

Re: Sling retrieving out-of-date data

2015-12-01 Thread Oliver Lietz
On Tuesday 01 December 2015 11:37:42 H K wrote: > Hi, Hi, > I'm currently using the Sling 8 standalone and it's connected to a MongoDB > database. I've got an application which also connects to the same MongoDB > database and writes/reads from it. The connection is done using DocumentMK, >

Re: Sling and link rewriter

2016-06-10 Thread Oliver Lietz
On Thursday 09 June 2016 18:20:31 Ben Fortuna wrote: > Hi, Hi Ben, > I am seeing a curious error when I try to inject a link transformer in the > rewriter pipeline of Sling 8 (running in docker). It tells me that the > HtmlSerializerFactory can't find the HtmlSerializer class, even though it >

Re: Sling and link rewriter

2016-06-14 Thread Oliver Lietz
to > > my > > own bundle. So it's possible I am not exporting all of the required > > packages. > > > > Are there standard cocoon bundles I should use for the rewriter support? I > > will look around a bit more to see if I can find some better bundle

Re: Response content type when url has no extension

2016-06-22 Thread Oliver Lietz
On Wednesday 22 June 2016 14:15:42 Bertrand Delacretaz wrote: > Hi, > > On Wed, Jun 22, 2016 at 12:39 AM, Ben Fortuna wrote: > > ...Should this be handled in sling or is it common practice to use another > > mechanism to redirect / to /index.html? ... > > I suspect people

Re: Deploying Sling8 on Apache Karaf 4.0.4

2016-04-13 Thread Oliver Lietz
On Wednesday 13 April 2016 11:10:27 Ivan Gimenez wrote: > Hi Hi Ivan, > I would like to use Sling8 for a project. I would like to ask if somebody > has got successful experiences deploying Sling8 on Apache Karaf 4.0.4, or > if there is a preferred/working method. > > It seems there is no more

Re: Apache Sling OAK sample with launcher 9

2016-04-13 Thread Oliver Lietz
On Wednesday 13 April 2016 03:01:37 Arun Shaji wrote: > Hi Hi Arun, > I am trying out sling. > > *Can any body help with any samples of apache sling working with > OAK/Mongo.* > > I started the launchpad with java -jar > target/org.apache.sling.launchpad-*.jar

Re: Exception when trying out the fling sample

2016-04-30 Thread Oliver Lietz
On Saturday 30 April 2016 19:17:34 Roy Teeuwen wrote: > Hello all, Hello Roy, > When navigating to fling.html after installing the fling samples I get > following exception, any thought on what is going wrong? Parsing error in > template /apps/fling/page/simple/html.html at line 20: extraneous

Re: Exception when trying out the fling sample

2016-05-01 Thread Oliver Lietz
On Saturday 30 April 2016 22:04:57 Vlad Bailescu wrote: > On Saturday, 30 April 2016, Oliver Lietz <apa...@oliverlietz.de> wrote: > > (service ranking is not honored by Sling's script engine manager, no need > > to try). > > Any idea why this is not a bug? Why do y

Re: Exception when trying out the fling sample

2016-05-01 Thread Oliver Lietz
On Sunday 01 May 2016 10:05:33 Vlad Bailescu wrote: > Hi, > > My comments are inline. > > On Sunday, 1 May 2016, Oliver Lietz <apa...@oliverlietz.de> wrote: > > On Saturday 30 April 2016 22:04:57 Vlad Bailescu wrote: > > > On Saturday, 30 April 2016,

Re: Exception when trying out the fling sample

2016-05-01 Thread Oliver Lietz
On Sunday 01 May 2016 11:49:18 Roy Teeuwen wrote: > Hey Olivier, Hi Roy, > Thanks for the explanation! For me real the benefit would be that I could > take a vanilla sling launchpad and install the project where I would add a > config file making the thymeleaf engine a higher service ranking and

Re: Support for the R6 HTTP Whiteboard in the Sling trunk

2016-08-01 Thread Oliver Lietz
On Monday 01 August 2016 14:44:02 Carsten Ziegeler wrote: > > On Mon, 2016-08-01 at 14:21 +0200, Carsten Ziegeler wrote: > >>> Hi, > >>> > >>> On Mon, 2016-07-25 at 14:37 -0500, Carsten Ziegeler wrote: > Hi, > > did you have a look at the web console plugin whether your >

Re: Minimal Sling

2016-07-26 Thread Oliver Lietz
On Tuesday 26 July 2016 13:21:33 Michael Marth wrote: > Hi all, Hi Michael, > For educational purposes I am investigating a minimal, bare bones Sling. > It should include core OSGi bundles and the minimal necessary Sling concepts > (resource resolver), but nothing more (content repo, etc). >

Re: Sling JobManager With Karaf "Unsatisfied" status for JobManagerConfiguration

2016-07-07 Thread Oliver Lietz
On Thursday 07 July 2016 06:25:17 mknair wrote: > I am trying to use Sling JobManager with Apache Karaf and trying out a > program as described here (). Where? > After installing the features, I am getting the following error Which features? > ["Unsatisfied","Service Name: >

Re: Sling JobManager With Karaf "Unsatisfied" status for JobManagerConfiguration

2016-07-08 Thread Oliver Lietz
On Friday 08 July 2016 06:53:16 mknair wrote: > Thanks Olivier. What we are looking for is feature repository like > > http://repo1.maven.org/maven2/org/apache/sling/org.apache.sling.launchpad/6/ > org.apache.sling.launchpad-6-features.xml > > for Sling 7 and Sling 8 so that we can directly

Re: Sling JobManager With Karaf "Unsatisfied" status for JobManagerConfiguration

2016-07-08 Thread Oliver Lietz
On Friday 08 July 2016 08:18:01 mknair wrote: > Great! Is there any option to use sling 7or8 without persistence? Sure. You can run Sling without JCR (and you can use your own resource provider). O. [...]

Re: Sling JobManager With Karaf "Unsatisfied" status for JobManagerConfiguration

2016-07-08 Thread Oliver Lietz
On Friday 08 July 2016 11:22:42 mknair wrote: > Thanks. Any examples we can refer to? http://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services/src/main/java/org/apache/sling/launchpad/testservices/resourceprovider/ O. [...]

Re: Sling JobManager With Karaf "Unsatisfied" status for JobManagerConfiguration

2016-07-09 Thread Oliver Lietz
On Friday 08 July 2016 22:13:39 mknair wrote: > Hi, > > If I understood this correctly, I need NOT use features listed below (which > are required to be installed for sling-launchpad-oak-tar > * sling-launchpad-oak > * sling-extension-discovery-oak > * sling-scripting > *

[ANN] Apache Sling Scripting Thymeleaf 1.0.0

2016-07-11 Thread Oliver Lietz
The Apache Sling team is pleased to announce the release of Apache Sling Scripting Thymeleaf 1.0.0 Apache Sling is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content. Sling applications use either scripts or Java servlets, selected based

Re: Sling JobManager With Karaf "Unsatisfied" status for JobManagerConfiguration

2016-07-07 Thread Oliver Lietz
deStore or a DocumentNodeStore. You will need something like sling-launchpad-oak-tar or sling-launchpad-oak-mongo. Such dependencies will be expressed with OSGi capabilities in the future. Regards, O. > Regards > > > > > On Thu, Jul 7, 2016 at 7:51 PM, Oliver Lietz [via Apache Sling

Re: Getting the actual resource from a request

2016-07-28 Thread Oliver Lietz
On Thursday 28 July 2016 20:45:06 Roy Teeuwen wrote: > Already tried that one ;) it returns a non existing resource with the path > /content/dam/nice-image.cdn.jpg/modification-date/20160815/nice-image.jpg Hi Roy, that means your resource is not found. Make sure /content/dam/nice-image.jpg is

Re: Building Karaf - org.apache.sling.jcr.webdav 2.3.6 Build Error

2017-02-02 Thread Oliver Lietz
On Thursday 02 February 2017 16:30:42 Ravindra Singareddy wrote: > Hello Experts, Hi Ravi, please do not cross-post on users@ and dev@. > I have checked in latest sling code. I have compiled using maven and > receiving org.apache.sling.jcr.webdav, version 2.3.6 is not available in > maven

Re: Sling in Karaf not working well

2016-09-06 Thread Oliver Lietz
On Tuesday 06 September 2016 09:32:17 Mike Hummel wrote: > Hello, Hello Mike, Sling on Karaf is close to perfection and works very well in production. When you have no or little experience with Sling or Karaf you should follow the *Getting Started* section (I already pointed you to

Re: setting repository.home

2016-09-01 Thread Oliver Lietz
On Wednesday 31 August 2016 21:58:53 Mike Nimer wrote: > I'm trying to define the folder for the Tar/Repository files in Sling. > However, I can't figure out the right way to set the repository.home > folder on initial setup. > > As I understand it, the Tar SegmentNodeStoreService is supposed to

Re: User Defined Token Substitution in Content

2016-09-12 Thread Oliver Lietz
On Sunday 11 September 2016 21:19:23 Adam Henderson wrote: > Hi, Hello Adam, > Being relatively new to Sling, is there an OOTB way to allow special tokens > to be inserted into the textual content (not into sly/jsp templates) that > when rendered can be resolved to some value (e.g. invoking a

Re: Creating a service user for your own bundle

2016-11-07 Thread Oliver Lietz
On Monday 07 November 2016 10:05:18 Oliver Lietz wrote: > On Monday 07 November 2016 07:58:33 Carsten Ziegeler wrote: > > Roy Teeuwen wrote > > Hi Roy, > > > > Hey Carsten, ...and good morning, Carsten! O. > > > Thanks for the info, I will definite

Re: Creating a service user for your own bundle

2016-11-07 Thread Oliver Lietz
have to look into documentation and set up host and port – do you expect that also to be expressed by capabilities (a running MongoDB, no better example at hand but I guess you get the point)? Regards, O. > Greetings, > Roy > > > On 7 Nov 2016, at 10:05, Oliver Lietz <apa...@ol

Re: Creating a service user for your own bundle

2016-11-07 Thread Oliver Lietz
On Monday 07 November 2016 07:58:33 Carsten Ziegeler wrote: > Roy Teeuwen wrote Hi Roy, > > Hey Carsten, > > > > Thanks for the info, I will definitely follow up on the progress of what > > you are making then :). > > > > One remark though, you say it's not the task of the bundle developer to

Re: Fling Installation on Trunk

2017-03-28 Thread Oliver Lietz
On Monday 27 March 2017 13:05:38 Andreas Schaefer Sr. wrote: > Hi > > I tried to install Fling from the Samples but failed with the latest Sling. > > First I had to install Sling Messaging and Sling Query but then > I gave up on Sling Thymeleaf which has dependencies on >

Re: Fling Installation on Trunk

2017-03-28 Thread Oliver Lietz
– that means no plug and play with Launchpad (using Sling Karaf makes it plug and play though). Nevertheless it works for others and some find it quite useful. I'm sorry that it doesn't work for you. Regards, O. > Thanks - Andy Schaefer > > > On Mar 28, 2017, at 1:22 AM,

Re: Fling Installation on Trunk

2017-03-31 Thread Oliver Lietz
On Wednesday 29 March 2017 12:42:52 Bertrand Delacretaz wrote: > On Tue, Mar 28, 2017 at 8:48 PM, Oliver Lietz <apa...@oliverlietz.de> wrote: > > -...The Fling sample is using modules (from trunk) which cannot be part of > > Launchpad... > > > > Nevertheless

Re: Fling Installation on Trunk

2017-04-02 Thread Oliver Lietz
t/javassist/3.20.0-GA > >org.apache.sling/org.apache.sling.scripting.thymeleaf/1.1.1-SNAPSHOT > > > > Build and start sling (just the builder) I have thymeleaf installed and > > prepped and ready. > > > > So I am wondering if there is a better way or if

Re: Fling Installation on Trunk

2017-04-01 Thread Oliver Lietz
On Friday 31 March 2017 14:39:46 Andreas Schaefer Sr. wrote: > For something else I delved into Sling Provisioning and I > came up with a way to import Thymeleaf. Not sure if that > is the best way but it seems to work. > > When I add a file called thymeleaf.txt to >

Re: preparing sling deployment in production

2017-10-18 Thread Oliver Lietz
On Thursday 12 October 2017 14:52:55 Ioan Eugen Stan wrote: > Hello, Hi, > I'm working to prepare our deployment of Sling based CMS in production. > I could use some feedback and help to secure Sling. I wish to reduce the > attack surface by removing features that are not needed in my setup. >

Re: help with my first sling app

2018-05-29 Thread Oliver Lietz
only. The structure in JCR looks always similar: /content/sites/project/country/language/... HTH, O. > On 28.05.2018 18:12, Oliver Lietz wrote: > > On Monday 28 May 2018 11:50:25 Ioan Eugen Stan wrote: > >> Score 1 for me 99 for Sling. > >> > >> I found out

Re: help with my first sling app

2018-05-28 Thread Oliver Lietz
On Monday 28 May 2018 11:50:25 Ioan Eugen Stan wrote: > Score 1 for me 99 for Sling. > > I found out how to use resources in sling templates with thymeleaf. > > My *ieugen/page* page looks like this and it works. Now let's see if I > can manage to render the content using the thymeleaf

Re: system users administrative session

2018-02-06 Thread Oliver Lietz
On Sunday 04 February 2018 12:57:10 Andres Bott wrote: > Hello all, Hi Andres, > I'm currently using this code in my bundle > http://svn.apache.org/viewvc/sling/trunk/launchpad/test-services/src/main/ja > va/org/apache/sling/launchpad/testservices/repository/SystemUsersInitializer >

Re: Problem with pax exam test using repository

2018-01-17 Thread Oliver Lietz
On Wednesday 17 January 2018 11:47:17 Christian Schneider wrote: > I found the solution to my problem with AbstractMethodError: > org.apache.jackrabbit.core.XASessionImpl.getItemOrNull > > The problem was that I loaded org.apache.sling.jcr.jackrabbit.server whioch > bundles parts of jackrabbit

Re: Problem with pax exam test using repository

2018-01-16 Thread Oliver Lietz
On Tuesday 16 January 2018 18:22:41 Christian Schneider wrote: > I am trying the test some code that works on the sling repository. Hi Christian, > I have problems getting the pax exam test working. I get the exception > below: > > java.lang.AbstractMethodError: >

Re: Status of sling provisioning model & documentation of models

2018-10-08 Thread Oliver Lietz
On Saturday 06 October 2018 18:35:51 Jörg Hoh wrote: > Hi Hi Jörg, > while working on SLING-7960 I also came across the integration tests for > the jcr-repoinit module and found if very interesting. Compared to other > (older) approaches it looks pretty slick and uses the sling feature module >

Re: Regarding sling clam api

2018-11-01 Thread Oliver Lietz
On Friday 26 October 2018 00:05:07 Swathi V wrote: > Hi Team, Hi Swati, > Our application is central repository to store digital assets and we use > Adobe experience manager to build the application. And Aem tool don’t have > inbuilt feature to enable antivirus scan for digital assets . And I

Re: Integration testing based on feature model

2019-07-23 Thread Oliver Lietz
On Monday, July 22, 2019 10:14:45 PM CEST Jörg Hoh wrote: > Hi, Hi Jörg, > I recently came across the IT tests of the Sling Event bundle [1], and my > personal opinion is that having such a listing of bundles in the > testclasses is hard to maintain. > > From what I understand, the feature

Re: Integration testing based on feature model

2019-07-24 Thread Oliver Lietz
On Tuesday, July 23, 2019 10:08:39 PM CEST Jörg Hoh wrote: > Hi Oli, > > > Am Di., 23. Juli 2019 um 16:12 Uhr schrieb Oliver Lietz < > > apa...@oliverlietz.de>: > > It's already implemented based on Sling's Karaf Features: > > > > https://sling.ap

Re: Mock resource resolver factory for use in OSGi?

2020-03-04 Thread Oliver Lietz
On Wednesday, March 4, 2020 11:59:32 AM CET Bertrand Delacretaz wrote: > Hi, Hi, > On Wed, Mar 4, 2020 at 11:03 AM Christian Schneider > > wrote: > > ...Now I also need to change nodes in the repository. Is there a way to > > test this without the full sling pax exam testing?.. Do you need a

Re: Mock resource resolver factory for use in OSGi?

2020-03-04 Thread Oliver Lietz
On Wednesday, March 4, 2020 12:01:41 PM CET Carsten Ziegeler wrote: > ok, i see...I would assume there is some pax magic to include the > testing jar as a bundle and then you just register the mock as a service You can of course wrap the JAR and use it with a base Sling from Testing PaxExam and

Re: Everyone ACL Read on /

2020-03-12 Thread Oliver Lietz
pending on your requirements (Tar vs Mongo, blob store, etc.) and use not the default values. What is your use case? How would removing the read permission for /content help? O. > Cris > > > On Mar 11, 2020, at 3:42 PM, Oliver Lietz wrote: > > > > On Wednesday, Marc

Re: Everyone ACL Read on /

2020-03-11 Thread Oliver Lietz
niversity of Michigan > LSA Technology Services | 6503 Haven Hall | 505 S. State Street | Ann Arbor, > MI I 48109 Desk: 734.763.6818 | Email: cmroc...@umich.edu > > > On Mar 11, 2020, at 3:05 PM, Oliver Lietz wrote: > > > > On Wednesday, March 11, 2020 6:50:51 PM

Re: Everyone ACL Read on /

2020-03-11 Thread Oliver Lietz
On Wednesday, March 11, 2020 6:50:51 PM CET Cris Rockwell wrote: > Hello Sling Users Hi Cris, > When I launch Sling, there is an ACL for jrc:read for the everyone > ‘principle' on jcr:root, as described in the repoinit.txt > http://archive.apache.org/dist/sling/org.apache.sling.launchpad-9.jar >

Re: Calling OSGi Service from JSP

2020-04-08 Thread Oliver Lietz
On Wednesday, April 8, 2020 1:42:17 PM CEST JCR wrote: > On 07.04.20 12:06, Bertrand Delacretaz wrote: > > Hi, Hi, > > On Tue, Apr 7, 2020 at 11:37 AM JCR wrote: > >> ...But what I > >> observe is, that MANIFEST.MF gets overriden on every change and even > >> package-info is present, the

Re: Calling OSGi Service from JSP

2020-03-29 Thread Oliver Lietz
On Sunday, March 29, 2020 5:14:48 PM CEST JCR wrote: > > Am Sa., 28. März 2020 um 20:55 Uhr schrieb JCR : > >> Hello Hi Juerg, > >> I wrote a very simple POJO, built it as OSGi bundle and deployed it to > >> Sling11. Here's the source: > >> > >> package rome.testly.testly1; > >> import

Re: Apache Sling Commons Messaging Mail

2020-12-28 Thread Oliver Lietz
On Monday, December 28, 2020 9:46:09 AM CET Nicola Cisternino wrote: > Hi Dan Hi Nicola, > and thank you for replay ... > ... excuse me ... but ... > https://github.com/klcodanr/danklco.com-site-cna/blob/cloud-native-sling/fea > ture/src/main/features/site.json link is broken :-( Please also

[ANN] Apache Sling Commons Messaging Mail 2.0.0 released

2021-12-13 Thread Oliver Lietz
The Apache Sling team is pleased to announce the release of Apache Sling Commons Messaging Mail 2.0.0 Commons Messaging Mail provides a simple layer on top of Jakarta Mail 2.0 including a message builder and a service to send mails via SMTPS. This is the very first release of Apache Sling

Re: Server-Side Testing

2022-09-27 Thread Oliver Lietz
ticed that I cannot get composum up on > >> both 3.1.0 or 3.0.0 which is the current version I am using because I am > >> still running against Sling 11. > >> > >> The issues I see is: 'The absolute uri: http://java.sun.com/jsp/jstl/core > >> cannot be resolve

Re: Server-Side Testing

2022-09-08 Thread Oliver Lietz
some code to share? Or are you able to discuss on Slack? Regards, O. > Thanks - Andy > > > On Aug 15, 2022, at 2:20 AM, Oliver Lietz wrote: > > > > On Sunday, 14 August 2022 23:15:16 CEST Andreas Schaefer wrote: > >> Hi > > > > Hi Andy, >

Re: Server-Side Testing

2022-08-15 Thread Oliver Lietz
On Sunday, 14 August 2022 23:15:16 CEST Andreas Schaefer wrote: > Hi Hi Andy, > I am working on some sling components and want to IT test them within the > server to avoid client-side polling. > > It looks like there are two ways to do that: > > - Junit Servlet > - Sling Testing Server Setup