We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When going to the discuss/forum link for a site and that field is empty, currently the client is redirected to ./null. Instead it should probably return a 404. Here is a test case: https://supercharge.info/service/supercharge/discuss?siteId=1000
And this is the relevant part of the code:
supercharge.info-api/service-war/src/main/java/com/redshiftsoft/tesla/web/mvc/site/SiteController.java
Line 131 in f346091
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When going to the discuss/forum link for a site and that field is empty, currently the client is redirected to ./null. Instead it should probably return a 404. Here is a test case: https://supercharge.info/service/supercharge/discuss?siteId=1000
And this is the relevant part of the code:
supercharge.info-api/service-war/src/main/java/com/redshiftsoft/tesla/web/mvc/site/SiteController.java
Line 131 in f346091
The text was updated successfully, but these errors were encountered: