[Lift] Re: Lift security vulnerability

2010-03-08 Thread Dano
need to implement that sripOutBinaryChars function...). Cheers Joni On Mar 5, 8:26 pm, Dano olearydani...@gmail.com wrote: I think I would like to amend my last post by asking if it is possible that the lift-jsonlibrary support the ability to strip out binary characters since many times

[Lift] Re: Lift security vulnerability

2010-03-05 Thread Dano
for the Wizard, Wizard Challenge, and Arc Challenge examples in the Misc section. Don't know if this remaining problem is supposed to be handled by the application or framework, but thought I would make a post to alert the group. Dan On Feb 24, 11:49 am, Dano olearydani...@gmail.com wrote

[Lift] Re: Lift security vulnerability

2010-03-05 Thread Dano
is supposed to be handled by the application or framework, but thought I would make a post to alert the group. Dan On Feb 24, 11:49 am, Dano olearydani...@gmail.com wrote: The recent scala days conference activity may have cause the updates to this thread to escape notice.  Just

[Lift] Re: Lift security vulnerability

2010-03-05 Thread Dano
I think I would like to amend my last post by asking if it is possible that the lift-json library support the ability to strip out binary characters since many times an application uses the results of JSON operations to render back to the client. Thanks. Dan On Mar 5, 9:53 am, Dano olearydani

[Lift] Re: Lift security vulnerability

2010-03-05 Thread Dano
: On Fri, Mar 5, 2010 at 10:26 AM, Dano olearydani...@gmail.com wrote: I think I would like to amend my last post by asking if it is possible that the lift-json library support the ability to strip out binary characters since many times an application uses the results of JSON operations

[Lift] Re: Lift security vulnerability

2010-03-04 Thread Dano
section. Don't know if this remaining problem is supposed to be handled by the application or framework, but thought I would make a post to alert the group. Dan On Feb 24, 11:49 am, Dano olearydani...@gmail.com wrote: The recent scala days conference activity may have cause the updates

[Lift] Re: Lift security vulnerability

2010-02-24 Thread Dano
The recent scala days conference activity may have cause the updates to this thread to escape notice. Just wondering if there is concern about the remaining binary character problems I noted in my prior post. Thanks in advance. Dan On Feb 22, 1:34 pm, Dano olearydani...@gmail.com wrote: More

[Lift] Re: Lift security vulnerability

2010-02-22 Thread Dano
. For these problems, I am not sure if the issue if the example or the framework. If the issue is with the example, it would be good to know what Lift apps need to do to avoid getting bitten by binary characters entered into form fields. Thanks in advance. Dan On Feb 17, 11:06 am, Dano olearydani

[Lift] Re: Lift security vulnerability

2010-02-17 Thread Dano
Hello, I was wondering if the fix for the control characters issue was included in 2.0-M2. I just did a test with our Lift application built with 2.0-M2 and I am still seeing problems (i.e. javascript exceptions - NS_ERROR_INVALID_POINTER). Thanks in advance. Dan On Feb 3, 9:08 am, David

[Lift] build issue - javax.mail - is anyone having this problem?

2009-10-27 Thread Dano
Hello, We did a build this morning and are getting an error from maven on the javax.mail dependency (see below). We are currently referencing version 1.4. It seems to get this from the central maven repository (http://repo2.maven.org/maven2). The site appears to be up and has version 1.4.

[Lift] Cannot build our lift app. Is net.liftweb.util OK?

2009-10-22 Thread Dano
Hello Lifters, After doing my morning build (mvn -U clean install), I am getting a huge number of errors mostly related to net.liftweb.util (see below). We are building against 1.1-SNAPSHOT. Is anyone else having this problem? Thanks in advance. Dan [INFO] Compiling 113 source files to

[Lift] Re: Cannot build our lift app. Is net.liftweb.util OK?

2009-10-22 Thread Dano
I see that there is a similar issue posted against the thread New update changed something?. I will monitor the progress of that thread as well. Dan On Oct 22, 9:16 am, Dano olearydani...@gmail.com wrote: Hello Lifters, After doing my morning build (mvn -U clean install), I am getting

[Lift] Re: **Breaking Changes** **README** **Important**

2009-10-22 Thread Dano
It would be good to have an example like George's verified as it is not clear how to convert our Actor code. Dan On Oct 22, 4:48 am, george geo...@mattandgeorge.com wrote: ok so.. object LocalSmtp extends Actor should become object LocalSmtp extends GenericActor[LocalSmtp] ?

[Lift] Re: **Breaking Changes** **README** **Important**

2009-10-22 Thread Dano
22, 10:00 am, Dano olearydani...@gmail.com wrote: It would be good to have an example like George's verified as it is not clear how to convert our Actor code. Dan On Oct 22, 4:48 am, george geo...@mattandgeorge.com wrote: ok so.. object LocalSmtp extends Actor should become

[Lift] Re: **Breaking Changes** **README** **Important**

2009-10-22 Thread Dano
Code for our app now compiles. Needed to replace Actor with LiftActor. Also, needed to define the messageHandler partial function. So, George, I think the answer to your question is: object LocalSmtp extends Actor becomes object LocalSmtp extends LiftActor Dan On Oct 22, 11:19 am, Dano

[Lift] Re: **Important** Migration guide Scala Actors - Lift Actors

2009-10-22 Thread Dano
Thanks to David for the migration guide. It is very useful. Victor Klang had raised the issue of rescheduling the actor in the message handling function (see below). I did not see a reference to this in the migration guide. Is it still necessary? Thanks in advance. Dan Text from Victor

[Lift] Re: SessionVar.remove() not clearing out the variable

2009-09-23 Thread Dano
for the session variable (i.e. it is Empty when I expect it to have a value). Although I am still interested in a way to reset all values for a SessionVar (especially from application code), I have something that works for me in the short term. Dan On Sep 22, 8:50 pm, Dano olearydani...@gmail.com wrote

[Lift] SessionVar.remove() not clearing out the variable

2009-09-22 Thread Dano
Hello Lifters, I am struggling with trying to clear out a SessionVar which holds user information which I need to clear out after the user has left a 'lobby' page. When I call the remove() function, I verify that the SessionVar is Empty. However, when I click on the URL for the lobby page with

[Lift] Re: SessionVar.remove() not clearing out the variable

2009-09-22 Thread Dano
. Dan On Sep 22, 7:03 pm, marius d. marius.dan...@gmail.com wrote: On Sep 22, 8:13 pm, Dano olearydani...@gmail.com wrote: Hello Lifters, I am struggling with trying to clear out a SessionVar which holds user information which I need to clear out after the user has left a 'lobby

[Lift] Re: Comet Actors - single browser, multiple tabs, same URL - out of control GET problem

2009-09-17 Thread Dano
to a polling policy (instead of long poll)? On Sep 16, 4:49 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Wed, Sep 16, 2009 at 4:18 PM, Dano olearydani...@gmail.com wrote: We have a lift app (innovationgames.com) which has a page (actually several) with comet actors

[Lift] Re: Comet Actors - single browser, multiple tabs, same URL - out of control GET problem

2009-09-17 Thread Dano
Could lift instead send comet requests to comet[uniqueId].[your-domain].com/[params]? Thanks, Xavi On Wed, Sep 16, 2009 at 7:49 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Wed, Sep 16, 2009 at 4:18 PM, Dano olearydani...@gmail.com wrote: We have a lift app

[Lift] Comet Actors - single browser, multiple tabs, same URL - out of control GET problem

2009-09-16 Thread Dano
and get some feedback before submitting a bug. Thanks in advance. Dano --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from

[Lift] FireFox plug-ins: beware!

2009-09-15 Thread Dano
removed the Skype FireFox plugin and magically my Lift app was cured! Don't know if others have already run into this, but thought I would send a note out just in case. Thanks. Dano --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Lift] parameterizing a mapper query clause

2009-07-06 Thread Dano
tried to model the type as both KeyedMapper and Mapper to no avail (see broken code below) I am stumbling on the User class which is probably the most involved of the Mapper classes I need to get to work. Does anyone have a quick pointer for a type challenged lifter? Thanks in advance. Dano

[Lift] Re: Is there any eclipse setup that actually works for lift?

2009-06-22 Thread Dano
Rudi, Thanks for posting your Intellij specifics. Wondering if you are using the debugger and find that it works for your scala/lift debugging? Dano On Jun 22, 2:57 pm, Rudi Engelbrecht rudis...@gmail.com wrote: I know you are looking for a working Eclipse configuration, but I have   had

[Lift] Re: Is there any eclipse setup that actually works for lift?

2009-06-22 Thread Dano
months ago), debugging was a no-go (although I am sure those IDEs/ plugins have made progress since then). All to the good!! Dan On Jun 22, 3:20 pm, Dano olearydani...@gmail.com wrote: Rudi, Thanks for posting your Intellij specifics.  Wondering if you are using the debugger and find

[Lift] lift-paypal: Paypal Production PDT not working - help!

2009-06-18 Thread Dano
I trying to get our site (buyafeature.com) live today and ran into a problem with the paypal feature. I am using the lift-paypal module and things have been working just fine in development. The problem I am seeing is that when I press the Return to Website button in paypal, it tries to

[Lift] Re: lift-paypal: Paypal Production PDT not working - help!

2009-06-18 Thread Dano
More information: In my object which extends PaypalPDT, I had a line which overridded the variable pdtPath: override def pdtPath = complete On Jun 18, 11:58 am, Dano olearydani...@gmail.com wrote: I trying to get our site (buyafeature.com) live today and ran into a problem with the paypal

[Lift] Re: lift-paypal: Paypal Production PDT not working - help!

2009-06-18 Thread Dano
Sorry, my post got submitted too early. When I commented out the line: override def pdtPath = complete I get the same failure mode as in production. Do I need to set pdtPath or what do I change to work with the default? Thanks. Dan On Jun 18, 12:04 pm, Dano olearydani...@gmail.com wrote

[Lift] Re: lift-paypal: Paypal Production PDT not working - help!

2009-06-18 Thread Dano
Resolved. I backed out my override on pdtPath and adjusted my paypal configuration to point to /paypal/pdt and things worked. Moral of the story: Do NOT override pdtPath!! On Jun 18, 12:07 pm, Dano olearydani...@gmail.com wrote: Sorry, my post got submitted too early. When I commented out

[Lift] Re: Compile error in TD.scala whith example in Starting with Lift HTML guide

2009-04-03 Thread Dano!
I thought I replied to this, apologies if it comes up twice. I found the problem, the HTML shows tildes (~) rather than quotes (). The PDF is fine (though copy and paste doesn't work as well). I assumed it was a Lift or Scala weirdness. Next question, where to file a bug about this? Dano

[Lift] Re: You guys rock!

2009-03-11 Thread Dano
Late to the party here, but I would second the request for Alex's writeup of his dev environment formula. A link reference would be most appreciated. Thanks very much. Dan On Mar 11, 9:38 am, Alex Boisvert boisv...@intalio.com wrote: On Wed, Mar 11, 2009 at 8:56 AM, Raoul Duke

[Lift] Re: Implementing RESTful web services using Lift

2009-02-10 Thread Dano
Chris/David, Thanks very much for the example! Have you two discussed how to mix authorization into this example? When I talked with David about this topic, it seemed that restful services couple credentials with the request. For example, could you use BasicAuth with a username/password as

[Lift] Re: Menus with Submenus - can I have a top level menu as container only?

2009-02-02 Thread Dano
Did a little more digging into how Loc and MenuItem work together. It looks like the 'kids' of a menu item are not exposed until you click on it. I am looking to see if we can have behavior which exposes the 'kids' of a MenuItem before clicking on it. Dan On Feb 1, 8:28 pm, Dano olearydani

[Lift] Re: Menus with Submenus - can I have a top level menu as container only?

2009-02-01 Thread Dano
the behavior I want with respect to the top level menu which has submenus (i.e. the top level menu does not redirect, it only shows the sub menu items). Has anyone else tried to do this before? Thanks in advance. Dan On Jan 30, 2:46 pm, Dano olearydani...@gmail.com wrote: I have an application

[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread Dano
Thanks for posting the presentation. Very informative, plus I love the chalkboard look and feel! Dan On Jan 7, 9:10 am, David Pollak feeder.of.the.be...@gmail.com wrote: Ramzi, Remote Actors are fragile.  AMQP (RabbitMQ) or ActorD (http://code.google.com/p/actord/) are better options.  

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-15 Thread Dano
changed in LiftRules since the variables naming is more or less the same. If you can not fix your code can you please copy-paste it here ? ... in this way I may be able to help. Br's, Marius On Dec 15, 1:55 am, Dano dan_ole...@yahoo.com wrote: Marius, Is there someway you can communicate

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-14 Thread Dano
Marius, Is there someway you can communicate what the 'from' and 'to' changes are so that I can have a chance at being able to fix my now broken code? Dan On Dec 13, 12:31 pm, Marius marius.dan...@gmail.com wrote: All, I committed a bunch of changes inLiftRules. In a previous thread Jorge

[Lift] Re: maven plugin - scala:console - how to for lift apps - debugging aid

2008-12-10 Thread Dano
[EMAIL PROTECTED] wrote: What are you attempting? if you run: import com.your.classpath.model._ You should be able to create and play with model objects. What are you looking to do? On Dec 10, 1:39 pm, Dano [EMAIL PROTECTED] wrote: Hello Lifters, I am looking into using the maven

[Lift] Re: maven plugin - scala:console - how to for lift apps - debugging aid

2008-12-10 Thread Dano
Ok. I got the app to run by adding 'jetty:run' as an argument after the Launcher class. However, the interpreter does not return to the command prompt I stop it using ctrl-C. Maybe I need to spawn a thread with the expression 'MainGenericRunner.main(args)'. Dan On Dec 10, 3:28 pm, Dano

[Lift] Re: a simple screencast for making a sample app

2008-12-09 Thread Dano
Matt, This is great. I am looking forward to your Netbeans screencast. Thanks. Dan On Dec 8, 1:00 am, Matt Harrington [EMAIL PROTECTED] wrote: I made a little screencast about creating a sample lift-archetype-basic application.  I hadn't made a screencast before, and it was actually

[Lift] Re: The first Lift tutorial: a ToDo application

2008-12-08 Thread Dano
the select above have a class attribute? Also, if I want my view to be testable, should I include an id attribute as well? I really enjoyed the example and will dive in further as time permits. Thanks. Dano On Dec 5, 5:09 pm, David Pollak [EMAIL PROTECTED] wrote: Folks, I've got a first draft

[Lift] Re: lift-testkit/REST API test example code

2008-12-04 Thread Dano
start and I'll keep searching. Thanks. Dano On Dec 4, 12:34 pm, TylerWeir [EMAIL PROTECTED] wrote: Hey Dano, For getting examples of how to write tests, the main tree has a bunch of tests in it:http://github.com/dpp/liftweb/tree/master/lift/src/test andhttp://github.com/dpp/liftweb/tree

[Lift] Date and Time Pickers in Lift

2008-11-26 Thread Dano
Hello Fellow Lifters, I am coding up a form which has separate date and time fields and was wondering if there are any picker widgets which can be yoked to the fields to allow the user to pick the date/time rather than type it in. I looked in the lift-widgets directory, but did not find one.

[Lift] Re: Date and Time Pickers in Lift

2008-11-26 Thread Dano
: I think JQuery has one. Should be quite easy to use. On Nov 26, 9:59 pm, Dano [EMAIL PROTECTED] wrote: Hello Fellow Lifters, I am coding up a form which has separate date and time fields and was wondering if there are any picker widgets which can be yoked to the fields to allow

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-11-18 Thread Dano
This is a really curious error. Using identical sources, it passes on my Linux box but fails on my Windows laptop. I cleaned out my maven repository on my laptop just in case, but got the same result. On Nov 17, 1:58 pm, David Pollak [EMAIL PROTECTED] wrote: Weird. I spent a while this