I was going to but I wanted to see if I should change this to the
default behavior and thus document that instead.

--jason


On Sat, 21 Apr 2001, Tobias Frech wrote:

> Hi Jason!
> Could you please document this switch and what it does with a change
> note @ Sourceforge. That would be very kind and helpful. :-)
>
> Thanks,
> Tobias
>
> Jason Dillon wrote:
> >
> > I just added the ability for the ConfigurationService to auto-trim attribute
> > values.  This is disabled by default (just in case that trimming would break
> > something), but I am curious if it should trim by default?
> >
> > I personally think that it should and if there happened to be a case where
> > it was causing problem, we could add an extra element attribute 'trim',
> > which could be used as a boolean to toggle on a specific element:
> >
> >   <mbean ...>
> >     <attribute name="trimIsOK">
> >         trimAway
> >     </attribute>
> >     <attribute name="doNotTrim" trim="false">
> >         I want
> >         multiple lines
> >     </attribute>
> >
> > --jason
> >
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to