Results 1 to 2 of 2

Thread: Performance of ProtectPointcutPostProcessor

  1. #1
    Join Date
    Oct 2008
    Posts
    1

    Default Performance of ProtectPointcutPostProcessor

    During profiling, i noticed that a lot of time is spend parsing pointcut expressions.

    I wonder why these expressions are not not cached. According to me, parsing them should be done only once per expression...

    Spring-security 2.0.4

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    This is only an initialization issue, not a runtime problem. Some figures would be useful - what was the time spent as a percentage of the overall startup time of the application, for example?
    Spring - by Pivotal
    twitter @tekul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •