RE: struts security

2002-04-15 Thread Phase Web and Multimedia
Greetings, I am nearing the completion of the code and it should be on sourceforge in the next day or two. I will be following it up with documentation and examples over the next week. FYI - I am finishing up an overhaul on the code so that it fits into the container managed security and yet pro

DO NOT REPLY [Bug 8138] - The synchronized keyword is used too early in the processActionCreate() method of the RequestProcessor class

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: The synchronized keyword is used too early in the processActionCreate() method of the RequestProcessor class

2002-04-15 Thread Chuck Cavaness
Donnie, Very good explantation. I get it now. Thanks for taking the time. Chuck At 10:07 PM 4/15/2002 -0400, you wrote: >See below. > > > > > You mentioned that the three steps are atomic. To me, atomic means that > > they all succeed or the operation set fails. I don't think this > > is the

RE: The synchronized keyword is used too early in the processActionCreate() method of the RequestProcessor class

2002-04-15 Thread Donnie Hale
See below. > > You mentioned that the three steps are atomic. To me, atomic means that > they all succeed or the operation set fails. I don't think this > is the case > here. If the lookup finds an action, the other operations are not > executed. > To me, the atomic part is, if the action is not

RE: DO NOT REPLY [Bug 8138] New: - The synchronized keyword is used too early in the processActionCreate() method of the RequestProcessor class

2002-04-15 Thread Chuck Cavaness
Donnie, Thanks for the info, but a couple things puzzle me and if you don't mind, I would like to test some of what you said. I want to get this right in the book, so if you and the rest of the dev list will indulge me for a couple of emails. You mentioned that the three steps are atomic. To

RE: DO NOT REPLY [Bug 8138] New: - The synchronized keyword is used too early in the processActionCreate() method of the RequestProcessor class

2002-04-15 Thread Donnie Hale
This would be an imprecise use of synchronization for the HashMap. The atomic set of operations that needs synchronized is: 1. Lookup 2. If there, return 3. If not, create and add new one Without synchronization around that entire set of operations, there is a race condition when two threads get

DO NOT REPLY [Bug 8138] New: - The synchronized keyword is used too early in the processActionCreate() method of the RequestProcessor class

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8110] New: - New consultant for resources page

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Struts Tags for Visual HTML Components / Java Server Faces [was: ] Struts m

2002-04-15 Thread Steve Wilkinson
Arron, Has this tutorial been uploaded yet? TIA, Steve - Original Message - From: Arron Bates Sent: Thursday, April 11, 2002 11:49 AM To: Struts Developers List Subject: Re: Struts Tags for Visual HTML Components / Java Server Faces [was: ] Struts menu On the defense of trees in Struts.

ClassCastException while uploading Files (struts 1.1b) [PATCH]

2002-04-15 Thread Jens Viebig
See the Posting from Yannic Lamothe in struts-user: --->> Hi, I'm using the latest nightly build from struts (1.1) and I'm experiencing some issues with file upload. The validation of the form performs well, but when the forward is called to display the next page, I've got the followi

Re: Nightly Build 04/09/02 - Problem with Tiles

2002-04-15 Thread Cedric Dumoulin
This problem is due to a change in Digester behavior : Tiles have a rule like this : digester.addSetNext( ADD_LIST_ELE_TAG, "add", anHandlerClass); The handler class have two add method, one taking an object, and one an XmlAttribute. Until now, digester chose appropriate method accor

cvs commit: jakarta-struts/contrib/tiles/web/doc/WEB-INF tiles-examples-defs.xml

2002-04-15 Thread cedric
cedric 02/04/15 01:30:30 Modified:contrib/tiles/web/doc/WEB-INF tiles-examples-defs.xml Log: Update definitions Revision ChangesPath 1.4 +75 -75 jakarta-struts/contrib/tiles/web/doc/WEB-INF/tiles-examples-defs.xml Index: tiles-examples-defs.xml

cvs commit: jakarta-struts/contrib/tiles/doc tiles.xml

2002-04-15 Thread cedric
cedric 02/04/15 01:28:19 Modified:contrib/tiles/doc tiles.xml Log: Update documentation Revision ChangesPath 1.6 +3 -2 jakarta-struts/contrib/tiles/doc/tiles.xml Index: tiles.xml === RCS

cvs commit: jakarta-struts/contrib/tiles/web/doc/doc/portal revisions.jsp download.jsp

2002-04-15 Thread cedric
cedric 02/04/15 01:28:07 Modified:contrib/tiles/web/doc/doc/portal revisions.jsp download.jsp Log: Update changes and compile date Revision ChangesPath 1.10 +24 -0 jakarta-struts/contrib/tiles/web/doc/doc/portal/revisions.jsp Index: revisions.jsp ===

cvs commit: jakarta-struts/contrib/tiles/web/doc/WEB-INF struts-config.xml

2002-04-15 Thread cedric
cedric 02/04/15 01:26:33 Modified:contrib/tiles/web/doc/WEB-INF struts-config.xml Log: Add a test for struts forward as attribute of an action Revision ChangesPath 1.10 +9 -4 jakarta-struts/contrib/tiles/web/doc/WEB-INF/struts-config.xml Index: struts-con

cvs commit: jakarta-struts/contrib/tiles/web/doc/layouts tabsLayout.jsp

2002-04-15 Thread cedric
cedric 02/04/15 01:25:24 Modified:contrib/tiles/web/doc/layouts tabsLayout.jsp Log: Correct some syntax errors(bug reported by David Marshall) Revision ChangesPath 1.2 +2 -2 jakarta-struts/contrib/tiles/web/doc/layouts/tabsLayout.jsp Index: tabsLayout.js

cvs commit: jakarta-struts/contrib/tiles/src/share/org/apache/struts/taglib/tiles UseAttributeTag.java

2002-04-15 Thread cedric
cedric 02/04/15 01:23:09 Modified:contrib/tiles/src/share/org/apache/struts/taglib/tiles UseAttributeTag.java Log: Add release of variable 'id' in release method (bug reported by Heath Chiavettone) Revision ChangesPath 1.3 +7 -4 jak

cvs commit: jakarta-struts/contrib/tiles/src/share/org/apache/struts/tiles/xmlDefinition XmlListAttribute.java XmlDefinition.java

2002-04-15 Thread cedric
cedric 02/04/15 01:22:44 Modified:contrib/tiles/src/share/org/apache/struts/tiles/xmlDefinition XmlListAttribute.java XmlDefinition.java Log: Add inheritance for controllerClass and controllerUrl attributes (bug reported by Jim Crossley) Revision Cha

cvs commit: jakarta-struts/contrib/tiles/src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java

2002-04-15 Thread cedric
cedric 02/04/15 01:22:09 Modified:contrib/tiles/src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java Log: Correct bug with new Digester release preventing config file lists to be correctly parsed Revision ChangesPath 1.5 +11 -11

cvs commit: jakarta-struts/contrib/tiles/src/share/org/apache/struts/tiles/xmlDefinition I18nFactorySet.java

2002-04-15 Thread cedric
cedric 02/04/15 01:21:31 Modified:contrib/tiles/src/share/org/apache/struts/tiles/xmlDefinition I18nFactorySet.java Log: Add another loading method for config files in order to let Websphere 3.5.x run (patch from Stephen Houston) Revision Changes

DO NOT REPLY [Bug 5822] - byte lost every 4096 bytes after a 0A

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-struts/contrib/tiles/src/share/org/apache/struts/tiles ActionComponentServlet.java

2002-04-15 Thread cedric
cedric 02/04/15 01:09:50 Modified:contrib/tiles/src/share/org/apache/struts/tiles ActionComponentServlet.java Log: Add processForward and includeForward overload to allow Struts1.0 user to forward directly to a Tile definition Revision ChangesPat

struts examples don't run in JBuilder

2002-04-15 Thread Kele Tibor
Hi! When I try to run the example web applications of Struts in JBuilder the next error message appears: Error: 500 Location: /WebApp/logon.jspInternal Servlet Error:javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:459) at _0