morgand 01/08/21 10:06:21
Modified: latka/conf suite.dtd
Log:
took basic authentication out for now (HttpClient makes per-request authentication
complicated)
Revision Changes Path
1.9 +2 -5 jakarta-commons/latka/conf/Attic/suite.dtd
Index: suite.dtd
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/conf/Attic/suite.dtd,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- suite.dtd 2001/08/21 16:28:45 1.8
+++ suite.dtd 2001/08/21 17:06:21 1.9
@@ -19,7 +19,7 @@
<!ATTLIST session sessionId CDATA #IMPLIED
label CDATA #IMPLIED>
-<!ELEMENT request (credentials?, requestHeader*, param*, validate?)>
+<!ELEMENT request (requestHeader*, param*, validate?)>
<!ATTLIST request path CDATA #REQUIRED
method (post | get | head) "get"
secure (true | false) "false"
@@ -28,10 +28,7 @@
label CDATA #IMPLIED
followRedirects (true | false) "true">
-<!-- fix me, credentials are currently ignored -->
-<!ELEMENT credentials EMPTY>
-<!ATTLIST credentials userName CDATA #REQUIRED
- password CDATA #REQUIRED>
+<!-- basic authentication credentials are not supported for now -->
<!ELEMENT requestHeader EMPTY>
<!ATTLIST requestHeader headerName CDATA #REQUIRED