<headius> mdrob: yeah I concur with lopex
<headius> that would be an old ASM, pre Java 7, somewhere in the same JVM
mdrob has joined #jruby
jrafanie has joined #jruby
<mdrob> I think I figured these out, it's because I had conflicting asm libs on my classpath
mdrob has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Puffball has quit [Quit: Puffball]
<GitHub41> [jruby] kares pushed 3 new commits to master: https://git.io/vhzi8
<GitHub41> jruby/master 175f11e kares: [refactor] pass no block to `Dir.new`; cleanup + deprecate 19 methods
<GitHub41> jruby/master 8cefd62 kares: [refactor] hide ClassWriter sub-class -> expose a common ASM helper
<GitHub41> jruby/master 6baf780 kares: [refactor] avoid converting dir entries back to Java on `Dir.children`...
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<travis-ci> jruby/jruby (master:cfce27a by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/389145951)
claudiuinberlin has joined #jruby
<GitHub72> [jruby] kares created ji-path (+3 new commits): https://git.io/vhzHK
<GitHub72> jruby/ji-path 6562738 kares: make RubyDir implement Closeable (to align with RubyFile)
<GitHub72> jruby/ji-path 8d73b22 kares: [ji] Ruby Dir should coerce to Java File/Path (similar to Ruby File)
<GitHub72> jruby/ji-path a5f4146 kares: [ji] support converting Ruby File to Java Path + cleanup fixme notes
claudiuinberlin has quit [Ping timeout: 248 seconds]
<GitHub34> [jruby] kares opened pull request #5211: [ji] coercing Ruby File/Dir to Java File/Path (master...ji-path) https://git.io/vhzAm
jrafanie has joined #jruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rawra has joined #jruby
rawra has quit [Remote host closed the connection]
ahorek has joined #jruby
ahorek has quit [Client Quit]
Osho has quit [Ping timeout: 248 seconds]
Guest35487 has quit [Ping timeout: 276 seconds]
me has joined #jruby
Osho has joined #jruby
me is now known as Guest27073
shellac has joined #jruby
rawra has joined #jruby
rawra has quit [Ping timeout: 248 seconds]
jrafanie has joined #jruby
nelsnelson has joined #jruby
nelsnelson has quit [Client Quit]
nelsnelson has joined #jruby
nelsnelson is now known as nels
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
shellac has quit [Ping timeout: 264 seconds]
shellac has joined #jruby
<GitHub109> [jruby] raelik opened issue #5212: Unexpected ArgumentError raised by Logger.new https://git.io/vhgat
<GitHub117> [jruby] raelik closed issue #5212: Unexpected ArgumentError raised by Logger.new https://git.io/vhgat
shellac has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
rawra has joined #jruby
rawra has quit [Ping timeout: 268 seconds]
mortona has joined #jruby
<mortona> using jruby rack and the java servlet store, is it possible to look up a session by an id on-the-fly. e.g. without being in a controller handling a request?
rawra has joined #jruby
rawra has quit [Ping timeout: 240 seconds]
<headius> mortona: I believe jruby-rack defines a function you can always call to get current servlet session
<mortona> is it possible to look up a session given an id? not necessarily the current session
<headius> Ahh generally not, part of servlet session isolation
<headius> if you want to share something you'd use some explicit shared store, like the application context
<headius> I have not looked into jruby-rack in a long time though
<mortona> by servlet session isolation, do you mean you can only get access to the "current" session?
<mortona> which i could totally see as a security risk
<headius> right, for good reason...login credentials etc
<mortona> if we could start modifying arbitrary sessions
<GitHub10> [jruby] headius closed issue #4731: [2.4] New Unicode 9.0, case-folding, other character logic https://git.io/v70Mi
<mortona> reason i'm asking is because i'm trying to correlate a jwt with a session. possibly need to change the arch but this was one avenue i was looking into
bga57 has quit [Remote host closed the connection]
mortona has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Puffball has joined #jruby
rawra has joined #jruby
rawra has quit [Ping timeout: 245 seconds]
drbobbeaty has quit [Ping timeout: 260 seconds]
mortona has joined #jruby
mortona has quit [Client Quit]