-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.6.7, 6.10.0, 6.11.0
-
16
-
Severity 3 - Minor
-
2
-
When you try to subscribe to any of the pre-defined RSS Feeds, you'll end up sending a "bad request".
Steps to reproduce:
- Go to Spaces
- Choose any space
- Go to Space tools > Content Tools > RSS Feeds tab
- Choose any link from the list
Expected outcome:
You should be presented with an XML content
Actual outcome:
You are presented with a HTTP Status 400 - Bad Request (due to a title surrounded with squared brackets)
http://192.168.56.101:8090/spaces/createrssfeed.action?types=page&spaces=TEST&maxResults=15&title=[test]+Pages+Feed&publicFeed=false&os_authType=basic
Workaround:
Delete the [] squared brackets that are surrounding the title name and it will work as expected.
- is related to
-
CONFSERVER-57582 Later version of Tomcat hit into "Invalid character found in the request target" when subscribing to RSS feeds
- Closed