Yes. Anyone can read existing issues, but to add or comment you need to create an account.
Best regards, Remko On Thursday, October 10, 2013, Jonathan Willis wrote: > i am able to view the jira page, and i have been there before, but i don't > see how to add an issue. Do i need credentials to log in? > > > On Wed, Oct 9, 2013 at 5:43 PM, Remko Popma <[email protected]> wrote: > > > Oh. Sorry. Here you are: > > http://logging.apache.org/log4j/2.x/issue-tracking.html > > > > Sent from my iPhone > > > > > On 2013/10/10, at 8:25, Jonathan Willis <[email protected]> > > wrote: > > > > > > How do you create a jira ticket? I looked for where i could but i didnt > > see > > > anywhere that said add issue > > >> On Oct 9, 2013 4:47 PM, "Remko Popma" <[email protected]> wrote: > > >> > > >> Jonathan, > > >> Would you mind raising a JIRA ticket for the issue you're reporting? > > >> That makes it easier for us to track and easier for you to attach > config > > >> files or image files. (The mailing list software may not like image > file > > >> attachments...) > > >> > > >> Best regards, > > >> Remko > > >> > > >> Sent from my iPhone > > >> > > >>>> On 2013/10/10, at 6:15, Jonathan Willis <[email protected]> > > >>> wrote: > > >>> > > >>> > > >>> > > >>> > > >>> > > >>>> On Wed, Oct 9, 2013 at 3:05 PM, Ralph Goers < > > [email protected]> > > >> wrote: > > >>>> Can you provide your lookup source? > > >>>> > > >>>> > > >>>> On Oct 9, 2013, at 1:22 PM, Jonathan Willis < > [email protected] > > > > > >> wrote: > > >>>> > > >> > > > http://stackoverflow.com/questions/19277445/how-to-use-map-lookups-using-log4j2 > > >>>>> > > >>>>> > > >>>>> On Wed, Oct 9, 2013 at 2:18 PM, Ralph Goers < > > >> [email protected]>wrote: > > >>>>> > > >>>>>> Please remember that mine is just one opinion, but I am fine with > > >> that. I > > >>>>>> guess if no default value is provided this way then it can still > > >> fall back > > >>>>>> to looking in the properties map. > > >>>>>> > > >>>>>> Ralph > > >>>>>> > > >>>>>> > > >>>>>>> On Oct 9, 2013, at 12:53 PM, Woonsan Ko <[email protected]> > > wrote: > > >>>>>>> > > >>>>>>> Hi Ralph, > > >>>>>>> > > >>>>>>> > > >>>>>>> I have something related to this improvement idea. > > >>>>>>> I have thought it might be a bit more useful and flexible to > allow > > >>>>>> default value in the variable expression itself. > > >>>>>>> For example, ${var1:-defvalue1}, ${ctx:request_id:-defvalue2}, > etc. > > >>>>>>> This generic feature has been included in StrSubstitutor of > > >>>>>> commons-lang3 with the following issue: > > >>>>>>> - https://issues.apache.org/jira/browse/LANG-893 > > >>>>>>> > > >>>>>>> I understand Oliver's patch should work more efficiently for map > > >> pattern > > >>>>>> converters, but the goodness of the feature with LANG-893 is we > can > > >> use it > > >>>>>> more widely whenever used in look ups. > > >>>>>>> > > >>>>>>> I know StrSubstitutor in log4j2 added more operations to deal > with >
