Open Issues Need Help
View All on GitHubAI Summary: This issue highlights several tests that have been disabled due to uncertainty regarding their expected behavior. The primary goal is to initiate a discussion to clarify and define the correct behavior for these specific tests. Once the behavior is determined, the tests can be re-enabled and properly configured.
AI Summary: This issue reports that certain websites, such as baeldung.com, block `wget` requests that do not include a user agent, resulting in a 403 Forbidden error. The problem is resolved by providing a user agent string with the `wget` command.
AI Summary: Implement a new system information endpoint in the CivicSage Java Spring Boot application. This endpoint should return details such as server version, API version, maximum file upload size, and other relevant system information. The information should be gathered from application properties and potentially other configuration sources.