initServlet

2001-11-21 Thread Dimitri Valdin
I would like to introduce prefix pathPrefix in call to getResourceAsStream, so the call input = getServletContext().getResourceAsStream(/WEB-INF/web.xml); located in initServlet would look like: input = getServletContext().getResourceAsStream(pathPrefix +

cvs commit: jakarta-struts/src/share/org/apache/struts/upload BufferedMultipartInputStream.java MultipartIterator.java

2001-11-21 Thread mschachter
mschachter01/11/20 21:04:36 Modified:src/share/org/apache/struts/upload Tag: STRUTS_1_0_BRANCH BufferedMultipartInputStream.java MultipartIterator.java Log: - fix #3828, equals() method problem (ported from main branch)

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/upload BufferedMultipartInputStream.java MultipartIterator.java

2001-11-21 Thread Ted Husted
So, in the release notes (nightly and 1.0.1) we're saying liImproved error-handling on out of bounds conditions/li Does that cover well-enough what we're doing here? [EMAIL PROTECTED] wrote: mschachter01/11/20 21:04:36 Modified:src/share/org/apache/struts/upload Tag:

cvs commit: jakarta-struts/doc release-notes.xml release-notes-1.0.1.xml

2001-11-21 Thread husted
husted 01/11/21 04:05:00 Modified:doc release-notes.xml release-notes-1.0.1.xml Log: Update release notes for 1.0.1 and the nightly build. Revision ChangesPath 1.6 +6 -2 jakarta-struts/doc/release-notes.xml Index: release-notes.xml

cvs commit: jakarta-struts/doc/userGuide resources.xml

2001-11-21 Thread husted
husted 01/11/21 04:05:49 Modified:doc/userGuide resources.xml Log: Add listings to Resources page. Revision ChangesPath 1.14 +7 -2 jakarta-struts/doc/userGuide/resources.xml Index: resources.xml

DO NOT REPLY [Bug 4997] New: - ActionForm exposes the ActionServlet, which has String properties that can be changed via a HTTP request.

2001-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4997. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Support for Object[] params in the ActionErrors

2001-11-21 Thread Dragomir Nikolov
Hello, the ActionErrors constructors take only fixed number placeholder objects ( maximum 4 - reason why?). It would be really nice if there is a constructor taking an array ( Object[] ) containing these parameters. Thus making it easier to support higher number of placeholders for

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServletWrapper.java ActionForm.java

2001-11-21 Thread husted
husted 01/11/21 05:29:31 Modified:src/share/org/apache/struts/action Tag: STRUTS_1_0_BRANCH ActionForm.java Added: src/share/org/apache/struts/action Tag: STRUTS_1_0_BRANCH ActionServletWrapper.java Log: Add

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-11-21 Thread husted
husted 01/11/21 05:30:38 Modified:src/share/org/apache/struts/util Tag: STRUTS_1_0_BRANCH RequestUtils.java Log: Modify RequestUtils to address issue #4997 - autopopulation exploit. This change prevents the Public String properties of ActionServlet from

Unsubscribe me

2001-11-21 Thread Ziani, Djamal
Djamal Ziani -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServletWrapper.java ActionForm.java

2001-11-21 Thread husted
husted 01/11/21 05:59:28 Modified:src/share/org/apache/struts/action ActionForm.java Added: src/share/org/apache/struts/action ActionServletWrapper.java Log: Add ActionServletWrapper and modify ActionForm to address issue #4997 - autopopulation exploit. This change

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-11-21 Thread husted
husted 01/11/21 06:00:28 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Modify RequestUtils to address issue #4997 - autopopulation exploit. This change prevents the Public String properties of ActionServlet from being changed via a query string. Revision

cvs commit: jakarta-struts/doc release-notes.xml release-notes-1.0.1.xml

2001-11-21 Thread husted
husted 01/11/21 06:09:37 Modified:doc release-notes.xml release-notes-1.0.1.xml Log: Update release notes for #4997. Revision ChangesPath 1.7 +7 -1 jakarta-struts/doc/release-notes.xml Index: release-notes.xml

Re: Resources page for Struts 1.0.1

2001-11-21 Thread Ted Husted
I'm scrolling through the 1.0.1 docs now, and will port over improved sections, like the resources page, kickstart faq, the Learning about Struts section from the index page, et cetera. Ted Husted wrote: No reason whatsoever. There are several other documentation bits that I'd like to post

cvs commit: jakarta-struts/doc release-notes-1.0.1.xml

2001-11-21 Thread husted
husted 01/11/21 07:18:18 Modified:doc release-notes-1.0.1.xml Log: Add additional release note from July. Revision ChangesPath 1.6 +6 -0 jakarta-struts/doc/release-notes-1.0.1.xml Index: release-notes-1.0.1.xml

cvs commit: jakarta-struts/doc/userGuide kickstart.xml resources.xml

2001-11-21 Thread husted
husted 01/11/21 07:19:19 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH resources.xml Added: doc/userGuide Tag: STRUTS_1_0_BRANCH kickstart.xml Log: Add additional release note from July. Revision ChangesPath No revision No

Re: Fwd: Re: Extensibility of struts

2001-11-21 Thread Oleg V Alexeev
Hello Stefan, Wednesday, November 21, 2001, 6:33:38 PM, you wrote: SW our first proposal concerning the extensibility of struts concerns the SW html-taglib. Currently in the org.apache.struts.taglib.BaseHandlerTag the SW members SW (onClick, onDblClick, ...) are directly accessed. If the

RE: i think i screwed up cvs...

2001-11-21 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Would it work if I did a cvs rtag -d STRUTS_1_0_1 jakarta-struts? I got that from here: http://www.cvshome.org/docs/manual/cvs_4.html#SEC51 I'm really sorry about all this, I thought I wasn't connected to cvs.apache.org when I did it. -Original Message- From: Craig R. McClanahan

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/upload BufferedMultipartInputStream.java MultipartIterator.java

2001-11-21 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Ted, Unless someone else (Martin?) improved it, the problem that I think you're talking about wasn't addressed. Are you referring to this bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4170 The following bugs were addressed: #3828, problem with equals() method (possibly because of

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/uploadBufferedMultipartInputStream.java MultipartIterator.java

2001-11-21 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
liFixed lost byte problem in BufferedMultipartInputStream.readLine(byte[],int,int), ArrayIndexOutOfBoundsException situations in MultipartIterator.equals(...), and better reporting for premature closing of input streams while reading multipart requests./li -Original Message- From: Ted

cvs commit: jakarta-struts/doc/userGuide volunteers.xml introduction.xml index.xml building_view.xml building_model.xml building_controller.xml

2001-11-21 Thread husted
husted 01/11/21 08:12:18 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH volunteers.xml introduction.xml index.xml building_view.xml building_model.xml building_controller.xml Log: Update documentation in anticipation of release

cvs commit: jakarta-struts/doc release-notes.xml release-notes-1.0.1.xml

2001-11-21 Thread husted
husted 01/11/21 08:13:55 Modified:doc release-notes.xml release-notes-1.0.1.xml Log: Update release notes for fixes to upload package (thanks Mike!). Revision ChangesPath 1.8 +4 -1 jakarta-struts/doc/release-notes.xml Index: release-notes.xml

About Log4j using

2001-11-21 Thread Oleg V Alexeev
Hello Struts, Now I try to make Jakarta-Log4j based Log4jService - service for ServiceManager - to make this service available for all Struts environment for common logging mechanism. But great part of Log4j is based on static methods and vars... My main idea is to write some kind of

DO NOT REPLY [Bug 5008] New: - GenericeDataSource.getConnection not thread safe

2001-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5008. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2001-11-21 Thread oalexeev
oalexeev01/11/21 10:47:05 Modified:src/share/org/apache/struts/taglib/bean WriteTag.java Log: Add format, locale and bundle attributes to support values formatting according to current user locale, format string from attribute or format string from string resources. Revision

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean LocalStrings.properties

2001-11-21 Thread oalexeev
oalexeev01/11/21 10:47:28 Modified:src/share/org/apache/struts/taglib/bean LocalStrings.properties Log: Add messages for new WriteTag version. Revision ChangesPath 1.14 +1 -0

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-11-21 Thread oalexeev
oalexeev01/11/21 10:48:42 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Add method retrieveUserLocale(PageContext pageContext, String localeKey) Revision ChangesPath 1.25 +21 -10

Re[2]: About Log4j using

2001-11-21 Thread Oleg V Alexeev
Hello Incze, Thursday, November 22, 2001, 12:23:34 AM, you wrote: Can anybody suppose any idea about logging mechanism or about some logging implementation without static stuff? -- Best regards, Oleg mailto:[EMAIL PROTECTED] IL I'm not sure that with or

DO NOT REPLY [Bug 5002] - Add a format attribute to bean:write/

2001-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5002. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4968] - Kambrium.net Technologies provides STRUTS consulting

2001-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4968. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/doc/userGuide resources.xml

2001-11-21 Thread husted
husted 01/11/21 15:20:52 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH resources.xml Log: Add Kambrium; fix Arron. Revision ChangesPath No revision No revision 1.1.2.4 +2 -1

cvs commit: jakarta-struts/doc/userGuide resources.xml

2001-11-21 Thread husted
husted 01/11/21 15:21:09 Modified:doc/userGuide resources.xml Log: Add Kambrium; fix Arron. Revision ChangesPath 1.15 +2 -1 jakarta-struts/doc/userGuide/resources.xml Index: resources.xml

cvs commit: jakarta-struts/doc release-notes.xml

2001-11-21 Thread husted
husted 01/11/21 15:24:56 Modified:doc release-notes.xml Log: Update release notes for bean:write enhancement. Revision ChangesPath 1.9 +2 -0 jakarta-struts/doc/release-notes.xml Index: release-notes.xml

cvs commit: jakarta-struts/doc/userGuide resources.xml

2001-11-21 Thread husted
husted 01/11/21 15:54:54 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH resources.xml Log: no message Revision ChangesPath No revision No revision 1.1.2.5 +1 -1 jakarta-struts/doc/userGuide/resources.xml

Re: JSTL (standard taglib) Early Access 2

2001-11-21 Thread John Yu
Camino Developers, [DO NOT REPLY] Keep an eye on this... At 08:54 pm 21-11-2001 -0500, you wrote: Hi everyone - I'm pleased to announce Early Access Release 2 of the JSP Standard Tag Library, now called JSTL (which replaces the old acronym, JSPTL). While it is important to realize that Early

Re: JSTL (standard taglib) Early Access 2

2001-11-21 Thread John Yu
Oops, sent to the wrong email address... At 09:55 am 22-11-2001 +0800, you wrote: Camino Developers, [DO NOT REPLY] Keep an eye on this... At 08:54 pm 21-11-2001 -0500, you wrote: Hi everyone - I'm pleased to announce Early Access Release 2 of the JSP Standard Tag Library, now called JSTL

Struts extensibility, multiple servlets, etc. (cont.)

2001-11-21 Thread Donnie Hale
Folks, I know I'm jumping in late here, so please forgive me if I'm rehashing too much old material, stepping on toes, etc. I've spent the last day or so spelunking much of the ActionServlet and related code with an eye toward extensibility. My motivation is adapting/extending Struts, preferably

DO NOT REPLY [Bug 5023] New: - html:form does not handle action attribute correctly

2001-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5023. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: i think i screwed up cvs...

2001-11-21 Thread Martin Cooper
You're off the hook now, Mike. ;-) I managed to delete the bogus branch (using 'cvs rtag -d', as suggested by you and Pete Donald), and label the tip of the 1.0 branch as 1.0.1, so we're back on track. -- Martin Cooper - Original Message - From: SCHACHTER,MICHAEL (HP-NewJersey,ex2)

Re: Fwd: Re: Extensibility of struts

2001-11-21 Thread Stefan Wachter
Hi Oleg, we want to add automaticallly additional javascript code to all input fields, links, and (non-submitting) buttons to implement a dirty-check-mechanism. The original problem is that if some enters lots of data in a form and then clicks a link then all the the entered form data is lost.

JSTL (standard taglib) Early Access 2

2001-11-21 Thread Shawn Bayern
Hi everyone - I'm pleased to announce Early Access Release 2 of the JSP Standard Tag Library, now called JSTL (which replaces the old acronym, JSPTL). While it is important to realize that Early Access releases are not final and are always subject to change, JSTL EA2 moves us ever closer to a