Show
Ignore:
Timestamp:
09/23/09 19:27:51 (3 years ago)
Author:
mtld
Message:

fixed context synchronization bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-0.13.x/pfixcore/src/de/schlund/pfixcore/util/TransformerCallback.java

    r4631 r4854  
    8383                boolean retval; 
    8484                if (context.getContextConfig().isSynchronized()) { 
     85                    //it's the underlying context object here, not the 
     86                    //context proxy, so it's ok to synchronize on it here 
    8587                    synchronized (context) { 
    8688                        retval = check.isPageAccessible(pagename);