Details
-
Type:
Bug
-
Status: RESOLVED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 11.2
-
Fix Version/s: 12.0
-
Component/s: Entity Broker, Polls
-
Labels:None
-
Test Plan:
Description
If you try and vote for a poll using a form in Resources like this:
<form action="https://trunk...../direct/polls/vote" method="post">
pollId:<br>
<input type="text" name="pollId" value="982"><br>
pollOption:<br>
<input type="text" name="pollOption" value="3703"><br><br>
<input type="submit" value="Submit">
</form>
you get your vote saved to the db but it takes you to a nonexistent page.
Full error message is:
HTTP Status 405 - Access Provider: Attempted to access an entity URL path (/polls/new.html) using method (POST) for an entity (/polls) and view (new) when there is no access provider to handle the request for prefix (polls)