You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Don Saxton <ds...@pacbell.net> on 2002/06/17 00:01:59 UTC

Re: Encrypting/hiding querystring

could just SSL the page.

----- Original Message -----
From: "rayaku" <ya...@nous.soft.net>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>;
<te...@husted.com>
Sent: Friday, May 10, 2002 9:51 AM
Subject: Encrypting/hiding querystring


> Hi,
> Does struts 1.0.2 support encrypting/hiding the querystring that is with
<a
> href=""> element.
> There are several html:link elements in struts which almost do the same
job
> of html <a href>,
> So is there any way to encrypt querystring information by html:link tags
or
> any other way to deal this.
>
> I have several <a href="">  elements in jsp page and user can see what is
> attached
> to request and with this user can make application instable by filling up
> some dummy data or deleting the query string, At server side when an
Action
> class is trying
> to read this by using request.getParameter() it will get invalid
information
> that looks
> nasty.
>
> TIA
> rayaku
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


printing string with CRLF

Posted by Keith Chew <ke...@jungledrum.co.nz>.
Hi

I have:

private String = "This is a test.\n This is the second line";

When I use a <bean:write>, I loose the new line. Is there something I can
specify to make the tag output a <br> for a newline?

Keith


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>