Re: Documentation

2017-10-30 Thread Nate Drake
http://struts.apache.org/docs/security-bulletins.html returns a 404. Should it redirect to https://cwiki.apache.org/confluence/display/WW/Security+Bulletins ? On Mon, Oct 30, 2017 at 9:16 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > > > Hi, > > > > I have finally switched our

[s2] Line ending difference in 2.0.9 templates

2007-08-01 Thread Nate Drake
I've noticed that the Freemarker templates in 2.0.9 have DOS line endings (according to my Emacs), while 2.0.8 had Unix line endings. Would it be possible to have future releases use Unix line endings? -- View this message in context: http://www.nabble.com/-s2--Line-ending-difference-in-2.0.9-t

Re: Need rights for documentation

2007-05-04 Thread Nate Drake
Until you submit your contributor agreement and get access to edit the pages, you can leave comments on the pages. Someone who does have edit rights will then be able to incorporate your suggestions into the page. I've done this a few times as I still haven't sent in my contributor agreement. O

Re: XWork build failing

2007-03-31 Thread Nate Drake
I've had that funky package name problem as well. On 3/31/07, James Mitchell <[EMAIL PROTECTED]> wrote: Great! I can almost build again with Maven. The problem (for me) now is with this ... ... ... org.apache.maven.plugins maven-javadoc-plugin

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Nate Drake
+1 (GA) On 3/23/07, Ted Husted <[EMAIL PROTECTED]> wrote: There's not an actual drop-dead date. Like merit, quality votes never expire. The 72-hour clause just means that if we had 3 +1s by then, and nothing seemed awry, we might go ahead and announce it. Hey, elsewhere, I've been known to ca

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Nate Drake
> If it doesn't you > might need to create a second file named authorized_keys2, which is used > by some SSHD versions to support dsa. Lastly, I would also try turning > on SSH debugging on the client side. This will often show you what is > going wrong with the connection. How is client-side deb

Re: [s2] Bad jar names when building from STRUTS_2_0_7

2007-03-20 Thread Nate Drake
_0_7 (from /struts/struts2/trunk:520258) WW-1767 Tag r520258 as Struts 2.0.7 On 3/20/07, Nate Drake <[EMAIL PROTECTED]> wrote: I just checked out the STRUTS_2_0_7 tag and built it. The jars have -2.1.0-SNAPSHOT in the n

[s2] Bad jar names when building from STRUTS_2_0_7

2007-03-20 Thread Nate Drake
I just checked out the STRUTS_2_0_7 tag and built it. The jars have -2.1.0-SNAPSHOT in the names, not -2.0.7. Was the trunk accidentally tagged instead of STRUTS_2_0_X, or did I just do something wrong? Nate - To unsubscribe,

Re: [Dojo] Tooltips

2007-03-16 Thread Nate Drake
http://boxover.swazz.org/ Claims to be under 10k, but I'm not sure what the license is. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [s2] No struts-tags.tld when building from STRUTS_2_0_X

2007-02-28 Thread Nate Drake
spaces in the path to the META-INF folder? I'm just shooting in the dark here :) musachy On 2/28/07, Nate Drake <[EMAIL PROTECTED]> wrote: > > This is the first time I've tried building from the 2_0_X branch. I > just tested with a clean checkout, and still don't get

Re: [s2] No struts-tags.tld when building from STRUTS_2_0_X

2007-02-28 Thread Nate Drake
This is the first time I've tried building from the 2_0_X branch. I just tested with a clean checkout, and still don't get a tld file. On 2/28/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: That's weird, was it working for you before? Is this a clean checkout? musachy O

Re: [s2] No struts-tags.tld when building from STRUTS_2_0_X

2007-02-28 Thread Nate Drake
On 2/28/07, Nate Drake <[EMAIL PROTECTED]> wrote: > > No tld in core/target/classes/META-INF, just README.TXT. > > On 2/28/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > Check under core/target/classes/META-INF, is a README.TXT file in there > (the > &g

Re: [s2] No struts-tags.tld when building from STRUTS_2_0_X

2007-02-28 Thread Nate Drake
No tld in core/target/classes/META-INF, just README.TXT. On 2/28/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Check under core/target/classes/META-INF, is a README.TXT file in there (the tld should be there also)? regards musachy On 2/28/07, Nate Drake <[EMAIL PROTECTED]> wro

[s2] No struts-tags.tld when building from STRUTS_2_0_X

2007-02-28 Thread Nate Drake
When trying to build from source using the head of the STRUTS_2_0_x branch, I don't seem to get a struts-tags.tld in the core jar. I tried building a second time, as there was a problem with the build previously that required this, but still no tld file. I'm not a Maven guru, so I may be doing so

Re: Status of 2.0.6 (Re: [VOTE] Struts 2.0.5 Quality)

2007-02-20 Thread Nate Drake
Rainer Hermanns aixcept.de> writes: > both, XWork 2.0.1 and OGNL 2.6.10 were released and are available via > the maven repository at OpenSymphony.com. > I already updated the core/pom.xml for branch 2.0.X and trunk. > > One note for others using the OGNL dependency: The groupId changed to > ope

Re: [s2] [VOTE] Struts 2.0.6 Quality

2007-02-20 Thread Nate Drake
[X] Beta Due to WW-1747. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Structs 2 feedback

2007-02-07 Thread Nate Drake
Brian Pontarelli pontarelli.com> writes: > 3. The documentation for Struts 2 contains references to zero > configuration and the web.xml configuration file also contains this > stuff. There are also a number of references to all the annotations. > These are not available in the 2.0.1BETA JAR f

Re: Web Annotations

2007-01-24 Thread Nate Drake
Struts 2 does have some annotation support. See the following links for details: https://issues.apache.org/struts/browse/WW-1491 http://struts.apache.org/2.x/docs/zero-configuration.html http://struts.apache.org/2.x/docs/annotations.html On 1/24/07, André Faria <[EMAIL PROTECTED]> wrote:

Re: [S2] NPE in ServletRedirectResult

2007-01-19 Thread Nate Drake
I've created an updated version of the Struts 2 blank application which demonstrates the problem. You can get the updated war here: http://www.slimeslurp.net/s2/struts2-blank.war This includes a version of the struts2-core jar which includes some debug, as well as a tweak to DefaultActionMapper

[S2] NPE in ServletRedirectResult

2007-01-16 Thread Nate Drake
Hi, I think I've found a bug within Struts2 related to ServletActionRedirectResult/ServletRedirectResult. We have a custom ActionMapper, which is based on DefaultActionMapper. One of the differences between the two is that our implementation of getUriFromActionMapping() sometimes returns values wi

Constant configuration issue with struts.custom.i18n.resources

2007-01-16 Thread Nate Drake
I'm trying out the new constant configuration stuff in Struts 2.0.3, and I'm having trouble getting struts.custom.i18n.resources set. When defined in struts.properties, our custom ResourceBundle class is used by the framework. When I define it in struts.xml, our class is not used. The definition