Re: Standard Accepted Patterns in DefaultAcceptedPatternsChecker

2020-01-28 Thread Lukasz Lenart
pon., 27 sty 2020 o 16:59 Ing. Andrea Vettori napisaƂ(a): > > > On 26 Jan 2020, at 12:26, Lukasz Lenart wrote: > > > > > > So maybe relaxing the patterns is a good idea but as till now nobody > > reported any problems with them, we decided to left them as is. > > > Thank you for the clarification

Re: Standard Accepted Patterns in DefaultAcceptedPatternsChecker

2020-01-28 Thread John Bush
I've had problems in some frameworks confusing the parser using operators this way. Since java maps allow any object as the key, such as Number or it's sub-classes, you get into issues where the page tech (jsp,js,various taglibs,et al) makes Map[key-1] into Map[1-1] then into Map[0]. I basicall