Regular expression does not work properly. (NETIQKB14180)

  • 7714180
  • 02-Feb-2007
  • 19-Sep-2007

Resolution

fact
AppManager 5.0.1

fact
WebLogic Server UNIX

fact
BEA WebLogic Server 5.1+

fact
LogAccessLog

fact
LogWebLogic

fact
ServletExecTimeByName

symptom
Regular expression does not work properly.

cause

Your regular expression probably contains backslashes or double quotes.  AppManager and the UnixAgent do not perform any work to provide escape sequences for double quotes or backslashes in the strings that you enter for regular expressions.

You can work around this by adding a backslash as an escape character before each double quote or backslash.

fix

1.         For each place where you have a double quote in the regular expression, add a backslash (?\?) before it.

2.       For each place where you have a backslash in the regular expression (except those added according to the previous step), add a second backslash before it.

 



Additional Information

Formerly known as NETIQKB14180