Closed chathuranga95 closed 3 years ago
After enabling the space character to api category name, the devportal is not able to do category search. Before allowing this from the devportal we need to fix this from the Rest API side.
@chamilaadhi Have we fixed this in latest master build?
Checked with @chamilaa we haven't fixed this in master.
Description:
API categories cannot be created with special characters in the name using the Admin Portal. However, with REST API, this is possible. Creating API categories with some special character will make the Admin Portal's API categories page loading error.
Steps to reproduce:
Create an API category with following info
{"name":"sp #$$%#%$","description":"testing"}
Use either admin rest api version: v0.17 or v1
Eg:
Go to
https://localhost:9443/admin/settings/api-categories
and observe the page keeps loading.