dgraham 2003/07/04 14:33:29
Modified: src/share/org/apache/struts/config ControllerConfig.java
conf/share struts-config_1_2.dtd
Log:
Removed deprecated debug controller attribute.
Revision Changes Path
1.16 +4 -24
jakarta-struts/src/share/org/apache/struts/config/ControllerConfig.java
Index: ControllerConfig.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/config/ControllerConfig.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ControllerConfig.java 25 Feb 2003 04:47:38 -0000 1.15
+++ ControllerConfig.java 4 Jul 2003 21:33:29 -0000 1.16
@@ -124,26 +124,6 @@
this.contentType = contentType;
}
-
- /**
- * The debugging detail level that determines logging verbosity.
- * @deprecated Configure the logging detail level in your underlying
- * logging implemenation
- */
- protected int debug = 0;
-
- public int getDebug() {
- return (this.debug);
- }
-
- public void setDebug(int debug) {
- if (configured) {
- throw new IllegalStateException("Configuration is frozen");
- }
- this.debug = debug;
- }
-
-
/**
* <p>The replacement pattern used to determine a context-relative URL
* from a [EMAIL PROTECTED] ForwardConfig} element. The pattern may consist of
any
1.3 +0 -5 jakarta-struts/conf/share/struts-config_1_2.dtd
Index: struts-config_1_2.dtd
===================================================================
RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_2.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- struts-config_1_2.dtd 4 Jul 2003 18:32:17 -0000 1.2
+++ struts-config_1_2.dtd 4 Jul 2003 21:33:29 -0000 1.3
@@ -485,10 +485,6 @@
JSP, or other resource to which the request is forwarded.
["text/html"]
- debug Debugging detail level for this module. [0]
- DEPRECATED - configure the logging detail level
- in your underlying logging implementation.
-
forwardPattern Replacement pattern defining how the "path" attribute of a
<forward> element is mapped to a context-relative URL when
it starts with a slash (and when the contextRelative
@@ -566,7 +562,6 @@
<!ATTLIST controller bufferSize %Integer; #IMPLIED>
<!ATTLIST controller className %ClassName; #IMPLIED>
<!ATTLIST controller contentType CDATA #IMPLIED>
-<!ATTLIST controller debug %Integer; #IMPLIED>
<!ATTLIST controller forwardPattern CDATA #IMPLIED>
<!ATTLIST controller inputForward %Boolean; #IMPLIED>
<!ATTLIST controller locale %Boolean; #IMPLIED>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]