[ 
https://issues.apache.org/jira/browse/TAPESTRY-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616470#action_12616470
 ] 

ccordenier edited comment on TAPESTRY-2537 at 7/24/08 5:55 AM:
-------------------------------------------------------------------------

Actually, I have also worked on the UTF-8 issue, and I have found that the 
"RequestEncodingInitializerImpl" is bypassed by the 
"ClientPersistentFieldStorage" service wich call the a "request.getParameter" 
in its constructor. 

So that the "initializeRequestEncoding" of the "RequestEncodingInitializerImpl 
" has no effect because the request has already been parsed.

Is it not more suitable to call the "request.getParameter" on page load for the 
client persistent strategy ?

      was (Author: ccordenier):
    Actually, I have also worked on the UTF-8 issue, and I have found that the 
"RequestEncodingInitializerImpl" is bypassed by the 
"ClientPersistentFieldStorage" service wich call the a "request.getParameter" 
in its constructor. 

So that the "initializeRequestEncoding" of the "RequestEncodingInitializerImpl 
" has no effect because the request has already been parsed.

Is it not more suitable to call the "request.getParameter" on page load for the 
client persistent strategy.
  
> Utf8Filter should be contributed by default in tapestry core
> ------------------------------------------------------------
>
>                 Key: TAPESTRY-2537
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2537
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0
>            Reporter: Francois Armand
>             Fix For: 5.0
>
>
> I think that today, UTF-8 is the default encoding for a worldwide used 
> framework as Tapestry is, and so the default behaviour of Tapestry should be 
> that it "just works" with this encoding (just look at the number of UTF-8 
> related question on the mailing list).
> So, I think that the UTF-8 filter at 
> http://wiki.apache.org/tapestry/Tapestry5Utf8Encoding should be contributed 
> by default.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to