7 lines
No EOL
451 B
Text
7 lines
No EOL
451 B
Text
source: https://www.securityfocus.com/bid/1378/info
|
|
|
|
Within WebLogic Server and WebLogic Express there are four main java servlets registered to serve different kind of files. A default servlet exists if a requested file does not have an assigned servlet.
|
|
|
|
If an http request is made that includes "/file/", the server calls upon the default servlet which will cause the page to display the source code in the web browser.
|
|
|
|
http://target/file/filename |