https://issues.apache.org/bugzilla/show_bug.cgi?id=53366

          Priority: P2
            Bug ID: 53366
          Assignee: dev@tomcat.apache.org
           Summary: Running with SecurityManager: protected/index.jsp
                    returns blank page when it is the first page accessed
          Severity: minor
    Classification: Unclassified
                OS: Windows XP
          Reporter: knst.koli...@gmail.com
          Hardware: PC
            Status: NEW
           Version: 7.0.27
         Component: Catalina
           Product: Tomcat 7

eproducible in 7.0.27 and in current 7.0.x.

To reproduce:
1. Start "catalina.bat start -security"
2. Go to
[1] http://localhost:8080/examples/jsp/security/protected/index.jsp

3. Expected result: Display login form.
Actual result:
 Blank page. Access log shows:
127.0.0.1 - - [06/Jun/2012:04:35:23 +0400] "GET
/examples/jsp/security/protected/index.jsp HTTP/1.1" 200 -

That is, response code is 200, count of bytes is '-'.


If I stay on [1] and keep refreshing it, the problem persists.

But if I visit [2], then [1] starts to work. I suspect that some class needs to
be preloaded.

[2] http://localhost:8080/examples/

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to