-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi,
first of all thanks for the great work.
I've tried to build the project by my own on a windows env, but this fails without editing pom.xml.
When I add UTF-8 to the maven-compiler-plugin the project can be build successsfully.
When running the jar a exception is thrown:
Exception in thread "main" java.lang.IllegalAccessError: tried to access class javax.faces.component.StateHolderSaver from class com.redtimmy.Richsploit
at com.redtimmy.Richsploit.createStateHolderSaver(Richsploit.java:240)
at com.redtimmy.Richsploit.exploit2(Richsploit.java:174)
at com.redtimmy.Richsploit.main(Richsploit.java:92)
Some comparison between your jar and my built one shows up, that javax.faces.component.StateHolderSaver.class exists twice.
Are you building with some special parameters?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels