You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by John McNally <jm...@collab.net> on 2002/03/05 04:14:49 UTC

Re: cvs commit: jakarta-turbine-3/src/java/org/apache/turbine/modules ActionEvent.java

jon@apache.org wrote:
> 
> jon         02/03/04 17:30:03
> 
>   Modified:    src/java/org/apache/turbine/modules ActionEvent.java
>   Log:
>   The attached patch supports using image buttons to initiate
>   events regardless of your setting for url.case.folding.
> 
>   The existing code only handles image buttons if you are using
>   some form of url case folding.
> 
>   Scott Finnerty <sc...@digitalevergreen.com>
> 
>   -------------------------------------------------------------------------
> 
>   note that i also changed:
> 
>           String fold =
>               Turbine.getConfiguration().getString(
>                   Turbine.PP_URL_CASE_FOLDING,
>                   "").toLowerCase();
> 
>   to:
> 
>           String fold =
>               Turbine.getConfiguration().getString(
>                   Turbine.PP_URL_CASE_FOLDING,
>                   "ParameterParser.URL_CASE_FOLDING_LOWER").toLowerCase();

should those quotes be in there?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>