google-code-export / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
1 stars 3 forks source link

api explorer keeps loading and doesn't show api #231

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.upload new api 

What is the expected output? What do you see instead?
see my api, instead it keep showing "loading..."

What version of the product are you using? On what operating system?

Please provide any additional information below.
on my local machine it works fine

Original issue reported on code.google.com by mark.van...@vialis.nl on 13 Nov 2014 at 1:13

GoogleCodeExporter commented 9 years ago
I found it. Add this to the web.xml:

        <security-constraint>
        <web-resource-collection>
            <url-pattern>/_ah/spi/*</url-pattern>
        </web-resource-collection>
    </security-constraint>

Original comment by mark.van...@vialis.nl on 13 Nov 2014 at 1:42