You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2008/02/29 19:50:51 UTC

[jira] Issue Comment Edited: (SLING-298) FormEncoding parameter should be ignored during POST processing

    [ https://issues.apache.org/jira/browse/SLING-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573893#action_12573893 ] 

tripod edited comment on SLING-298 at 2/29/08 10:49 AM:
------------------------------------------------------------------

imo this should not be treated specially. just prefix all other props with "./" and you're set.

eg:

POST /foo/bar
FormEncoding = "utf-8"
./jcr:title = "hello"

      was (Author: tripod):
    imo this should be treated specially. just prefix all other props with "./" and you're set.

eg:

POST /foo/bar
FormEncoding = "utf-8"
./jcr:title = "hello"
  
> FormEncoding parameter should be ignored during POST processing
> ---------------------------------------------------------------
>
>                 Key: SLING-298
>                 URL: https://issues.apache.org/jira/browse/SLING-298
>             Project: Sling
>          Issue Type: Bug
>          Components: ujax
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>
> The FormEncoding parameter should be ignored during post processing and not be set as a property.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.