Hi,
I need some changes made since 0.6.1 (request.getRemoteUser() fix), I have built the latest snapshot locally and tried to deploy it, I have also grabbed a snapshot jar file from someone else, and both times I get the following exception:
java.lang.SecurityException: class "net.sf.acegisecurity.ui.AutoIntegrationFilter "'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java: 775)
at java.lang.ClassLoader.preDefineClass(ClassLoader.j ava:487)
Is there an easy fix for this problem?
I have used a variety of java security API's in the past, but I cannot believe I need to play about with keystores and jarsigner just to use a jar file I built locally?
Has anyone else come across this?


