Changeset 4854 for branches/release-0.13.x/pfixcore/src/de/schlund/pfixcore/util/TransformerCallback.java
- Timestamp:
- 09/23/09 19:27:51 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.13.x/pfixcore/src/de/schlund/pfixcore/util/TransformerCallback.java
r4631 r4854 83 83 boolean retval; 84 84 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 85 87 synchronized (context) { 86 88 retval = check.isPageAccessible(pagename);
