[Bug 57773] performance problems when using scopeless optional attributes

2016-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #11 from Woonsan Ko --- Hooray! Thanks a lot! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...

[Bug 57773] performance problems when using scopeless optional attributes

2016-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #10 from balusc --- This is fixed in a related issue https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 57773] performance problems when using scopeless optional attributes

2016-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #9 from Woonsan Ko --- (In reply to Mark Thomas from comment #7) > There is no easy way to configure this since the problematic code is in a > specification defined class and we can not change the API. > > It might be possible to (

[Bug 57773] performance problems when using scopeless optional attributes

2016-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #8 from Bernhard Frauendienst --- This issue hit us quite hard when trying to upgrade from 8.0.15. An optional attribute in a very frequently used tag caused performance to drop massively (especially combined with the default non-p

[Bug 57773] performance problems when using scopeless optional attributes

2016-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 Bernhard Frauendienst changed: What|Removed |Added CC||apa...@nospam.obeliks.de -- Y

[Bug 57773] performance problems when using scopeless optional attributes

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 Woonsan Ko changed: What|Removed |Added CC||woon...@apache.org -- You are receiving

[Bug 57773] performance problems when using scopeless optional attributes

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #7 from Mark Thomas --- (In reply to Woonsan Ko from comment #5) > How about introducing a whitelist filter attribute in context configuration? > e.g, elStaticAccessFilter="^[a-z].*$". There is no easy way to configure this since t

[Bug 57773] performance problems when using scopeless optional attributes

2015-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #6 from Woonsan Ko --- It should be a "filter", not "whitelist" above. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe

[Bug 57773] performance problems when using scopeless optional attributes

2015-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #5 from Woonsan Ko --- Hi @markt and @donnchadh, How about introducing a whitelist filter attribute in context configuration? e.g, elStaticAccessFilter="^[a-z].*$". Like containerSciFilter attribute, it can be set to a regular exp

[Bug 57773] performance problems when using scopeless optional attributes

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 Mark Thomas changed: What|Removed |Added CC||janusz.parfien...@gmail.com --- Comment

[Bug 57773] performance problems when using scopeless optional attributes

2015-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #3 from donnchadh --- I'm seeing a dramatic dramatic impact due to this (in conjunction with the global lock on WebAppClassLoader). -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 57773] performance problems when using scopeless optional attributes

2015-03-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 --- Comment #2 from Christopher Schultz --- I'm sorry, I haven't looked at the code for this, but ... Are we caching class-lookup failures? If not, could we cache them for a short period of time? Maybe as long as 5 seconds or so? That would ce

[Bug 57773] performance problems when using scopeless optional attributes

2015-03-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW