com.ibm.wsspi.http

Class URLEscapingUtils

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.http.URLEscapingUtils

  1. public class URLEscapingUtils
  2. extends java.lang.Object
This class provides static/stateless utility methods for scrubbing URLs for safe use in error messages. HTML entities in URLs need to be escaped before being used in messages of any kind.


Method Summary

Modifier and Type Method and Description
  1. static
  2. java.lang.String
toSafeString(java.lang.String url)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

toSafeString

  1. public static final java.lang.String toSafeString( java.lang.String url)