Error in Vibe on Windows (The request was rejected because the URL contained a potentially malicious String "%3B")

Hey,

I installed Vibe on a Windows Server 2019, because we will migrate vibe from oes to windows due the hole system is changing.

I installed Vibe on the Windows Server with mysql (8.0.39 Community Server), because the migration is easier, I hope.

After starting the service and go to Vibe via browser, all looks fine.

I login, still all fine.

I got to the administration panel, still all fine.

I open license-info, the error is there


Type Exception Report

Message The request was rejected because the URL contained a potentially malicious String "%3B"

Beschreibung The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String "%3B"
	org.springframework.security.web.firewall.StrictHttpFirewall.rejectedBlacklistedUrls(StrictHttpFirewall.java:265)
	org.springframework.security.web.firewall.StrictHttpFirewall.getFirewalledRequest(StrictHttpFirewall.java:245)
	org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:193)
	org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
	org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
	org.springframework.web.multipart.support.MultipartFilter.doFilterInternal(MultipartFilter.java:122)
	org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	org.kablink.teaming.asmodule.servlet.filter.ResponseHeaderFilter.doFilter(ResponseHeaderFilter.java:127)
	org.kablink.teaming.web.servlet.filter.DefaultCharacterEncodingFilter.doFilter(DefaultCharacterEncodingFilter.java:60)
	org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServletFilter.java:71)

The menu on the side is still fine and I can navigate, I also can use the searchindex  and update them, all fine.

If I will create an new wiki-site, error in fullscreen.

If I ignore it and go on and Migrate the data (database and files) from the old Vibe server, things getting worst. After login, error in fullscreen, so I can do nothing. now I´m on the Point befor migration the data and hope you can help me with the error.

Here again all data you need

- Windows Server 2019 Datacenter

- mysql 8.0.39 Community Server (with Workbench)

- Vibe 4.0.8.4

- no external antivirus programm or else until the server works well.

Tags:

  • Suggested Answer

    0

    I found the solution. It was due to file permissions. Out of desperation, I set up full access for everyone in the C:\program files\Novell\Teaming folder and then restarted Tomcat and Vibe ran as it should.

    I have already imported the data from the old system and used HeidiSQL to convert the links in the database to the new server.