[jira] [Created] (SLING-4577) Content sync does not support escaping comma values in multi-valued properties

2015-04-04 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-4577:
--

 Summary: Content sync does not support escaping comma values in 
multi-valued properties
 Key: SLING-4577
 URL: https://issues.apache.org/jira/browse/SLING-4577
 Project: Sling
  Issue Type: Bug
  Components: IDE
Affects Versions: Sling Eclipse IDE 1.0.6
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Fix For: Sling Eclipse IDE 1.0.8


Consider a property serialized as

{{noformat}}
someProp=[first\,first,second]
{{noformat}}

This property is expected to have two values, namely first,first and 
second. We don't support this format though and incorrectly send the 
properties



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SLING-3829) Add support for Content-Disposition attachment

2015-04-04 Thread Radu Cotescu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-3829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14395752#comment-14395752
 ] 

Radu Cotescu commented on SLING-3829:
-

Yup, it's here - 
https://github.com/apache/sling/blob/trunk/contrib/extensions/validation/core/src/main/java/org/apache/sling/validation/impl/util/Trie.java.

 Add support for Content-Disposition attachment 
 ---

 Key: SLING-3829
 URL: https://issues.apache.org/jira/browse/SLING-3829
 Project: Sling
  Issue Type: Improvement
  Components: Extensions
Reporter: Antonio Sanso
Assignee: Antonio Sanso
Priority: Minor
 Fix For: Security 1.0.10

 Attachments: ContentDispositionFilter.java, SLING-3829-patch.txt


 In some situation will be useful (and safer) to force Content-Disposition 
 attachment for some Content-Type (configurable ) under some specific (and 
 sensitive) path (configurable)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


need access to Jenkins for setting up Sightly CI job

2015-04-04 Thread Radu Cotescu
Hi,

I'd like to set up a Jenkins job for Sightly in order to make sure that
changes affecting the codebase don't actually break stuff.

Can somebody from the PMC please add my user to the hudson-jobadmin group?
[0]

Thanks,
Radu

[0] - http://wiki.apache.org/general/Jenkins#How_do_I_get_an_account


requirements for including Sightly into Sling Launchpad

2015-04-04 Thread Radu Cotescu
Hi,

Given the recent improvements of the Sightly implementation from Sling I
think that having this scripting engine in the launchpad would be a nice
feature.

What are the requirements for including Sightly into the launchpad? The
following would be the list of bundles that need to be added
to launchpad/slingstart/src/main/provisioning/sling.txt:

# xss
javax.mail/mail/1.4.7
org.apache.sling/org.apache.sling.xss/1.0.2 # contrib/extensions/xss
# i18n
org.apache.sling/org.apache.sling.i18n/2.3.2 # contrib/extensions/i18n
# jcr compiler
org.apache.sling/org.apache.sling.jcr.compiler/2.1.0 # contrib/jcr/compiler
# sightly
org.apache.sling/org.apache.sling.scripting.sightly/1.0.0
#contrib/scripting/sightly
org.apache.sling/org.apache.sling.scripting.sightly.js.provider/1.0.0
#contrib/scripting/sightly
org.apache.sling/org.apache.sling.scripting.sightly.repl/1.0.0
#contrib/scripting/sightly

Cheers,
Radu


Re: requirements for including Sightly into Sling Launchpad

2015-04-04 Thread Justin Edelson
Hi Radu,
I think you can just go ahead and make this change. As long as there is an
associated JIRA, there has not been a vote required in the past to add
bundles to the launchpad.

Regards,
Justin

On Sat, Apr 4, 2015 at 12:19 PM Radu Cotescu r...@apache.org wrote:

 Hi,

 Given the recent improvements of the Sightly implementation from Sling I
 think that having this scripting engine in the launchpad would be a nice
 feature.

 What are the requirements for including Sightly into the launchpad? The
 following would be the list of bundles that need to be added
 to launchpad/slingstart/src/main/provisioning/sling.txt:

 # xss
 javax.mail/mail/1.4.7
 org.apache.sling/org.apache.sling.xss/1.0.2 # contrib/extensions/xss
 # i18n
 org.apache.sling/org.apache.sling.i18n/2.3.2 # contrib/extensions/i18n
 # jcr compiler
 org.apache.sling/org.apache.sling.jcr.compiler/2.1.0 #
 contrib/jcr/compiler
 # sightly
 org.apache.sling/org.apache.sling.scripting.sightly/1.0.0
 #contrib/scripting/sightly
 org.apache.sling/org.apache.sling.scripting.sightly.js.provider/1.0.0
 #contrib/scripting/sightly
 org.apache.sling/org.apache.sling.scripting.sightly.repl/1.0.0
 #contrib/scripting/sightly

 Cheers,
 Radu



Re: requirements for including Sightly into Sling Launchpad

2015-04-04 Thread Oliver Lietz
On Saturday 04 April 2015 16:19:48 Radu Cotescu wrote:
 Hi,

Hi Radu,

 Given the recent improvements of the Sightly implementation from Sling I
 think that having this scripting engine in the launchpad would be a nice
 feature.
 
 What are the requirements for including Sightly into the launchpad? The
 following would be the list of bundles that need to be added
 to launchpad/slingstart/src/main/provisioning/sling.txt:
 
 # xss
 javax.mail/mail/1.4.7
 org.apache.sling/org.apache.sling.xss/1.0.2 # contrib/extensions/xss
 # i18n
 org.apache.sling/org.apache.sling.i18n/2.3.2 # contrib/extensions/i18n
 # jcr compiler
 org.apache.sling/org.apache.sling.jcr.compiler/2.1.0 # contrib/jcr/compiler
 # sightly
 org.apache.sling/org.apache.sling.scripting.sightly/1.0.0
 #contrib/scripting/sightly
 org.apache.sling/org.apache.sling.scripting.sightly.js.provider/1.0.0
 #contrib/scripting/sightly
 org.apache.sling/org.apache.sling.scripting.sightly.repl/1.0.0
 #contrib/scripting/sightly

as Justin says, go ahead. I had to add the Rhino bundle for the Sightly 
feature also, see SLING-4573. Are you using JavaScript from bundle Scripting 
JavaScript?

Regards,
O.

 Cheers,
 Radu