-
We are using the saml2api in an application in which all pages are open (basically, we're using the API for personalization, and not for access control). This means that we have to list every single page in the saml2api_openPages which is of course awkward. If the parameter supported * patterns in the same way that servlet mappings do, that would help enormously.
2009-12-21 11:37:28 UTC in SAML2 API
-
When certificate loading fails the error message is always the same: "Could not load certificate: " + certificateName, because of the catch (Exception e) clause. Unfortunately, this discards the actual information about what went wrong.
The following patch corrects the javadoc and at the same time wraps the underlying exception so that administrators can see what the problem is:
Index...
2009-12-21 10:32:56 UTC in SAML2 API
-
larsga committed revision 42 to the Topic Maps Test Suite SVN repository, changing 1 files.
2009-12-16 13:24:37 UTC in Topic Maps Test Suite
-
larsga committed revision 34 to the Topic Maps Test Suite SVN repository, changing 2 files.
2009-12-11 12:23:00 UTC in Topic Maps Test Suite
-
larsga committed revision 32 to the Topic Maps Test Suite SVN repository, changing 5 files.
2009-11-30 09:35:50 UTC in Topic Maps Test Suite
-
larsga committed revision 27 to the Topic Maps Test Suite SVN repository, changing 9 files.
2009-10-27 16:26:33 UTC in Topic Maps Test Suite
-
larsga committed revision 26 to the Topic Maps Test Suite SVN repository, changing 4 files.
2009-10-27 14:39:02 UTC in Topic Maps Test Suite
-
larsga committed revision 18 to the Topic Maps Test Suite SVN repository, changing 4 files.
2009-08-14 10:55:28 UTC in Topic Maps Test Suite
-
I tried to build JMagick on MacOS X. Building and installing ImageMagick 6.4.0 worked fine. Told configure where to find it, and all was fine until:
gcc -I/Users/larsga/Desktop/jmagick-6.4.0/generated/magick -I/usr/local/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/include -I/usr/local/include/ImageMagick -I/usr/X11/include -c magick_MagickImage.c -fno-common...
2009-07-19 12:29:45 UTC in JMagick
-
Lines 175 and 176 in Make.rules start with spaces, not tabs:
ifdef DARWIN
# Mac OS X
@-echo "Using install_name_tool..."
@-/usr/bin/install_name_tool -id $(PROJ_BASE_DIR)lib/lib$(JNI_LIB_NAME)$(SHARED_LIB_EXT) $(PROJ_BASE_DIR)/lib/lib$(JNI_LIB_NAME)-$(MAJOR).$(MINOR).$(MICRO)$(SHARED_LIB_EXT)
endif
This causes make to fail with:
make[1]: Entering directory...
2009-07-19 11:56:51 UTC in JMagick