-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not A Problem
-
Affects Version/s: 2.0.0-M2
-
Fix Version/s: 2.0.0-M2
-
Component/s: Isis Viewer RO
-
Labels:
-
Environment:Windows 7
to reproduce:
- checkout HEAD of v2 branch
- mvn clean install
- cd to isis/example/application/simpleapp/webapp
- set PROTOTYPING=true
- mvn jetty:run
- open web browser to localhost:8080/wicket, sign in as sven/pass
- from prototyping menu, open swagger-ui
- reload private spec
- select simple - /service/simple.SimpleObjectMenu/actions/listAll/invoke
- click "Try it out"
expected: Response body should have some output - some json with metadata or something
actual: Reponse body says "no content"