[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> > > ------------------------------------------------------------------------- > > 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
