[jira] [Commented] (SLING-8921) requestPath must to be encoded in SlingClient#doGet()

2020-11-26 Thread Satya Deep Maheshwari (Jira)
[ https://issues.apache.org/jira/browse/SLING-8921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17239192#comment-17239192 ] Satya Deep Maheshwari commented on SLING-8921: -- Would it be right to as

[xss] Inconsistent XSSFilterImpl.isValidHref behavior

2018-08-24 Thread Satya Deep Maheshwari
Hi I had a query on XSSFilterImpl.isValidHref [1]. This method returns true for the following url: /conf/global/settings/dam/adminui-extension/imageprofile/㐀ЁЖū◆龋丂郎䲢䴘⺁〢⊕〾㐂㐆䶵 but returns false for the following url /conf/global/settings/dam/adminui-extension/imageprofile/ЁЖū11 which implies tha

[jira] [Resolved] (SLING-7350) StreamRendererServlet redirects HEAD requests to external uri if available

2018-02-16 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari resolved SLING-7350. -- Resolution: Not A Problem > StreamRendererServlet redirects HEAD requests

[jira] [Closed] (SLING-7350) StreamRendererServlet redirects HEAD requests to external uri if available

2018-02-16 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari closed SLING-7350. > StreamRendererServlet redirects HEAD requests to external uri if availa

[jira] [Commented] (SLING-7350) StreamRendererServlet redirects HEAD requests to external uri if available

2018-02-16 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16366785#comment-16366785 ] Satya Deep Maheshwari commented on SLING-7350: -- [~ianeboston], I agree

[jira] [Comment Edited] (SLING-7350) StreamRendererServlet redirects HEAD requests to external uri if available

2018-01-03 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309604#comment-16309604 ] Satya Deep Maheshwari edited comment on SLING-7350 at 1/3/18 12:5

[jira] [Updated] (SLING-7350) StreamRendererServlet redirects HEAD requests to external uri if available

2018-01-03 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-7350: - Attachment: SLING-7350.diff Attaching a proposed change. cc [~i...@tfd.co.uk

[jira] [Created] (SLING-7350) StreamRendererServlet redirects HEAD requests to external uri if available

2018-01-03 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-7350: Summary: StreamRendererServlet redirects HEAD requests to external uri if available Key: SLING-7350 URL: https://issues.apache.org/jira/browse/SLING-7350

Re: What is the significance of escaping illegal JCR characters in JcrValueMap while reading?

2017-11-10 Thread Satya Deep Maheshwari
Logged SLING-7237 <https://issues.apache.org/jira/browse/SLING-7237> for this. On Fri, Nov 10, 2017 at 2:52 PM, Satya Deep Maheshwari < m.satyad...@gmail.com> wrote: > Hi > > I wanted to understand the significance of escaping illegal JCR characters > in JcrValueM

[jira] [Updated] (SLING-7237) JcrValueMap escapes legal ':' character in namespace

2017-11-10 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-7237: - Description: See [1] wherein while reading a jcr property, the name is escaped

[jira] [Created] (SLING-7237) JcrValueMap escapes legal ':' character in namespace

2017-11-10 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-7237: Summary: JcrValueMap escapes legal ':' character in namespace Key: SLING-7237 URL: https://issues.apache.org/jira/browse/SLING-7237 Proj

What is the significance of escaping illegal JCR characters in JcrValueMap while reading?

2017-11-10 Thread Satya Deep Maheshwari
Hi I wanted to understand the significance of escaping illegal JCR characters in JcrValueMap while reading? See [1] wherein while reading a jcr property, the name is escaped of illegal jcr characters. For e.g. if I say valueMap.get("jcr:content/xyz") then it is escaped as "jcr%3Acontent/xyz" which

[jira] [Commented] (SLING-6501) Incorrect normalization of path of an asset with name beginning with '.'

2017-10-30 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224852#comment-16224852 ] Satya Deep Maheshwari commented on SLING-6501: -- Here's a suggested

Re: [job]Why are multiple commits needed when writing a job to the resource tree?

2017-10-10 Thread Satya Deep Maheshwari
Sending again. Anyone? On Mon, Oct 9, 2017 at 12:42 PM, Satya Deep Maheshwari < m.satyad...@gmail.com> wrote: > Hi > > I was investigating the number of commits done while adding a sling job > via AEM workflow for performance implications. I see that while writing the > job

[job]Why are multiple commits needed when writing a job to the resource tree?

2017-10-09 Thread Satya Deep Maheshwari
Hi I was investigating the number of commits done while adding a sling job via AEM workflow for performance implications. I see that while writing the job to the resource tree, there's a commit made at each level of the tree when creating the resource. See [1], [2] .This can inadvertently lead to

Re: Streaming uploads.

2016-09-08 Thread Satya Deep Maheshwari
Hi Ian +1 I verified your changes via the test shell script you have added along with it. The changes look good to me. Regards Satya Deep On Thu, Sep 8, 2016 at 5:42 PM, Ian Boston wrote: > Hi, > > Any objections if I cut a release of [1] and [2]. Sling Engine 2.6.4 and > Sling Post Servlets

[jira] [Commented] (SLING-6017) Streaming Uploads detection of request parameters is wrong.

2016-09-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15470074#comment-15470074 ] Satya Deep Maheshwari commented on SLING-6017: -- [~ianeboston], I veri

[jira] [Commented] (SLING-6017) Streaming Uplads detection of request parameters is wrong.

2016-09-02 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458155#comment-15458155 ] Satya Deep Maheshwari commented on SLING-6017: -- [~ianeboston], if I u

[jira] [Commented] (SLING-5948) Support Streaming uploads.

2016-08-30 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15448766#comment-15448766 ] Satya Deep Maheshwari commented on SLING-5948: -- [~ianeboston], while tr

[jira] [Created] (SLING-5317) PropertiesUtil does not have a toFloat method

2015-11-20 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-5317: Summary: PropertiesUtil does not have a toFloat method Key: SLING-5317 URL: https://issues.apache.org/jira/browse/SLING-5317 Project: Sling

[jira] [Closed] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-09-14 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari closed SLING-4825. > Add ability to handle webdav based DELETE reque

[jira] [Commented] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-09-14 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744900#comment-14744900 ] Satya Deep Maheshwari commented on SLING-4825: -- Thanks. > Add abi

SLING-4825:Add ability to handle webdav based DELETE requests

2015-09-10 Thread Satya Deep Maheshwari
Hi I had logged SLING-4825 to add support for recently added delete handler support in jackrabbit (JCR-3884 ) . Also uploaded a proposed implementation a while back as a patch in the issue. The patch was reviewed and was awaiting the corresponding release in jackrabbit before this could be relea

[jira] [Commented] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-09-09 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738173#comment-14738173 ] Satya Deep Maheshwari commented on SLING-4825: -- Please review. Loo

[jira] [Commented] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-08-25 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712504#comment-14712504 ] Satya Deep Maheshwari commented on SLING-4825: -- Anybody got a chance to

[jira] [Comment Edited] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-08-25 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706447#comment-14706447 ] Satya Deep Maheshwari edited comment on SLING-4825 at 8/25/15 11:0

[jira] [Updated] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-08-21 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4825: - Attachment: SLING-4825.patch Handler support for webdav DELETE requests is now

[jira] [Updated] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-08-21 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4825: - Attachment: (was: SLING-4825-tests.patch) > Add ability to handle web

[jira] [Commented] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-08-21 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706435#comment-14706435 ] Satya Deep Maheshwari commented on SLING-4825: -- I have logged SLING-496

[jira] [Created] (SLING-4961) Add ability to handle webdav based LOCK/UNLOCK requests

2015-08-21 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-4961: Summary: Add ability to handle webdav based LOCK/UNLOCK requests Key: SLING-4961 URL: https://issues.apache.org/jira/browse/SLING-4961 Project: Sling

Re: Compilation issue in launchpad/base

2015-08-20 Thread Satya Deep Maheshwari
11:05 AM, Carsten Ziegeler wrote: > Am 21.08.15 um 06:51 schrieb Satya Deep Maheshwari: > > Anybody got a chance to look into this? I am able to reproduce this on > > another system as well. So this does not seem to be my setup specific > > problem. It seems like a broken b

Re: Compilation issue in launchpad/base

2015-08-20 Thread Satya Deep Maheshwari
26 PM, Satya Deep Maheshwari wrote: > Hi > > While compiling launchpad/base, I am getting the following compilation > error: > > [INFO] - > [ERROR] C

Compilation issue in launchpad/base

2015-08-20 Thread Satya Deep Maheshwari
Hi While compiling launchpad/base, I am getting the following compilation error: [INFO] - [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /home/satyadeep/git/ github.com/sling/laun

Re: [contrib] Contribution to Sling Web Console - Log Tail Plugin

2015-07-29 Thread Satya Deep Maheshwari
ce you are running. > Also, which browser are you using? It could be a browser DOM size > limitation though I doubt it, since it doesn't work even after a document > redraw (page refresh) > > -- > Varun > > On Wed, Jul 29, 2015 at 2:58 PM, Satya Deep Maheshwari < > c

Re: [contrib] Contribution to Sling Web Console - Log Tail Plugin

2015-07-29 Thread Satya Deep Maheshwari
Hi Varun I tried the log tail plugin and it looks quite useful especially for viewing logs on remote servers. I encountered a problem with it though. I see that after a couple of hours or so, it stops following the tail. I see that it does keep sending the ajax requests to the server to get the l

[Testing][Mocks]new file created on building sling-mock-oak

2015-07-22 Thread Satya Deep Maheshwari
Hi Everytime I do a "mvn clean install" in sling/testing/mocks/sling-mock-oak, a new file gets generated by the name: dependency-reduced-pom.xml probably by maven-shade-plugin. Should it be cleaned up after the build or added to .gitignore to prevent it from getting accidentally checked in? Regar

[jira] [Updated] (SLING-4886) Testing tools bundles installer fails if there are no bundles to install

2015-07-15 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4886: - Attachment: SLING-4886.patch Attaching patch containing proposed fix. > Test

[jira] [Created] (SLING-4886) Testing tools bundles installer fails if there are no bundles to install

2015-07-15 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-4886: Summary: Testing tools bundles installer fails if there are no bundles to install Key: SLING-4886 URL: https://issues.apache.org/jira/browse/SLING-4886

[jira] [Updated] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-07-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4825: - Attachment: SLING-4825-tests.patch I added tests for these changes. Please see [1

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-07-06 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14615105#comment-14615105 ] Satya Deep Maheshwari commented on SLING-4694: -- Thanks for releasing. &

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-07-06 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614728#comment-14614728 ] Satya Deep Maheshwari commented on SLING-4694: -- For being able to use

[jira] [Commented] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-07-01 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609793#comment-14609793 ] Satya Deep Maheshwari commented on SLING-4825: -- Thanks for reviewing

[jira] [Commented] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-06-30 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609623#comment-14609623 ] Satya Deep Maheshwari commented on SLING-4825: -- Anybody got a chance to

[jira] [Issue Comment Deleted] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-26 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4757: - Comment: was deleted (was: Thanks. That works perfectly!) > Improve t

[jira] [Commented] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-26 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602582#comment-14602582 ] Satya Deep Maheshwari commented on SLING-4757: -- Thanks. That works perfe

[jira] [Commented] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-26 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602581#comment-14602581 ] Satya Deep Maheshwari commented on SLING-4757: -- Thanks. That works perfe

[jira] [Commented] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-26 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602562#comment-14602562 ] Satya Deep Maheshwari commented on SLING-4757: -- And I am unable to exe

[jira] [Commented] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-26 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602559#comment-14602559 ] Satya Deep Maheshwari commented on SLING-4757: -- I need to remotely con

[jira] [Comment Edited] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-25 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602456#comment-14602456 ] Satya Deep Maheshwari edited comment on SLING-4757 at 6/26/15 6:0

[jira] [Commented] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-25 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602456#comment-14602456 ] Satya Deep Maheshwari commented on SLING-4757: -- [~bdelacr

[jira] [Commented] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-06-22 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595729#comment-14595729 ] Satya Deep Maheshwari commented on SLING-4825: -- I have implement

[jira] [Created] (SLING-4825) Add ability to handle webdav based DELETE requests

2015-06-22 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-4825: Summary: Add ability to handle webdav based DELETE requests Key: SLING-4825 URL: https://issues.apache.org/jira/browse/SLING-4825 Project: Sling

[jira] [Commented] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-18 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591701#comment-14591701 ] Satya Deep Maheshwari commented on SLING-4757: -- +1. Perhaps we can rev

[jira] [Commented] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-18 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591637#comment-14591637 ] Satya Deep Maheshwari commented on SLING-4757: -- The test passes o

[jira] [Comment Edited] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-17 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589597#comment-14589597 ] Satya Deep Maheshwari edited comment on SLING-4757 at 6/17/15 10:2

[jira] [Updated] (SLING-4757) Improve test coverage and add integration tests to the contentdetection module

2015-06-17 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4757: - Attachment: content-tampering-test.patch [~bdelacretaz] [~petr.shypila] , thanks

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-28 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562449#comment-14562449 ] Satya Deep Maheshwari commented on SLING-4694: -- [~bdelacretaz], thanks

[jira] [Closed] (SLING-4694) Add ability to identify mime type based on file content

2015-05-28 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari closed SLING-4694. > Add ability to identify mime type based on file cont

[jira] [Comment Edited] (SLING-4694) Add ability to identify mime type based on file content

2015-05-21 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554108#comment-14554108 ] Satya Deep Maheshwari edited comment on SLING-4694 at 5/21/15 11:0

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-21 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554108#comment-14554108 ] Satya Deep Maheshwari commented on SLING-4694: -- Attached patch contai

[jira] [Created] (SLING-4732) Enhance mime-type detection in webdav to optionally detect based on content

2015-05-21 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-4732: Summary: Enhance mime-type detection in webdav to optionally detect based on content Key: SLING-4732 URL: https://issues.apache.org/jira/browse/SLING-4732

[jira] [Updated] (SLING-4694) Add ability to identify mime type based on file content

2015-05-21 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4694: - Attachment: SLING-4694.patch > Add ability to identify mime type based on f

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-18 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14549909#comment-14549909 ] Satya Deep Maheshwari commented on SLING-4694: -- >>Apart from tha

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-18 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14547934#comment-14547934 ] Satya Deep Maheshwari commented on SLING-4694: -- Added a few UTs on co

[jira] [Updated] (SLING-4722) @TestReference annotation should support 'target' attribute

2015-05-18 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4722: - Description: As per [1], I am trying to use @TestReference annotation to inject a

[jira] [Created] (SLING-4722) @TestReference annotation should support 'target' attribute

2015-05-18 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-4722: Summary: @TestReference annotation should support 'target' attribute Key: SLING-4722 URL: https://issues.apache.org/jira/browse/SLING-4722

Failing SlingWebDavServletTest integration test

2015-05-14 Thread Satya Deep Maheshwari
Hi I have synced code from trunk and am trying to execute SlingWebDavServletTest without any local changes. This test is failing with the error below: SlingWebDavServletTest.testHandlerOrder:73->checkHandler:90->RenderingTestBase.assertContains:36 Content does not contain 'test-io-handler-1-' (co

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-14 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14543453#comment-14543453 ] Satya Deep Maheshwari commented on SLING-4694: -- I have added the prop

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-13 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541849#comment-14541849 ] Satya Deep Maheshwari commented on SLING-4694: -- OK, I see what you say.

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-13 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541784#comment-14541784 ] Satya Deep Maheshwari commented on SLING-4694: -- I have updated the

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-12 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539484#comment-14539484 ] Satya Deep Maheshwari commented on SLING-4694: -- [~cziegeler], thanks

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-12 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539464#comment-14539464 ] Satya Deep Maheshwari commented on SLING-4694: -- Thanks for reviewing thi

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-11 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539284#comment-14539284 ] Satya Deep Maheshwari commented on SLING-4694: -- Here's the pull re

[jira] [Issue Comment Deleted] (SLING-4694) Add ability to identify mime type based on file content

2015-05-08 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4694: - Comment: was deleted (was: >>Best is probably to create a new commons/c

[jira] [Commented] (SLING-4694) Add ability to identify mime type based on file content

2015-05-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532543#comment-14532543 ] Satya Deep Maheshwari commented on SLING-4694: -- >>Best is probably

[jira] [Updated] (SLING-4694) Add ability to identify mime type based on file content

2015-05-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4694: - Summary: Add ability to identify mime type based on file content (was

[jira] [Comment Edited] (SLING-4694) SlingWebDavServlet should have a configurable Tika detector

2015-05-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532399#comment-14532399 ] Satya Deep Maheshwari edited comment on SLING-4694 at 5/7/15 10:2

[jira] [Commented] (SLING-4694) SlingWebDavServlet should have a configurable Tika detector

2015-05-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532399#comment-14532399 ] Satya Deep Maheshwari commented on SLING-4694: -- I'll try to come up

[jira] [Commented] (SLING-4694) SlingWebDavServlet should have a configurable Tika detector

2015-05-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532209#comment-14532209 ] Satya Deep Maheshwari commented on SLING-4694: -- >>SlingTikaDet

[jira] [Comment Edited] (SLING-4694) SlingWebDavServlet should have a configurable Tika detector

2015-05-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532177#comment-14532177 ] Satya Deep Maheshwari edited comment on SLING-4694 at 5/7/15 7:3

[jira] [Commented] (SLING-4694) SlingWebDavServlet should have a configurable Tika detector

2015-05-07 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532177#comment-14532177 ] Satya Deep Maheshwari commented on SLING-4694: -- I like this idea.

[jira] [Commented] (SLING-4694) SlingWebDavServlet should have a configurable Tika detector

2015-05-06 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532132#comment-14532132 ] Satya Deep Maheshwari commented on SLING-4694: -- >>It would be

[jira] [Commented] (SLING-4694) SlingWebDavServlet should have a configurable Tika detector

2015-05-06 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530414#comment-14530414 ] Satya Deep Maheshwari commented on SLING-4694: -- I am working on an appr

[jira] [Created] (SLING-4694) SlingWebDavServlet should have a configurable Tika detector

2015-05-06 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-4694: Summary: SlingWebDavServlet should have a configurable Tika detector Key: SLING-4694 URL: https://issues.apache.org/jira/browse/SLING-4694 Project

[jira] [Commented] (SLING-4405) Unable to install new bundle using the jar upload mechanism

2015-02-20 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14328791#comment-14328791 ] Satya Deep Maheshwari commented on SLING-4405: -- Thanks! This is working

[jira] [Commented] (SLING-4405) Unable to install bundle for the first time

2015-02-11 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316147#comment-14316147 ] Satya Deep Maheshwari commented on SLING-4405: -- Yes uploading from l

[jira] [Issue Comment Deleted] (SLING-4405) Unable to install bundle for the first time

2015-02-11 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4405: - Comment: was deleted (was: Yes uploading from local directory works.) > Una

[jira] [Issue Comment Deleted] (SLING-4405) Unable to install bundle for the first time

2015-02-11 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satya Deep Maheshwari updated SLING-4405: - Comment: was deleted (was: Yes uploading from local directory works.) > Una

[jira] [Commented] (SLING-4405) Unable to install bundle for the first time

2015-02-11 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316146#comment-14316146 ] Satya Deep Maheshwari commented on SLING-4405: -- Yes uploading from l

[jira] [Commented] (SLING-4405) Unable to install bundle for the first time

2015-02-11 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316148#comment-14316148 ] Satya Deep Maheshwari commented on SLING-4405: -- Yes uploading from l

[jira] [Commented] (SLING-4405) Unable to install bundle for the first time

2015-02-11 Thread Satya Deep Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316121#comment-14316121 ] Satya Deep Maheshwari commented on SLING-4405: -- {quote} Robert Muntean

[jira] [Created] (SLING-4405) Unable to install bundle for the first time

2015-02-11 Thread Satya Deep Maheshwari (JIRA)
Satya Deep Maheshwari created SLING-4405: Summary: Unable to install bundle for the first time Key: SLING-4405 URL: https://issues.apache.org/jira/browse/SLING-4405 Project: Sling