My Oracle Support Banner

Portal Admin Console Content Management WYSIWYG HTML Editor Prepends Image URLs with "http://" Even Though a Relative Path is Specified (Doc ID 982493.1)

Last updated on JANUARY 30, 2025

Applies to:

Oracle WebLogic Portal - Version 9.2.0 to 9.2.2 [Release Weblogic Platform]
Information in this document applies to any platform.

Symptoms

The Portal Admin Console's Content Management WYSIWYG HTML Editor prepends "http://" to image URLs even though a relative path is specified. This forces the URL to be absolute and causes the <img> tag to break because the generated absolute path doesn't exist.

For example:

<IMG src='/PortalWeb/File.jpg'>

Would be changed to:

<IMG src='http://PortalWeb/File.jpg'>

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.