[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2019-01-09 Thread Radu Cotescu (JIRA)


 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radu Cotescu updated SLING-2534:

Fix Version/s: (was: Servlets Post 2.3.26)
   Servlets Post 2.3.28

> Strings of zero length on update in post servlet delete the property
> 
>
> Key: SLING-2534
> URL: https://issues.apache.org/jira/browse/SLING-2534
> Project: Sling
>  Issue Type: Bug
>  Components: Servlets
>Affects Versions: Servlets Post 2.1.2
>Reporter: Endolf
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Servlets Post 2.3.28
>
> Attachments: SLING-2534-diff.txt, blankstrings.patch
>
>
> According to JCR specs, for string type properties, a blank string should be 
> a valid value. Currently the post servlet delets any property where 1 or less 
> values are specifed and the 1 value has a 0 length. I think string properties 
> with a zero length should be blanked instead of deleted.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2018-12-04 Thread Hanish Bansal (JIRA)


 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanish Bansal updated SLING-2534:
-
Attachment: SLING-2534-diff.txt

> Strings of zero length on update in post servlet delete the property
> 
>
> Key: SLING-2534
> URL: https://issues.apache.org/jira/browse/SLING-2534
> Project: Sling
>  Issue Type: Bug
>  Components: Servlets
>Affects Versions: Servlets Post 2.1.2
>Reporter: Endolf
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Servlets Post 2.3.26
>
> Attachments: SLING-2534-diff.txt, blankstrings.patch
>
>
> According to JCR specs, for string type properties, a blank string should be 
> a valid value. Currently the post servlet delets any property where 1 or less 
> values are specifed and the 1 value has a 0 length. I think string properties 
> with a zero length should be blanked instead of deleted.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2018-12-04 Thread Hanish Bansal (JIRA)


 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanish Bansal updated SLING-2534:
-
Attachment: (was: SLING-2534-diff.txt)

> Strings of zero length on update in post servlet delete the property
> 
>
> Key: SLING-2534
> URL: https://issues.apache.org/jira/browse/SLING-2534
> Project: Sling
>  Issue Type: Bug
>  Components: Servlets
>Affects Versions: Servlets Post 2.1.2
>Reporter: Endolf
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Servlets Post 2.3.26
>
> Attachments: blankstrings.patch
>
>
> According to JCR specs, for string type properties, a blank string should be 
> a valid value. Currently the post servlet delets any property where 1 or less 
> values are specifed and the 1 value has a 0 length. I think string properties 
> with a zero length should be blanked instead of deleted.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2018-12-04 Thread Hanish Bansal (JIRA)


 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hanish Bansal updated SLING-2534:
-
Attachment: SLING-2534-diff.txt

> Strings of zero length on update in post servlet delete the property
> 
>
> Key: SLING-2534
> URL: https://issues.apache.org/jira/browse/SLING-2534
> Project: Sling
>  Issue Type: Bug
>  Components: Servlets
>Affects Versions: Servlets Post 2.1.2
>Reporter: Endolf
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Servlets Post 2.3.26
>
> Attachments: SLING-2534-diff.txt, blankstrings.patch
>
>
> According to JCR specs, for string type properties, a blank string should be 
> a valid value. Currently the post servlet delets any property where 1 or less 
> values are specifed and the 1 value has a 0 length. I think string properties 
> with a zero length should be blanked instead of deleted.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2018-11-13 Thread Carsten Ziegeler (JIRA)


 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler updated SLING-2534:

Fix Version/s: Servlets Post 2.3.26

> Strings of zero length on update in post servlet delete the property
> 
>
> Key: SLING-2534
> URL: https://issues.apache.org/jira/browse/SLING-2534
> Project: Sling
>  Issue Type: Bug
>  Components: Servlets
>Affects Versions: Servlets Post 2.1.2
>Reporter: Endolf
>Priority: Major
> Fix For: Servlets Post 2.3.26
>
> Attachments: blankstrings.patch
>
>
> According to JCR specs, for string type properties, a blank string should be 
> a valid value. Currently the post servlet delets any property where 1 or less 
> values are specifed and the 1 value has a 0 length. I think string properties 
> with a zero length should be blanked instead of deleted.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2012-11-07 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler updated SLING-2534:


Fix Version/s: (was: Servlets Post 2.1.4)

 Strings of zero length on update in post servlet delete the property
 

 Key: SLING-2534
 URL: https://issues.apache.org/jira/browse/SLING-2534
 Project: Sling
  Issue Type: Bug
  Components: Servlets
Affects Versions: Servlets Post 2.1.2
Reporter: Endolf
 Attachments: blankstrings.patch


 According to JCR specs, for string type properties, a blank string should be 
 a valid value. Currently the post servlet delets any property where 1 or less 
 values are specifed and the 1 value has a 0 length. I think string properties 
 with a zero length should be blanked instead of deleted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2012-08-13 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler updated SLING-2534:


Fix Version/s: Servlets Post 2.1.4

 Strings of zero length on update in post servlet delete the property
 

 Key: SLING-2534
 URL: https://issues.apache.org/jira/browse/SLING-2534
 Project: Sling
  Issue Type: Bug
  Components: Servlets
Affects Versions: Servlets Post 2.1.2
Reporter: Endolf
 Fix For: Servlets Post 2.1.4

 Attachments: blankstrings.patch


 According to JCR specs, for string type properties, a blank string should be 
 a valid value. Currently the post servlet delets any property where 1 or less 
 values are specifed and the 1 value has a 0 length. I think string properties 
 with a zero length should be blanked instead of deleted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2012-07-17 Thread Endolf (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Endolf updated SLING-2534:
--

Description: According to JCR specs, for string type properties, a blank 
string should be a valid value. Currently the post servlet delets any property 
where 1 or less values are specifed and the 1 value has a 0 length. I think 
string properties with a zero length should be blanked instead of deleted.  
(was: According to JCR specs, for string type properties, a blank string should 
be a valid value. Currently the post servlet delets any property where 1 or 
less values are specifed and the 1 value has a 0 length. String properties with 
a zero length should be blanked instead of deleted.)

 Strings of zero length on update in post servlet delete the property
 

 Key: SLING-2534
 URL: https://issues.apache.org/jira/browse/SLING-2534
 Project: Sling
  Issue Type: Bug
  Components: Servlets
Affects Versions: Servlets Post 2.1.2
Reporter: Endolf

 According to JCR specs, for string type properties, a blank string should be 
 a valid value. Currently the post servlet delets any property where 1 or less 
 values are specifed and the 1 value has a 0 length. I think string properties 
 with a zero length should be blanked instead of deleted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2012-07-17 Thread Endolf (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Endolf updated SLING-2534:
--

Attachment: blankstrings.patch

I have tested this (but not very thoroughly) for string properties as this has 
the behaviour we expect in our application.

 Strings of zero length on update in post servlet delete the property
 

 Key: SLING-2534
 URL: https://issues.apache.org/jira/browse/SLING-2534
 Project: Sling
  Issue Type: Bug
  Components: Servlets
Affects Versions: Servlets Post 2.1.2
Reporter: Endolf
 Attachments: blankstrings.patch


 According to JCR specs, for string type properties, a blank string should be 
 a valid value. Currently the post servlet delets any property where 1 or less 
 values are specifed and the 1 value has a 0 length. I think string properties 
 with a zero length should be blanked instead of deleted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira