Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.0.2
-
Component/s: None
-
Labels:None
-
Environment:OC4J 10.1.3.0.0
java version "1.6.0_04"
Description
None of my grails generated views are rendered with images or page styling.
Having looked at the OC4J HTTP access logs, it can be seen that requests for images and css files are yielding an HTTP 500 error.
I also tried to request a simple text file (containing one line of text), that I had included within the following folders of the web application,
- root folder
- images folder,
- css folder.
Requests for these consistently yielded an HTTP 500 error in the access logs, and presented a (completely) blank page to the browser.
I've just tried to run the same tests using OC4J-10.1.3.3.0, and everything appears to work fine.